diff options
Diffstat (limited to 'meta/packages/autoconf/autoconf-native_2.59.bb')
-rw-r--r-- | meta/packages/autoconf/autoconf-native_2.59.bb | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/meta/packages/autoconf/autoconf-native_2.59.bb b/meta/packages/autoconf/autoconf-native_2.59.bb new file mode 100644 index 0000000000..21a2002453 --- /dev/null +++ b/meta/packages/autoconf/autoconf-native_2.59.bb | |||
@@ -0,0 +1,10 @@ | |||
1 | SECTION = "devel" | ||
2 | include autoconf_${PV}.bb | ||
3 | DEPENDS = "m4-native gnu-config-native" | ||
4 | RDEPENDS_${PN} = "m4-native gnu-config-native" | ||
5 | RRECOMMENDS_${PN} = "automake-native" | ||
6 | |||
7 | S = "${WORKDIR}/autoconf-${PV}" | ||
8 | FILESDIR = "${@os.path.dirname(bb.data.getVar('FILE',d,1))}/autoconf-${PV}" | ||
9 | |||
10 | inherit native | ||