diff options
author | Jamie Lenehan <lenehan@twibble.org> | 2006-08-11 10:30:34 +0000 |
---|---|---|
committer | Jamie Lenehan <lenehan@twibble.org> | 2006-08-11 10:30:34 +0000 |
commit | 49cb306e40612f9cf13f8026ad8a1a8c63f4b001 (patch) | |
tree | 26f191bf57188d55f07599d439715b9eb20db01d /packages/perl/perl-native_5.8.7.bb | |
parent | 562d93cdc241eac3d978c42c1a3e17b48ddb75cd (diff) |
perl: Update for keeping the debug information in the correct package
which is clearer. Move -dbg to the first item in the package list and
use .../* to match files and ignore directories.
Diffstat (limited to 'packages/perl/perl-native_5.8.7.bb')
-rw-r--r-- | packages/perl/perl-native_5.8.7.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/perl/perl-native_5.8.7.bb b/packages/perl/perl-native_5.8.7.bb index 4332a1400e..af7680f013 100644 --- a/packages/perl/perl-native_5.8.7.bb +++ b/packages/perl/perl-native_5.8.7.bb @@ -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 |