diff options
author | Richard Purdie <richard@openedhand.com> | 2006-02-10 12:06:32 +0000 |
---|---|---|
committer | Richard Purdie <richard@openedhand.com> | 2006-02-10 12:06:32 +0000 |
commit | 42dfbb2a0223ba5d091f053ad5401ecce6446e41 (patch) | |
tree | 2636ad1c536f88f79517299d441be6584a58d892 /openembedded/packages/perl | |
parent | dd1b4430b5d74ee7f3827ed6eed56a2bd5f99d42 (diff) | |
download | poky-42dfbb2a0223ba5d091f053ad5401ecce6446e41.tar.gz |
Sync more files with OE
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@271 311d38ba-8fff-0310-9ca6-ca027cbcb966
Diffstat (limited to 'openembedded/packages/perl')
-rw-r--r-- | openembedded/packages/perl/perl.inc | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/openembedded/packages/perl/perl.inc b/openembedded/packages/perl/perl.inc index 5ee5418fc4..12fffa1c33 100644 --- a/openembedded/packages/perl/perl.inc +++ b/openembedded/packages/perl/perl.inc | |||
@@ -3,7 +3,7 @@ HOMEPAGE = "http://www.perl.org/" | |||
3 | LICENSE = "Artistic|GPL" | 3 | LICENSE = "Artistic|GPL" |
4 | SECTION = "devel" | 4 | SECTION = "devel" |
5 | PRIORITY = "optional" | 5 | PRIORITY = "optional" |
6 | DEPENDS = "db3 perl-native" | 6 | DEPENDS = "virtual/db perl-native" |
7 | 7 | ||
8 | SRC_URI = "http://ftp.funet.fi/pub/CPAN/src/perl-${PV}.tar.gz \ | 8 | SRC_URI = "http://ftp.funet.fi/pub/CPAN/src/perl-${PV}.tar.gz \ |
9 | file://Makefile.patch;patch=1 \ | 9 | file://Makefile.patch;patch=1 \ |
@@ -54,6 +54,8 @@ do_stage() { | |||
54 | install config.sh ${STAGING_DIR}/${HOST_SYS}/perl/ | 54 | install config.sh ${STAGING_DIR}/${HOST_SYS}/perl/ |
55 | } | 55 | } |
56 | 56 | ||
57 | PACKAGES_DYNAMIC = "perl-module-*" | ||
58 | |||
57 | python populate_packages_prepend () { | 59 | python populate_packages_prepend () { |
58 | libdir = bb.data.expand('${libdir}/perl5/${PV}', d) | 60 | libdir = bb.data.expand('${libdir}/perl5/${PV}', d) |
59 | archlibdir = bb.data.expand('${libdir}/perl5/${PV}/${TARGET_ARCH}-${TARGET_OS}', d) | 61 | archlibdir = bb.data.expand('${libdir}/perl5/${PV}/${TARGET_ARCH}-${TARGET_OS}', d) |