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 /packages/automake | |
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 'packages/automake')
-rw-r--r-- | packages/automake/automake-native.inc | 2 | ||||
-rw-r--r-- | packages/automake/automake-native_1.8.2.bb | 2 | ||||
-rw-r--r-- | packages/automake/automake-native_1.8.4.bb | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/packages/automake/automake-native.inc b/packages/automake/automake-native.inc index e6d8a41b95..9e89ac8621 100644 --- a/packages/automake/automake-native.inc +++ b/packages/automake/automake-native.inc @@ -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 diff --git a/packages/automake/automake-native_1.8.2.bb b/packages/automake/automake-native_1.8.2.bb index 6732f23713..6e36766445 100644 --- a/packages/automake/automake-native_1.8.2.bb +++ b/packages/automake/automake-native_1.8.2.bb @@ -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 diff --git a/packages/automake/automake-native_1.8.4.bb b/packages/automake/automake-native_1.8.4.bb index 6732f23713..6e36766445 100644 --- a/packages/automake/automake-native_1.8.4.bb +++ b/packages/automake/automake-native_1.8.4.bb @@ -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 |