From: Brad Mouring Date: Sat, 26 Mar 2016 02:20:06 +0000 (-0500) Subject: busybox_git: Fix SRCREV X-Git-Url: https://code.ossystems.io/gitweb?a=commitdiff_plain;h=b0720e996dde537d04a9129e7ffdc883836c3cf8;p=openembedded-core.git 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 Signed-off-by: Brad Mouring Signed-off-by: Joshua Lock --- 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}"