diff options
Diffstat (limited to 'recipes-append/busybox/busybox_1.18.5.bbappend')
| -rw-r--r-- | recipes-append/busybox/busybox_1.18.5.bbappend | 8 |
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 @@ | |||
| 1 | PR .= "+${DISTRO}.0" | ||
| 2 | |||
| 1 | FILESEXTRAPATHS_prepend := "${THISDIR}/busybox-1.18.5:" | 3 | FILESEXTRAPATHS_prepend := "${THISDIR}/busybox-1.18.5:" |
| 2 | 4 | ||
| 3 | SRC_URI += "file://0001-libbb.h-do-not-use-homegrown-struct-sysinfo.patch \ | 5 | SRC_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 | |||
| 12 | do_configure_prepend () { | ||
| 13 | cp ${WORKDIR}/defconfig-maximum ${WORKDIR}/defconfig | ||
| 14 | } | ||
| 15 | |||
