diff options
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 = "" | ||