SRC_URI += "file://config.sh-armeb-linux"
-PR = "r4"
+PR = "r5"
do_configure() {
ln -sf ${HOSTPERL} ${STAGING_BINDIR}/hostperl
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"