packages/automake: Use require instead of include to get the base files
authorHolger Freyther <zecke@selfish.org>
Sat, 5 Aug 2006 13:53:39 +0000 (13:53 +0000)
committerHolger Freyther <zecke@selfish.org>
Sat, 5 Aug 2006 13:53:39 +0000 (13:53 +0000)
packages/automake/automake-native_1.8.2.bb
packages/automake/automake-native_1.8.4.bb
packages/automake/automake-native_1.9.2.bb
packages/automake/automake-native_1.9.3.bb
packages/automake/automake_1.7.7.bb
packages/automake/automake_1.8.2.bb
packages/automake/automake_1.8.4.bb
packages/automake/automake_1.9.2.bb
packages/automake/automake_1.9.3.bb

index 6e36766..9a8b172 100644 (file)
@@ -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"
index 6e36766..9a8b172 100644 (file)
@@ -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"
index 536f415..2ecb0ea 100644 (file)
@@ -1,2 +1,2 @@
 PV := "${PV}"
-include automake-native.inc
+require automake-native.inc
index 39544b7..92c861f 100644 (file)
@@ -1,3 +1,3 @@
 PV := "${PV}"
 
-include automake-native.inc
+require automake-native.inc
index 7483868..4c00ea0 100644 (file)
@@ -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
index 9921a8d..3000219 100644 (file)
@@ -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
index 493d2cc..d10ff55 100644 (file)
@@ -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
index 4027862..19d5d56 100644 (file)
@@ -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
index fb75b83..52f9b98 100644 (file)
@@ -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