diff options
Diffstat (limited to 'meta/packages/autoconf')
-rw-r--r-- | meta/packages/autoconf/autoconf-native_2.61.bb | 6 | ||||
-rw-r--r-- | meta/packages/autoconf/autoconf_2.61.bb | 6 |
2 files changed, 6 insertions, 6 deletions
diff --git a/meta/packages/autoconf/autoconf-native_2.61.bb b/meta/packages/autoconf/autoconf-native_2.61.bb index ebfe952503..aa4871e194 100644 --- a/meta/packages/autoconf/autoconf-native_2.61.bb +++ b/meta/packages/autoconf/autoconf-native_2.61.bb | |||
@@ -7,9 +7,3 @@ S = "${WORKDIR}/autoconf-${PV}" | |||
7 | FILESDIR = "${@os.path.dirname(bb.data.getVar('FILE',d,1))}/autoconf-${PV}" | 7 | FILESDIR = "${@os.path.dirname(bb.data.getVar('FILE',d,1))}/autoconf-${PV}" |
8 | 8 | ||
9 | inherit native | 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 = "" | ||
diff --git a/meta/packages/autoconf/autoconf_2.61.bb b/meta/packages/autoconf/autoconf_2.61.bb index ea8feb8a8c..d9e9f91d9f 100644 --- a/meta/packages/autoconf/autoconf_2.61.bb +++ b/meta/packages/autoconf/autoconf_2.61.bb | |||
@@ -10,3 +10,9 @@ SRC_URI += "file://autoreconf-include.patch;patch=1 \ | |||
10 | file://autoheader-nonfatal-warnings.patch;patch=1 \ | 10 | file://autoheader-nonfatal-warnings.patch;patch=1 \ |
11 | file://config-site.patch;patch=1 \ | 11 | file://config-site.patch;patch=1 \ |
12 | ${@['file://path_prog_fixes.patch;patch=1', ''][bb.data.inherits_class('native', d)]}" | 12 | ${@['file://path_prog_fixes.patch;patch=1', ''][bb.data.inherits_class('native', d)]}" |
13 | |||
14 | # | ||
15 | # without it build break: | ||
16 | # | make[1]: *** No rule to make target `../bin/autom4te', needed by `autoconf.in'. Stop. | ||
17 | # | ||
18 | PARALLEL_MAKE = "" | ||