conf/bitbake.conf:
authorHolger Freyther <zecke@selfish.org>
Wed, 22 Feb 2006 23:18:48 +0000 (23:18 +0000)
committerOpenEmbedded Project <openembedded-devel@lists.openembedded.org>
Wed, 22 Feb 2006 23:18:48 +0000 (23:18 +0000)
-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
packages/automake/automake-native.inc
packages/automake/automake-native_1.8.2.bb
packages/automake/automake-native_1.8.4.bb

index 2b5856e..71dc101 100644 (file)
@@ -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.
index e6d8a41..9e89ac8 100644 (file)
@@ -1,7 +1,7 @@
 SECTION = "devel"
 include automake_${PV}.bb
 DEPENDS = "autoconf-native"
-RDEPENDS_${PN} = "autoconf-native perl-native"
+RDEPENDS_${PN} = "autoconf-native perl-native-runtime"
 
 inherit native
 
index 6732f23..6e36766 100644 (file)
@@ -2,7 +2,7 @@ SECTION = "devel"
 include automake_${PV}.bb
 S = "${WORKDIR}/automake-${PV}"
 DEPENDS = "autoconf-native"
-RDEPENDS_${PN} = "autoconf-native perl-native"
+RDEPENDS_${PN} = "autoconf-native perl-native-runtime"
 
 inherit native
 
index 6732f23..6e36766 100644 (file)
@@ -2,7 +2,7 @@ SECTION = "devel"
 include automake_${PV}.bb
 S = "${WORKDIR}/automake-${PV}"
 DEPENDS = "autoconf-native"
-RDEPENDS_${PN} = "autoconf-native perl-native"
+RDEPENDS_${PN} = "autoconf-native perl-native-runtime"
 
 inherit native