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.bbappend15
1 files changed, 0 insertions, 15 deletions
diff --git a/recipes-append/busybox/busybox_1.18.5.bbappend b/recipes-append/busybox/busybox_1.18.5.bbappend
deleted file mode 100644
index e35a65e..0000000
--- a/recipes-append/busybox/busybox_1.18.5.bbappend
+++ /dev/null
@@ -1,15 +0,0 @@
1PR .= "+${DISTRO}.0"
2
3FILESEXTRAPATHS_prepend := "${THISDIR}/busybox-1.18.5:"
4
5SRC_URI += "file://0001-libbb.h-do-not-use-homegrown-struct-sysinfo.patch \
6 file://0002-work-around-sysinfo.h-versus-linux-.h-problems.patch \
7 file://inetd \
8 file://inetd.conf \
9 file://defconfig-maximum \
10"
11
12do_configure_prepend () {
13 cp ${WORKDIR}/defconfig-maximum ${WORKDIR}/defconfig
14}
15