summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHolger Freyther <zecke@selfish.org>2006-02-22 14:20:15 +0000
committerOpenEmbedded Project <openembedded-devel@lists.openembedded.org>2006-02-22 14:20:15 +0000
commit5dadbf02f859958106e6290a270dc85389260b82 (patch)
treeed9a38b4359c675a641c8420d68f9e20b94c63d5
parentb041bd144257c69491c34ba34c1253357011ccce (diff)
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.
-rw-r--r--conf/bitbake.conf2
1 files changed, 1 insertions, 1 deletions
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.