[oe-commits] [openembedded-core] 11/19: busybox_git: Fix SRCREV

git at git.openembedded.org git at git.openembedded.org
Mon May 9 07:12:49 UTC 2016


rpurdie pushed a commit to branch fido
in repository openembedded-core.

commit b0720e996dde537d04a9129e7ffdc883836c3cf8
Author: Brad Mouring <brad.mouring at ni.com>
AuthorDate: Fri Mar 25 21:20:06 2016 -0500

    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 at gmail.com>
    Signed-off-by: Brad Mouring <brad.mouring at ni.com>
    Signed-off-by: Joshua Lock <joshua.g.lock at intel.com>
---
 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 529ed5b..166864d 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}"
 

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the Openembedded-commits mailing list