From c103910fd158f991efa64e1aefd0b267552b6767 Mon Sep 17 00:00:00 2001 From: John Bowler Date: Wed, 11 Jan 2006 07:02:20 +0000 Subject: [PATCH] slugimage: put in correct RDEPENDS, kill RDEPENDS on native in 0 - because perl is installed on the build system so native does not require it. --- packages/slugimage/slugimage-native.bb | 6 +++++- packages/slugimage/slugimage.bb | 10 +++++----- 2 files changed, 10 insertions(+), 6 deletions(-) diff --git a/packages/slugimage/slugimage-native.bb b/packages/slugimage/slugimage-native.bb index eba23580f2..6b21d208e6 100644 --- a/packages/slugimage/slugimage-native.bb +++ b/packages/slugimage/slugimage-native.bb @@ -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)}" diff --git a/packages/slugimage/slugimage.bb b/packages/slugimage/slugimage.bb index 9b4e651369..9bcc692fe7 100644 --- a/packages/slugimage/slugimage.bb +++ b/packages/slugimage/slugimage.bb @@ -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 " -PR = "r3" +MAINTAINER = "NSLU2 Linux " +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}/ -- 2.39.5