diff options
author | Richard Purdie <richard@openedhand.com> | 2007-08-03 10:50:32 +0000 |
---|---|---|
committer | Richard Purdie <richard@openedhand.com> | 2007-08-03 10:50:32 +0000 |
commit | d683a2f7b34c4920bf5c9fdd5aabb9a52e897890 (patch) | |
tree | eba5738dfe856331bb38e3dddb8acd784c4a7b17 /meta | |
parent | d484ba8d19afb888ca9618e9ea95bc4c73753846 (diff) | |
download | poky-d683a2f7b34c4920bf5c9fdd5aabb9a52e897890.tar.gz |
autoconf: PARALLEL_MAKE applies to non-native version too
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@2342 311d38ba-8fff-0310-9ca6-ca027cbcb966
Diffstat (limited to 'meta')
-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 = "" | ||