diff options
author | John Bowler <jbowler@nslu2-linux.org> | 2006-01-16 01:38:20 +0000 |
---|---|---|
committer | OpenEmbedded Project <openembedded-devel@lists.openembedded.org> | 2006-01-16 01:38:20 +0000 |
commit | 9ce5a95818e5574d3fb411614519a219b9aa5c69 (patch) | |
tree | dd0c7953e468e3b497538cdb4ac9d356c40843a1 /packages/meta | |
parent | d1596684b1b1ee85d2d746a0182da8b8df0d8e47 (diff) | |
parent | 18c9101466353560610d720e168bc7488613a91b (diff) |
merge of 190ba6d987a58bb9185b18f91b075113f31cbae0
and e28d190b53d034845e4ae2fce2648104676a571b
Diffstat (limited to 'packages/meta')
-rw-r--r-- | packages/meta/slugos-image.bb | 9 | ||||
-rw-r--r-- | packages/meta/slugos-imagename.bb | 1 |
2 files changed, 7 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. diff --git a/packages/meta/slugos-imagename.bb b/packages/meta/slugos-imagename.bb index a6967a6208..2637524407 100644 --- a/packages/meta/slugos-imagename.bb +++ b/packages/meta/slugos-imagename.bb @@ -1,6 +1,7 @@ # This is an inglorious hack to provide a package to match # ${SLUGOS_IMAGENAME}-image MAINTAINER = "John Bowler <jbowler@acm.org> +LICENSE = "MIT" PN = "${SLUGOS_IMAGENAME}-image" PV = "0" PR = "r0" |