aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBrad Mouring <brad.mouring@ni.com>2016-03-25 21:20:06 -0500
committerJoshua Lock <joshua.g.lock@intel.com>2016-05-06 15:51:14 +0100
commitb0720e996dde537d04a9129e7ffdc883836c3cf8 (patch)
tree777e98933c9f12fa01e3c434126aaa2985ef40b5
parent37f074eed40ec0e100066eeef16ff8af555e3301 (diff)
downloadopenembedded-core-contrib-b0720e996dde537d04a9129e7ffdc883836c3cf8.tar.gz
busybox_git: Fix SRCREV
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>
-rw-r--r--meta/recipes-core/busybox/busybox_git.bb2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-core/busybox/busybox_git.bb b/meta/recipes-core/busybox/busybox_git.bb
index 529ed5b318..166864d069 100644
--- a/meta/recipes-core/busybox/busybox_git.bb
+++ b/meta/recipes-core/busybox/busybox_git.bb
@@ -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}"