slugimage: put in correct RDEPENDS, kill RDEPENDS on native in 0
authorJohn Bowler <jbowler@nslu2-linux.org>
Wed, 11 Jan 2006 07:02:20 +0000 (07:02 +0000)
committerOpenEmbedded Project <openembedded-devel@lists.openembedded.org>
Wed, 11 Jan 2006 07:02:20 +0000 (07:02 +0000)
 - because perl is installed on the build system so native does
   not require it.

packages/slugimage/slugimage-native.bb
packages/slugimage/slugimage.bb

index eba2358..6b21d20 100644 (file)
@@ -1,5 +1,9 @@
-SECTION = "unknown"
+# slugimage - a program to construct NSLU2 image files
 include slugimage.bb
+
+# slugimage depends on perl, we assume that this is installed.
+RDEPENDS = ""
+
 inherit native
 
 FILESPATH = "${@base_set_filespath([ '${FILE_DIRNAME}/slugimage-${PV}', '${FILE_DIRNAME}/slugimage', '${FILE_DIRNAME}/files', '${FILE_DIRNAME}' ], d)}"
index 9b4e651..9bcc692 100644 (file)
@@ -1,16 +1,16 @@
-SECTION = "unknown"
+# slugimage - normally built native, a perl script
+SECTION = "console/utils"
 LICENSE = "BSD"
 DESCRIPTION = "Slugimage is a small app to disassemble and reassemble \
 flash images for the Linksys NSLU2 device. It also has jffs2 support"
-MAINTAINER = "Chris Larson <kergoth@handhelds.org>"
-PR = "r3"
+MAINTAINER = "NSLU2 Linux <www.nslu2-linux.org>"
+PR = "r4"
 
-RDEPENDS = "perl-native"
+RDEPENDS = "perl"
 
 SRC_URI = "cvs://anonymous:@cvs.sourceforge.net/cvsroot/nslu;module=slugimage;tag=SLUGIMAGE_3_2"
 S = "${WORKDIR}"
 
-
 do_install () {
        install -d ${D}${bindir}
        install -m 0755 slugimage/slugimage ${D}${bindir}/