summaryrefslogtreecommitdiffstats
path: root/recipes-append/busybox/busybox_1.18.5.bbappend
diff options
context:
space:
mode:
Diffstat (limited to 'recipes-append/busybox/busybox_1.18.5.bbappend')
-rw-r--r--recipes-append/busybox/busybox_1.18.5.bbappend8
1 files changed, 8 insertions, 0 deletions
diff --git a/recipes-append/busybox/busybox_1.18.5.bbappend b/recipes-append/busybox/busybox_1.18.5.bbappend
index cdf171b..e35a65e 100644
--- a/recipes-append/busybox/busybox_1.18.5.bbappend
+++ b/recipes-append/busybox/busybox_1.18.5.bbappend
@@ -1,7 +1,15 @@
1PR .= "+${DISTRO}.0"
2
1FILESEXTRAPATHS_prepend := "${THISDIR}/busybox-1.18.5:" 3FILESEXTRAPATHS_prepend := "${THISDIR}/busybox-1.18.5:"
2 4
3SRC_URI += "file://0001-libbb.h-do-not-use-homegrown-struct-sysinfo.patch \ 5SRC_URI += "file://0001-libbb.h-do-not-use-homegrown-struct-sysinfo.patch \
4 file://0002-work-around-sysinfo.h-versus-linux-.h-problems.patch \ 6 file://0002-work-around-sysinfo.h-versus-linux-.h-problems.patch \
5 file://inetd \ 7 file://inetd \
6 file://inetd.conf \ 8 file://inetd.conf \
9 file://defconfig-maximum \
7" 10"
11
12do_configure_prepend () {
13 cp ${WORKDIR}/defconfig-maximum ${WORKDIR}/defconfig
14}
15