From: Holger Freyther Date: Sat, 5 Aug 2006 13:53:39 +0000 (+0000) Subject: packages/automake: Use require instead of include to get the base files X-Git-Tag: Release-2010-05/1~9453^2~999^2~20^2~18 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e09f555a30a573e1f8025b4123d1132e67c558ad;p=openembedded.git packages/automake: Use require instead of include to get the base files --- diff --git a/packages/automake/automake-native_1.8.2.bb b/packages/automake/automake-native_1.8.2.bb index 6e36766445..9a8b1726a8 100644 --- a/packages/automake/automake-native_1.8.2.bb +++ b/packages/automake/automake-native_1.8.2.bb @@ -1,5 +1,5 @@ SECTION = "devel" -include automake_${PV}.bb +require automake_${PV}.bb S = "${WORKDIR}/automake-${PV}" DEPENDS = "autoconf-native" RDEPENDS_${PN} = "autoconf-native perl-native-runtime" diff --git a/packages/automake/automake-native_1.8.4.bb b/packages/automake/automake-native_1.8.4.bb index 6e36766445..9a8b1726a8 100644 --- a/packages/automake/automake-native_1.8.4.bb +++ b/packages/automake/automake-native_1.8.4.bb @@ -1,5 +1,5 @@ SECTION = "devel" -include automake_${PV}.bb +require automake_${PV}.bb S = "${WORKDIR}/automake-${PV}" DEPENDS = "autoconf-native" RDEPENDS_${PN} = "autoconf-native perl-native-runtime" diff --git a/packages/automake/automake-native_1.9.2.bb b/packages/automake/automake-native_1.9.2.bb index 536f41570f..2ecb0eaa1e 100644 --- a/packages/automake/automake-native_1.9.2.bb +++ b/packages/automake/automake-native_1.9.2.bb @@ -1,2 +1,2 @@ PV := "${PV}" -include automake-native.inc +require automake-native.inc diff --git a/packages/automake/automake-native_1.9.3.bb b/packages/automake/automake-native_1.9.3.bb index 39544b7c1d..92c861f49c 100644 --- a/packages/automake/automake-native_1.9.3.bb +++ b/packages/automake/automake-native_1.9.3.bb @@ -1,3 +1,3 @@ PV := "${PV}" -include automake-native.inc +require automake-native.inc diff --git a/packages/automake/automake_1.7.7.bb b/packages/automake/automake_1.7.7.bb index 7483868ee4..4c00ea0891 100644 --- a/packages/automake/automake_1.7.7.bb +++ b/packages/automake/automake_1.7.7.bb @@ -8,7 +8,7 @@ inherit autotools FILES_${PN} += "${datadir}/automake* ${datadir}/aclocal*" -include automake.inc +require automake.inc do_install () { oe_runmake 'DESTDIR=${D}' install diff --git a/packages/automake/automake_1.8.2.bb b/packages/automake/automake_1.8.2.bb index 9921a8d6a4..30002191f5 100644 --- a/packages/automake/automake_1.8.2.bb +++ b/packages/automake/automake_1.8.2.bb @@ -12,7 +12,7 @@ inherit autotools FILES_${PN} += "${datadir}/automake* ${datadir}/aclocal*" -include automake.inc +require automake.inc do_install () { oe_runmake 'DESTDIR=${D}' install diff --git a/packages/automake/automake_1.8.4.bb b/packages/automake/automake_1.8.4.bb index 493d2cc907..d10ff553df 100644 --- a/packages/automake/automake_1.8.4.bb +++ b/packages/automake/automake_1.8.4.bb @@ -12,7 +12,7 @@ inherit autotools FILES_${PN} += "${datadir}/automake* ${datadir}/aclocal*" -include automake.inc +require automake.inc do_install () { oe_runmake 'DESTDIR=${D}' install diff --git a/packages/automake/automake_1.9.2.bb b/packages/automake/automake_1.9.2.bb index 4027862768..19d5d56979 100644 --- a/packages/automake/automake_1.9.2.bb +++ b/packages/automake/automake_1.9.2.bb @@ -13,7 +13,7 @@ inherit autotools FILES_${PN} += "${datadir}/automake* ${datadir}/aclocal*" -include automake.inc +require automake.inc do_install () { oe_runmake 'DESTDIR=${D}' install diff --git a/packages/automake/automake_1.9.3.bb b/packages/automake/automake_1.9.3.bb index fb75b83b68..52f9b981aa 100644 --- a/packages/automake/automake_1.9.3.bb +++ b/packages/automake/automake_1.9.3.bb @@ -14,7 +14,7 @@ inherit autotools export AUTOMAKE = "${@bb.which('automake', bb.data.getVar('PATH', d, 1))}" FILES_${PN} += "${datadir}/automake* ${datadir}/aclocal*" -include automake.inc +require automake.inc do_install () { oe_runmake 'DESTDIR=${D}' install