conf/bitbake.conf:
authorHolger Freyther <zecke@selfish.org>
Wed, 22 Feb 2006 14:20:15 +0000 (14:20 +0000)
committerOpenEmbedded Project <openembedded-devel@lists.openembedded.org>
Wed, 22 Feb 2006 14:20:15 +0000 (14:20 +0000)
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.

conf/bitbake.conf

index 2b5856e..a97a5ff 100644 (file)
@@ -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.