diff options
author | Brad Mouring <brad.mouring@ni.com> | 2016-04-11 00:29:07 -0700 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2016-04-11 22:01:53 +0100 |
commit | 6ff2acbc72dc958cb3b97998462015010c44d946 (patch) | |
tree | e3157180ff43d4237ddb604116b8d3a424b34e9a /meta | |
parent | 47cb52741c946b6bbe09d5ee9a9f2fe855e8d5fb (diff) | |
download | openembedded-core-6ff2acbc72dc958cb3b97998462015010c44d946.tar.gz openembedded-core-6ff2acbc72dc958cb3b97998462015010c44d946.tar.bz2 openembedded-core-6ff2acbc72dc958cb3b97998462015010c44d946.zip |
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: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta')
-rw-r--r-- | meta/recipes-core/busybox/busybox_git.bb | 2 |
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 ade72f4b71..7c1b650057 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 = "be947c4d97c0dacb703a6f24dd813ff6dd3a33b6" +SRCREV = "4d15068d83054a9f82b3f8842706cd6deb401e25" # Lookout for PV bump too when SRCREV is changed PV = "1.23.2+git${SRCPV}" |