diff options
author | Richard Purdie <richard@openedhand.com> | 2007-12-18 15:04:06 +0000 |
---|---|---|
committer | Richard Purdie <richard@openedhand.com> | 2007-12-18 15:04:06 +0000 |
commit | 34927dfa61c696442f297c284d546e443ed21485 (patch) | |
tree | 64f1c54a57ec1aebb1abb1cee682759d6581e04b /meta/packages/autoconf | |
parent | ce30130b7c9b12a44368a3db4678e31fdc3adca4 (diff) | |
download | poky-34927dfa61c696442f297c284d546e443ed21485.tar.gz |
Sync various tweaks from OE, change default SRCREV policy to not auto increment rather than hitting the network.
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@3345 311d38ba-8fff-0310-9ca6-ca027cbcb966
Diffstat (limited to 'meta/packages/autoconf')
-rw-r--r-- | meta/packages/autoconf/autoconf_2.61.bb | 8 |
1 files changed, 2 insertions, 6 deletions
diff --git a/meta/packages/autoconf/autoconf_2.61.bb b/meta/packages/autoconf/autoconf_2.61.bb index fe210a1003..6b92dc8120 100644 --- a/meta/packages/autoconf/autoconf_2.61.bb +++ b/meta/packages/autoconf/autoconf_2.61.bb | |||
@@ -2,6 +2,8 @@ require autoconf.inc | |||
2 | 2 | ||
3 | PR = "r1" | 3 | PR = "r1" |
4 | 4 | ||
5 | PARALLEL_MAKE = "" | ||
6 | |||
5 | DEPENDS += "m4-native" | 7 | DEPENDS += "m4-native" |
6 | RDEPENDS_${PN} = "m4 gnu-config" | 8 | RDEPENDS_${PN} = "m4 gnu-config" |
7 | 9 | ||
@@ -12,9 +14,3 @@ SRC_URI += "file://autoreconf-include.patch;patch=1 \ | |||
12 | file://autoheader-nonfatal-warnings.patch;patch=1 \ | 14 | file://autoheader-nonfatal-warnings.patch;patch=1 \ |
13 | file://config-site.patch;patch=1 \ | 15 | file://config-site.patch;patch=1 \ |
14 | ${@['file://path_prog_fixes.patch;patch=1', ''][bb.data.inherits_class('native', d)]}" | 16 | ${@['file://path_prog_fixes.patch;patch=1', ''][bb.data.inherits_class('native', d)]}" |
15 | |||
16 | # | ||
17 | # without it build break: | ||
18 | # | make[1]: *** No rule to make target `../bin/autom4te', needed by `autoconf.in'. Stop. | ||
19 | # | ||
20 | PARALLEL_MAKE = "" | ||