busybox: fix slugos-related building problem
authorOyvind Repvik <nail@nslu2-linux.org>
Sat, 25 Feb 2006 12:23:32 +0000 (12:23 +0000)
committerOpenEmbedded Project <openembedded-devel@lists.openembedded.org>
Sat, 25 Feb 2006 12:23:32 +0000 (12:23 +0000)
packages/busybox/busybox_1.01.bb

index 693ead5..8c12ffb 100644 (file)
@@ -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}
 }