From: Oyvind Repvik Date: Sat, 25 Feb 2006 12:23:32 +0000 (+0000) Subject: busybox: fix slugos-related building problem X-Git-Tag: Release-2010-05/1~9453^2~2304^2~53 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=dc94ea4184444cc5155af94d39f536dae55d52b9;p=openembedded.git busybox: fix slugos-related building problem --- diff --git a/packages/busybox/busybox_1.01.bb b/packages/busybox/busybox_1.01.bb index 693ead532a..8c12ffbd93 100644 --- a/packages/busybox/busybox_1.01.bb +++ b/packages/busybox/busybox_1.01.bb @@ -39,7 +39,7 @@ SRC_URI = "http://www.busybox.net/downloads/busybox-${PV}.tar.gz \ file://syslog.conf \ file://mount.busybox \ file://umount.busybox" -SRC_URI_slugos += " file://sysctl.conf " +SRC_URI_append_slugos += " file://sysctl.conf " S = "${WORKDIR}/busybox-${PV}" @@ -131,8 +131,7 @@ do_install () { install -m 0644 ${S}/busybox.links ${D}${sysconfdir} } -do_install_append_slugos() -{ +do_install_append_slugos() { install -m 0644 ${WORKDIR}/sysctl.conf ${D}${sysconfdir} }