perl: Update for keeping the debug information in the correct package
authorJamie Lenehan <lenehan@twibble.org>
Fri, 11 Aug 2006 10:30:34 +0000 (10:30 +0000)
committerJamie Lenehan <lenehan@twibble.org>
Fri, 11 Aug 2006 10:30:34 +0000 (10:30 +0000)
which is clearer. Move -dbg to the first item in the package list and
use .../* to match files and ignore directories.

packages/perl/perl-native_5.8.4.bb
packages/perl/perl-native_5.8.7.bb
packages/perl/perl.inc
packages/perl/perl_5.8.4.bb
packages/perl/perl_5.8.7.bb

index 47c3dad..f348630 100644 (file)
@@ -1,7 +1,7 @@
 DESCRIPTION = "Perl is a popular scripting language."
 HOMEPAGE = "http://www.perl.org/"
 LICENSE = "Artistic|GPL"
-PR = "r2"
+PR = "r3"
 
 SECTION = "libs"
 inherit native
index 4332a14..af7680f 100644 (file)
@@ -2,7 +2,7 @@ DESCRIPTION = "Perl is a popular scripting language."
 MAINTAINER="David Karlstrom <daka@thg.se>"
 HOMEPAGE = "http://www.perl.org/"
 LICENSE = "Artistic|GPL"
-PR = "r2"
+PR = "r3"
 
 SECTION = "libs"
 inherit native
index 41b897d..a9a3d6b 100644 (file)
@@ -67,9 +67,9 @@ python populate_packages_prepend () {
        do_split_packages(d, libdir, '(.*)\.(pm|pl)', 'perl-module-%s', 'perl module %s', recursive=True, allow_dirs=False, match_path=True)
 }
 
-PACKAGES = "perl perl-misc perl-lib perl-dev perl-pod perl-dbg"
+PACKAGES = "perl-dbg perl perl-misc perl-lib perl-dev perl-pod"
 FILES_${PN} = "/usr/bin/perl /usr/bin/perl${PV}"
 FILES_${PN}-lib = "/usr/lib/libperl.so*"
 FILES_${PN}-dev = "/usr/lib/perl5/${PV}/${TARGET_ARCH}-${TARGET_OS}/CORE/"
 FILES_${PN}-pod = "/usr/lib/perl5/${PV}/pod"
-FILES_perl-misc = "/usr/bin/[!.]*"
+FILES_perl-misc = "/usr/bin/*"
index 1620a5d..35ff774 100644 (file)
@@ -1,3 +1,3 @@
 require perl.inc
 
-PR = "r3"
+PR = "r4"
index 30092a0..b3cfd1a 100644 (file)
@@ -12,7 +12,7 @@ SRC_URI += "file://config.sh-armeb-linux \
 
 PARALLEL_MAKE = ""
 
-PR = "r16"
+PR = "r17"
 
 do_configure() {
        ln -sf ${HOSTPERL} ${STAGING_BINDIR}/hostperl