diff options
author | Phil Blundell <philb@gnu.org> | 2004-06-25 14:09:36 +0000 |
---|---|---|
committer | Phil Blundell <philb@gnu.org> | 2004-06-25 14:09:36 +0000 |
commit | 0652e433ac852507b70c24c6b803255490426e58 (patch) | |
tree | 83d0fb84675caa48aa92eb369a86595a84404e62 | |
parent | 76f178a1f349f24b3d832e3c92048517359dcda5 (diff) |
Merge bk://openembedded@openembedded.bkbits.net/packages
into stealth.(none):/home/pb/oe/oe-packages
2004/06/25 15:09:27+01:00 (none)!pb
add /usr/lib/perl5 to FILES
BKrev: 40dc3220BnyzVdPeWeTH1A6QFVMNyg
-rw-r--r-- | perl/perl_5.8.3.oe | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/perl/perl_5.8.3.oe b/perl/perl_5.8.3.oe index ec5a5518fb..aca9afa4e9 100644 --- a/perl/perl_5.8.3.oe +++ b/perl/perl_5.8.3.oe @@ -4,6 +4,8 @@ PRIORITY = "optional" DEPENDS = "db3 perl-native" SRC_URI = "http://ftp.funet.fi/pub/CPAN/src/perl-${PV}.tar.gz" +FILES_${PN} += "${libdir}/perl5" + do_configure() { cd Cross oe_runmake patch |