On openslug create a package perl-modules depending on the 840+ other packages.
authorDavid Karlstrom <daka@thg.se>
Sat, 30 Jul 2005 15:08:18 +0000 (15:08 +0000)
committerOpenEmbedded Project <openembedded-devel@lists.openembedded.org>
Sat, 30 Jul 2005 15:08:18 +0000 (15:08 +0000)
packages/perl/perl_5.8.7.bb

index dc457b4..16c43cc 100644 (file)
@@ -4,7 +4,7 @@ include perl.inc
 
 SRC_URI += "file://config.sh-armeb-linux"
 
-PR = "r4"
+PR = "r5"
 
 do_configure() {
        ln -sf ${HOSTPERL} ${STAGING_BINDIR}/hostperl
@@ -32,3 +32,11 @@ do_install_append() {
        ln -s libperl.so.${PV} ${D}/${libdir}/libperl.so.5
 }
 
+# Create a perl-modules package depending on all the other perl
+# packages (actually the non modules packages too)
+# This means creating lots of empty packages too, so its set to only
+# openslug for the time beeing
+ALLOW_EMPTY_openslug = 1
+PACKAGES_append_openslug = " perl-modules"
+RDEPENDS_perl-modules_openslug = "${PACKAGES}"
+RPROVIDES_perl-lib_openslug = "perl-lib"