[oe-commits] org.oe.dev cpan.bbclass: Building cpan modules needs to depend on both perl and

lenehan commit openembedded-commits at lists.openembedded.org
Wed May 2 02:31:41 UTC 2007


cpan.bbclass: Building cpan modules needs to depend on both perl and
perl-native. They are built with perl-native but use the
configuration information from perl. This issue wasn't showing up
with bitbake 1.6 but is with 1.8.2 where perl is configured and
compiled perl but not staged prior to moving on.

Author: lenehan at openembedded.org
Branch: org.openembedded.dev
Revision: 493ecbe0a27fda176cef32e7906f1ee6bfc099ff
ViewMTN: http://monotone.openembedded.org/revision.psp?id=493ecbe0a27fda176cef32e7906f1ee6bfc099ff
Files:
1
classes/cpan.bbclass
Diffs:

#
# mt diff -rc18c0af8649c4f70f923fefaa9e42158e83c3881 -r493ecbe0a27fda176cef32e7906f1ee6bfc099ff
#
# 
# 
# patch "classes/cpan.bbclass"
#  from [481e36f5234d7b355038316b3d8ce9b8eb971b2a]
#    to [44b0cb6bbf5799760f4358bdc915ce3c8b6d7fb9]
# 
============================================================
--- classes/cpan.bbclass	481e36f5234d7b355038316b3d8ce9b8eb971b2a
+++ classes/cpan.bbclass	44b0cb6bbf5799760f4358bdc915ce3c8b6d7fb9
@@ -1,10 +1,10 @@ EXTRA_CPANFLAGS ?= ""
 #
 # This is for perl modules that use the old Makefile.PL build system
 #
 FILES_${PN} += '${libdir}/perl5 ${datadir}/perl5'
 EXTRA_CPANFLAGS ?= ""
 
-DEPENDS  += "perl-native"
+DEPENDS  += "perl perl-native"
 RDEPENDS += "perl"
 
 # Determine the staged version of perl from the perl configuration file






More information about the Openembedded-commits mailing list