diff options
author | Holger Freyther <zecke@selfish.org> | 2006-02-22 14:20:15 +0000 |
---|---|---|
committer | OpenEmbedded Project <openembedded-devel@lists.openembedded.org> | 2006-02-22 14:20:15 +0000 |
commit | 5dadbf02f859958106e6290a270dc85389260b82 (patch) | |
tree | ed9a38b4359c675a641c8420d68f9e20b94c63d5 | |
parent | b041bd144257c69491c34ba34c1253357011ccce (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.conf | 2 |
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. |