summaryrefslogtreecommitdiff
path: root/packages/meta/slugos-image.bb
diff options
context:
space:
mode:
authorJohn Bowler <jbowler@nslu2-linux.org>2006-01-16 09:53:12 +0000
committerOpenEmbedded Project <openembedded-devel@lists.openembedded.org>2006-01-16 09:53:12 +0000
commitf2cfb2628d56ad31d4fe97a08b1012c252109b90 (patch)
tree6a7f8709276df3782879b3b0f02ed6a1699c4882 /packages/meta/slugos-image.bb
parent6d6f449a77592d066856c916b660cd52c54f5147 (diff)
parentf99c03dff8ea114ab0bfe297a391a0fa90aa9922 (diff)
merge of 5ea9ec229c4d406638d5639fade5d53798bc6556
and bc3350438c52d7c9d7d4f8eb5b38a213796269cb
Diffstat (limited to 'packages/meta/slugos-image.bb')
-rw-r--r--packages/meta/slugos-image.bb9
1 files changed, 6 insertions, 3 deletions
diff --git a/packages/meta/slugos-image.bb b/packages/meta/slugos-image.bb
index df3103fd79..0944089f12 100644
--- a/packages/meta/slugos-image.bb
+++ b/packages/meta/slugos-image.bb
@@ -1,10 +1,13 @@
-# This describes a generic NSLU2 image, even though the bb file is
+# This describes a generic SlugOS image, even though the bb file is
# called 'slugos-image.bb' the distro specific configuration is
# done in conf/distro/${DISTRO}.conf (which should always include
# conf/distro/slugos.conf to get the standard settings).
#
+DESCRIPTION = "Generic SlugOS image"
+MAINTAINER = "NSLU2 Linux <nslu2-linux@yahoogroups.com>"
+HOMEPAGE = "http://www.nslu2-linux.org"
LICENSE = "MIT"
-PR = "r19"
+PR = "r20"
# SLUGOS_IMAGENAME defines the name of the image to be build, if it
# is not set this package will be skipped!
@@ -40,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 '$d' '${IMAGE_ROOTFS}/etc/ipkg/arch.conf';"
+IMAGE_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.