summaryrefslogtreecommitdiff
path: root/packages/meta
diff options
context:
space:
mode:
authorJohn Bowler <jbowler@nslu2-linux.org>2006-01-18 20:27:56 +0000
committerOpenEmbedded Project <openembedded-devel@lists.openembedded.org>2006-01-18 20:27:56 +0000
commitd5d197d262596151dda565221f6fb682a11366f7 (patch)
tree9081af66fb0dc29474c2d29459ae952b1bc82a63 /packages/meta
parent0b48df1db4195820cb9ac13f1e221de0427495d3 (diff)
slugos-image: correct the sed arch.conf edit in the rootfs for 1.0
Diffstat (limited to 'packages/meta')
-rw-r--r--packages/meta/slugos-image.bb4
1 files changed, 2 insertions, 2 deletions
diff --git a/packages/meta/slugos-image.bb b/packages/meta/slugos-image.bb
index 0944089f12..cdf3743b07 100644
--- a/packages/meta/slugos-image.bb
+++ b/packages/meta/slugos-image.bb
@@ -7,7 +7,7 @@ DESCRIPTION = "Generic SlugOS image"
MAINTAINER = "NSLU2 Linux <nslu2-linux@yahoogroups.com>"
HOMEPAGE = "http://www.nslu2-linux.org"
LICENSE = "MIT"
-PR = "r20"
+PR = "r21"
# SLUGOS_IMAGENAME defines the name of the image to be build, if it
# is not set this package will be skipped!
@@ -43,7 +43,7 @@ EXTRA_IMAGEDEPENDS += "${PACK_IMAGE_DEPENDS}"
# This hack removes '${MACHINE}' from the end of the arch.conf for ipk,
# preventing _mach.ipk (with no byte sex) taking precedence over everything
# else.
-IMAGE_POSTPROCESS_COMMAND += "sed -i '$d' '${IMAGE_ROOTFS}/etc/ipkg/arch.conf';"
+ROOTFS_POSTPROCESS_COMMAND += "sed -i '$d' '${IMAGE_ROOTFS}/etc/ipkg/arch.conf';"
# These depends define native utilities - they do not get put in the flash and
# are not required to build the image.