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:02:03 +0100 |
commit | 07682c1bfbcfe30ace5fad8d4e04bb901322ee92 (patch) | |
tree | dbc7819ef97d1a623fda10f50baa93742c6e325e /meta | |
parent | 09e3b84ea5de35c999be5266973dfa30a79b38b6 (diff) | |
download | poky-07682c1bfbcfe30ace5fad8d4e04bb901322ee92.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: 6ff2acbc72dc958cb3b97998462015010c44d946)
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 @@ | |||
1 | require busybox.inc | 1 | require busybox.inc |
2 | 2 | ||
3 | SRCREV = "be947c4d97c0dacb703a6f24dd813ff6dd3a33b6" | 3 | SRCREV = "4d15068d83054a9f82b3f8842706cd6deb401e25" |
4 | # Lookout for PV bump too when SRCREV is changed | 4 | # Lookout for PV bump too when SRCREV is changed |
5 | PV = "1.23.2+git${SRCPV}" | 5 | PV = "1.23.2+git${SRCPV}" |
6 | 6 | ||