diff options
author | Holger Freyther <zecke@selfish.org> | 2006-02-22 23:18:48 +0000 |
---|---|---|
committer | OpenEmbedded Project <openembedded-devel@lists.openembedded.org> | 2006-02-22 23:18:48 +0000 |
commit | 2dd47dc6ea6c6bdf86d85aeea548debba6b4a405 (patch) | |
tree | 0c134aeef35883a789b5cdc9303a5cdc83611b4c /conf/bitbake.conf | |
parent | 2632bfb15de5fd251d7e025b2a7d03171ac756b3 (diff) |
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.conf | 2 |
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. |