summaryrefslogtreecommitdiffstats
path: root/meta/recipes-core/busybox/busybox_1.33.1.bb
diff options
context:
space:
mode:
authorAndrej Valek <andrej.valek@siemens.com>2021-06-25 08:10:11 +0200
committerRichard Purdie <richard.purdie@linuxfoundation.org>2021-07-20 19:05:45 +0100
commitd1df18c68deca3fb7c37e0a83e50f79cc5fab856 (patch)
tree311237a51b7c82eccc0771c9c5114063bd501c0e /meta/recipes-core/busybox/busybox_1.33.1.bb
parent63686ed26031248611dae8e4a889b066a7b93424 (diff)
downloadpoky-d1df18c68deca3fb7c37e0a83e50f79cc5fab856.tar.gz
busybox: add tmpdir option into mktemp applet
- Make mktemp applet compatible with --tmpdir option in ca-certificate update script. (From OE-Core rev: 0c51fd928407267a5c1b664aabfdc3527aa92988) Signed-off-by: Andrej Valek <andrej.valek@siemens.com> Signed-off-by: Peter Marko <peter.marko@siemens.com> Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org> (cherry picked from commit 3d969e482d29da29828d1510f106f161d2b3d3c0) Signed-off-by: Anuj Mittal <anuj.mittal@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-core/busybox/busybox_1.33.1.bb')
-rw-r--r--meta/recipes-core/busybox/busybox_1.33.1.bb5
1 files changed, 3 insertions, 2 deletions
diff --git a/meta/recipes-core/busybox/busybox_1.33.1.bb b/meta/recipes-core/busybox/busybox_1.33.1.bb
index 3a70a8056e..4002d6a5c6 100644
--- a/meta/recipes-core/busybox/busybox_1.33.1.bb
+++ b/meta/recipes-core/busybox/busybox_1.33.1.bb
@@ -37,6 +37,8 @@ SRC_URI = "https://busybox.net/downloads/busybox-${PV}.tar.bz2;name=tarball \
37 ${@["", "file://mdev.cfg"][(d.getVar('VIRTUAL-RUNTIME_dev_manager') == 'busybox-mdev')]} \ 37 ${@["", "file://mdev.cfg"][(d.getVar('VIRTUAL-RUNTIME_dev_manager') == 'busybox-mdev')]} \
38 file://syslog.cfg \ 38 file://syslog.cfg \
39 file://unicode.cfg \ 39 file://unicode.cfg \
40 file://rev.cfg \
41 file://pgrep.cfg \
40 file://rcS \ 42 file://rcS \
41 file://rcK \ 43 file://rcK \
42 file://makefile-libbb-race.patch \ 44 file://makefile-libbb-race.patch \
@@ -44,9 +46,8 @@ SRC_URI = "https://busybox.net/downloads/busybox-${PV}.tar.bz2;name=tarball \
44 file://0001-testsuite-use-www.example.org-for-wget-test-cases.patch \ 46 file://0001-testsuite-use-www.example.org-for-wget-test-cases.patch \
45 file://0001-du-l-works-fix-to-use-145-instead-of-144.patch \ 47 file://0001-du-l-works-fix-to-use-145-instead-of-144.patch \
46 file://0001-sysctl-ignore-EIO-of-stable_secret-below-proc-sys-ne.patch \ 48 file://0001-sysctl-ignore-EIO-of-stable_secret-below-proc-sys-ne.patch \
47 file://rev.cfg \
48 file://pgrep.cfg \
49 file://0001-gen_build_files-Use-C-locale-when-calling-sed-on-glo.patch \ 49 file://0001-gen_build_files-Use-C-locale-when-calling-sed-on-glo.patch \
50 file://0001-mktemp-add-tmpdir-option.patch \
50 " 51 "
51SRC_URI_append_libc-musl = " file://musl.cfg " 52SRC_URI_append_libc-musl = " file://musl.cfg "
52 53