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_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_5.8.7.bb')
-rw-r--r-- | packages/perl/perl_5.8.7.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/perl/perl_5.8.7.bb b/packages/perl/perl_5.8.7.bb index 30092a0876..b3cfd1a3bb 100644 --- a/packages/perl/perl_5.8.7.bb +++ b/packages/perl/perl_5.8.7.bb @@ -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 |