]> code.ossystems Code Review - openembedded-core.git/commitdiff
busybox_git: Fix SRCREV
authorBrad Mouring <brad.mouring@ni.com>
Sat, 26 Mar 2016 02:20:06 +0000 (21:20 -0500)
committerJoshua Lock <joshua.g.lock@intel.com>
Fri, 6 May 2016 14:51:14 +0000 (15:51 +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: Joshua Lock <joshua.g.lock@intel.com>
meta/recipes-core/busybox/busybox_git.bb

index 529ed5b318eff8bb9d774b993c9baa5425c2e3cf..166864d06926f6ffcc7f1a04b05d02e502f92acf 100644 (file)
@@ -1,6 +1,6 @@
 require busybox.inc
 
-SRCREV = "1ecfe811fe2f70380170ef7d820e8150054e88ca"
+SRCREV = "4d15068d83054a9f82b3f8842706cd6deb401e25"
 # Lookout for PV bump too when SRCREV is changed
 PV = "1.23.1+git${SRCPV}"