diff options
Diffstat (limited to 'meta/recipes-core/busybox/busybox_git.bb')
-rw-r--r-- | meta/recipes-core/busybox/busybox_git.bb | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/meta/recipes-core/busybox/busybox_git.bb b/meta/recipes-core/busybox/busybox_git.bb index e9ff0bc41e..d968fad4f9 100644 --- a/meta/recipes-core/busybox/busybox_git.bb +++ b/meta/recipes-core/busybox/busybox_git.bb | |||
@@ -1,8 +1,8 @@ | |||
1 | require busybox.inc | 1 | require busybox.inc |
2 | 2 | ||
3 | SRCREV = "be947c4d97c0dacb703a6f24dd813ff6dd3a33b6" | 3 | SRCREV = "966423d4034067f52b419570a1016d1dfc4aeacd" |
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.25.0+git${SRCPV}" |
6 | 6 | ||
7 | S = "${WORKDIR}/git" | 7 | S = "${WORKDIR}/git" |
8 | 8 | ||
@@ -36,8 +36,8 @@ SRC_URI = "git://busybox.net/busybox.git \ | |||
36 | file://login-utilities.cfg \ | 36 | file://login-utilities.cfg \ |
37 | file://recognize_connmand.patch \ | 37 | file://recognize_connmand.patch \ |
38 | file://busybox-cross-menuconfig.patch \ | 38 | file://busybox-cross-menuconfig.patch \ |
39 | file://0001-ifconfig-fix-double-free-fatal-error-in-INET_sprint.patch \ | 39 | file://0001-Use-CC-when-linking-instead-of-LD-and-use-CFLAGS-and.patch \ |
40 | file://0001-chown-fix-help-text.patch \ | 40 | file://0002-Passthrough-r-to-linker.patch \ |
41 | file://mount-via-label.cfg \ | 41 | file://mount-via-label.cfg \ |
42 | file://sha1sum.cfg \ | 42 | file://sha1sum.cfg \ |
43 | file://sha256sum.cfg \ | 43 | file://sha256sum.cfg \ |