slugos-image: Removed the pre-process command for syslog, now the bitbake bug is...
authorRod Whitby <rod@whitby.id.au>
Fri, 28 Apr 2006 12:55:12 +0000 (12:55 +0000)
committerOpenEmbedded Project <openembedded-devel@lists.openembedded.org>
Fri, 28 Apr 2006 12:55:12 +0000 (12:55 +0000)
packages/meta/slugos-image.bb

index 0fa0ba7..428a48b 100644 (file)
@@ -7,7 +7,7 @@ DESCRIPTION = "Generic SlugOS image"
 MAINTAINER = "NSLU2 Linux <nslu2-linux@yahoogroups.com>"
 HOMEPAGE = "http://www.nslu2-linux.org"
 LICENSE = "MIT"
-PR = "r27"
+PR = "r28"
 
 # SLUGOS_IMAGENAME defines the name of the image to be build, if it
 # is not set this package will be skipped!
@@ -32,9 +32,6 @@ SLUGOS_DEVICE_TABLE = "${@bb.which(bb.data.getVar('BBPATH', d, 1), 'files/device
 IMAGE_PREPROCESS_COMMAND += "rm ${IMAGE_ROOTFS}/boot/zImage*;"
 IMAGE_PREPROCESS_COMMAND += "install -c -m 644 ${SLUGOS_DEVICE_TABLE} ${IMAGE_ROOTFS}/etc/device_table;"
 
-# This hack does what the hack in busybox.bb is supposed to do but doesn't for some reason.
-IMAGE_PREPROCESS_COMMAND += "rm ${IMAGE_ROOTFS}/etc/rc?.d/?20syslog;"
-
 # Building a full image.  If required do a post-process command which builds
 # the full flash image using slugimage.  At present this only works for NSLU2 images.
 PACK_IMAGE = ""