summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBrad Mouring <brad.mouring@ni.com>2016-03-25 21:20:06 -0500
committerRichard Purdie <richard.purdie@linuxfoundation.org>2016-05-09 08:11:34 +0100
commit0c49cef4a6296f7c04f1770027bce1079422d543 (patch)
treedc477f45e8ada7654aeb9c64738d0e04028e13ef
parentf5a7dd40ff79930924ec18d910a20f0712fdf8df (diff)
downloadpoky-0c49cef4a6296f7c04f1770027bce1079422d543.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> (From OE-Core rev: b0720e996dde537d04a9129e7ffdc883836c3cf8) Signed-off-by: Brad Mouring <brad.mouring@ni.com> Signed-off-by: Joshua Lock <joshua.g.lock@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
-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 @@
1require busybox.inc 1require busybox.inc
2 2
3SRCREV = "1ecfe811fe2f70380170ef7d820e8150054e88ca" 3SRCREV = "4d15068d83054a9f82b3f8842706cd6deb401e25"
4# Lookout for PV bump too when SRCREV is changed 4# Lookout for PV bump too when SRCREV is changed
5PV = "1.23.1+git${SRCPV}" 5PV = "1.23.1+git${SRCPV}"
6 6