aboutsummaryrefslogtreecommitdiffstats
path: root/conf/bitbake.conf
diff options
context:
space:
mode:
authorHolger Freyther <zecke@selfish.org>2006-02-22 23:18:48 +0000
committerOpenEmbedded Project <openembedded-devel@lists.openembedded.org>2006-02-22 23:18:48 +0000
commit2dd47dc6ea6c6bdf86d85aeea548debba6b4a405 (patch)
tree0c134aeef35883a789b5cdc9303a5cdc83611b4c /conf/bitbake.conf
parent2632bfb15de5fd251d7e025b2a7d03171ac756b3 (diff)
downloadopenembedded-2dd47dc6ea6c6bdf86d85aeea548debba6b4a405.tar.gz
conf/bitbake.conf:
-Add perl-native-runtime and python-native-runtime to the ASSUMED_PROVIDED packages. We expect to be able to run bitbake a suitable python version is installed. Same applies for running autoreconf to perl. -But to cross compile python and perl, we need special native versions. This is why automake is now depending on the 'installed' perl of the system.
Diffstat (limited to 'conf/bitbake.conf')
-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..71dc101f0f 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 python-native-runtime perl-native-runtime"
##################################################################
# Package default variables.