From: Holger Freyther Date: Wed, 22 Feb 2006 14:20:15 +0000 (+0000) Subject: conf/bitbake.conf: X-Git-Tag: Release-2010-05/1~9453^2~2304^2~83^2~1 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5dadbf02f859958106e6290a270dc85389260b82;p=openembedded.git conf/bitbake.conf: Add perl-native to the ASSUMED_PROVIDED list. It is a RDEPENDS of auotreconf but to build dependencies of perl-native (virtual/db-native:db3 and gdbm) we are likely to call autoreconf in the process of building those. --- diff --git a/conf/bitbake.conf b/conf/bitbake.conf index 2b5856eb29..a97a5ff986 100644 --- a/conf/bitbake.conf +++ b/conf/bitbake.conf @@ -72,7 +72,7 @@ DATETIME = "${DATE}${TIME}" # python-native should be here but python relies on building # its own in staging -ASSUME_PROVIDED = "cvs-native svn-native bzip2-native diffstat-native patch-native" +ASSUME_PROVIDED = "cvs-native svn-native bzip2-native diffstat-native patch-native perl-native" ################################################################## # Package default variables.