diff options
author | Marcin Juszkiewicz <hrw@openedhand.com> | 2007-08-01 12:07:15 +0000 |
---|---|---|
committer | Marcin Juszkiewicz <hrw@openedhand.com> | 2007-08-01 12:07:15 +0000 |
commit | 3980544ebc1ec6ee24e0e178fd1e2dd8e90b3744 (patch) | |
tree | 24e63a9a62dd39e7dd4eeab6783dd69580d91ede /meta/packages/autoconf/autoconf-native_2.61.bb | |
parent | b040fa6b1d185a6bdc66f96dd148bd3f5907204a (diff) | |
download | poky-3980544ebc1ec6ee24e0e178fd1e2dd8e90b3744.tar.gz |
autoconf: added 2.61
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@2257 311d38ba-8fff-0310-9ca6-ca027cbcb966
Diffstat (limited to 'meta/packages/autoconf/autoconf-native_2.61.bb')
-rw-r--r-- | meta/packages/autoconf/autoconf-native_2.61.bb | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/meta/packages/autoconf/autoconf-native_2.61.bb b/meta/packages/autoconf/autoconf-native_2.61.bb new file mode 100644 index 0000000000..ebfe952503 --- /dev/null +++ b/meta/packages/autoconf/autoconf-native_2.61.bb | |||
@@ -0,0 +1,15 @@ | |||
1 | require autoconf_${PV}.bb | ||
2 | |||
3 | DEPENDS = "m4-native gnu-config-native" | ||
4 | RDEPENDS_${PN} = "m4-native gnu-config-native" | ||
5 | |||
6 | S = "${WORKDIR}/autoconf-${PV}" | ||
7 | FILESDIR = "${@os.path.dirname(bb.data.getVar('FILE',d,1))}/autoconf-${PV}" | ||
8 | |||
9 | inherit native | ||
10 | |||
11 | # | ||
12 | # without it build break: | ||
13 | # | make[1]: *** No rule to make target `../bin/autom4te', needed by `autoconf.in'. Stop. | ||
14 | # | ||
15 | PARALLEL_MAKE = "" | ||