From 2dd47dc6ea6c6bdf86d85aeea548debba6b4a405 Mon Sep 17 00:00:00 2001 From: Holger Freyther Date: Wed, 22 Feb 2006 23:18:48 +0000 Subject: 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. --- conf/bitbake.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'conf') 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. -- cgit v1.2.3