From 0c49cef4a6296f7c04f1770027bce1079422d543 Mon Sep 17 00:00:00 2001 From: Brad Mouring Date: Fri, 25 Mar 2016 21:20:06 -0500 Subject: 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 (From OE-Core rev: b0720e996dde537d04a9129e7ffdc883836c3cf8) Signed-off-by: Brad Mouring Signed-off-by: Joshua Lock Signed-off-by: Richard Purdie --- meta/recipes-core/busybox/busybox_git.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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}" -- cgit v1.2.3-54-g00ecf