]> code.ossystems Code Review - openembedded-core.git/commitdiff
busybox_git: Fix SRCREV
authorBrad Mouring <brad.mouring@ni.com>
Mon, 11 Apr 2016 07:29:07 +0000 (00:29 -0700)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Mon, 11 Apr 2016 21:01:53 +0000 (22:01 +0100)
The SRCREV in the busybox git recipe did not point to a commit ID
on the master branch. Point the variable to something reachable from
the master branch (which fixes this recipe's fetch()).

Suggested-by: Khem Raj <raj.khem@gmail.com>
Signed-off-by: Brad Mouring <brad.mouring@ni.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/recipes-core/busybox/busybox_git.bb

index ade72f4b7198044a7aad6edee79206d992d97c15..7c1b6500571cd4a5f6b68e27eea9b80bc4cc51db 100644 (file)
@@ -1,6 +1,6 @@
 require busybox.inc
 
-SRCREV = "be947c4d97c0dacb703a6f24dd813ff6dd3a33b6"
+SRCREV = "4d15068d83054a9f82b3f8842706cd6deb401e25"
 # Lookout for PV bump too when SRCREV is changed
 PV = "1.23.2+git${SRCPV}"