summaryrefslogtreecommitdiffstats
path: root/meta/recipes-core/busybox/busybox.inc
diff options
context:
space:
mode:
authorTing Liu <b28495@freescale.com>2013-04-15 04:50:52 -0500
committerRichard Purdie <richard.purdie@linuxfoundation.org>2013-04-15 15:57:40 +0100
commit36aa65b968a76843a93cb4c956ae9fe0d3538bfe (patch)
treecc392817ec497812080f5fb0fcee4adb2e8ea859 /meta/recipes-core/busybox/busybox.inc
parente12e186464dff9dddef8af17ef1cb413f64838cf (diff)
downloadpoky-36aa65b968a76843a93cb4c956ae9fe0d3538bfe.tar.gz
busybox: Add inetd related files
Add back inetd and inetd.conf files which are needed if CONFIG_INETD is enabled in the defconfig. Grabbed these files from oe-classic This patch is based on the previous patch for denzil: http://patches.openembedded.org/patch/33235/ (From OE-Core rev: 929c738787b6f513ce235ed5f7753408a570d632) Signed-off-by: Ting Liu <b28495@freescale.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-core/busybox/busybox.inc')
-rw-r--r--meta/recipes-core/busybox/busybox.inc1
1 files changed, 1 insertions, 0 deletions
diff --git a/meta/recipes-core/busybox/busybox.inc b/meta/recipes-core/busybox/busybox.inc
index a2e83ec92d..0a235b98fe 100644
--- a/meta/recipes-core/busybox/busybox.inc
+++ b/meta/recipes-core/busybox/busybox.inc
@@ -208,6 +208,7 @@ do_install () {
208 fi 208 fi
209 if grep "CONFIG_INETD=y" ${B}/.config; then 209 if grep "CONFIG_INETD=y" ${B}/.config; then
210 install -m 0755 ${WORKDIR}/inetd ${D}${sysconfdir}/init.d/inetd.${BPN} 210 install -m 0755 ${WORKDIR}/inetd ${D}${sysconfdir}/init.d/inetd.${BPN}
211 sed -i "s:/usr/sbin/:${sbindir}/:" ${D}${sysconfdir}/init.d/inetd.${BPN}
211 install -m 0644 ${WORKDIR}/inetd.conf ${D}${sysconfdir}/ 212 install -m 0644 ${WORKDIR}/inetd.conf ${D}${sysconfdir}/
212 fi 213 fi
213 if grep "CONFIG_MDEV=y" ${B}/.config; then 214 if grep "CONFIG_MDEV=y" ${B}/.config; then