summaryrefslogtreecommitdiffstats
path: root/meta/recipes-core/busybox/busybox_git.bb
diff options
context:
space:
mode:
Diffstat (limited to 'meta/recipes-core/busybox/busybox_git.bb')
-rw-r--r--meta/recipes-core/busybox/busybox_git.bb9
1 files changed, 7 insertions, 2 deletions
diff --git a/meta/recipes-core/busybox/busybox_git.bb b/meta/recipes-core/busybox/busybox_git.bb
index ae16b5935a..c29b894349 100644
--- a/meta/recipes-core/busybox/busybox_git.bb
+++ b/meta/recipes-core/busybox/busybox_git.bb
@@ -1,6 +1,6 @@
1require busybox.inc 1require busybox.inc
2 2
3SRCREV = "966423d4034067f52b419570a1016d1dfc4aeacd" 3SRCREV = "1b7c17391de66502dd7a97c866e0a33681edbb1f"
4# Lookout for PV bump too when SRCREV is changed 4# Lookout for PV bump too when SRCREV is changed
5PV = "1.25.0+git${SRCPV}" 5PV = "1.25.0+git${SRCPV}"
6 6
@@ -35,12 +35,17 @@ SRC_URI = "git://busybox.net/busybox.git \
35 file://recognize_connmand.patch \ 35 file://recognize_connmand.patch \
36 file://busybox-cross-menuconfig.patch \ 36 file://busybox-cross-menuconfig.patch \
37 file://0001-Use-CC-when-linking-instead-of-LD-and-use-CFLAGS-and.patch \ 37 file://0001-Use-CC-when-linking-instead-of-LD-and-use-CFLAGS-and.patch \
38 file://0002-Passthrough-r-to-linker.patch \
39 file://mount-via-label.cfg \ 38 file://mount-via-label.cfg \
40 file://sha1sum.cfg \ 39 file://sha1sum.cfg \
41 file://sha256sum.cfg \ 40 file://sha256sum.cfg \
42 file://getopts.cfg \ 41 file://getopts.cfg \
43 file://resize.cfg \ 42 file://resize.cfg \
43 ${@["", "file://init.cfg"][(d.getVar('VIRTUAL-RUNTIME_init_manager', True) == 'busybox')]} \
44 ${@["", "file://mdev.cfg"][(d.getVar('VIRTUAL-RUNTIME_dev_manager', True) == 'busybox-mdev')]} \
45 file://inittab \
46 file://rcS \
47 file://rcK \
48 file://runlevel \
44" 49"
45SRC_URI_append_libc-musl = " file://musl.cfg " 50SRC_URI_append_libc-musl = " file://musl.cfg "
46 51