aboutsummaryrefslogtreecommitdiffstats
path: root/packages/autoconf
diff options
context:
space:
mode:
authorChris Larson <clarson@kergoth.com>2005-03-09 22:37:15 +0000
committerChris Larson <clarson@kergoth.com>2005-03-09 22:37:15 +0000
commitc992cce071bf77ae5d86e80facaee70869ca4c24 (patch)
tree4d55ad1df6620ceb60987bedcf0cbfa6a5446798 /packages/autoconf
parent7083272cf98d0a641441842c710ca70153a28c67 (diff)
downloadopenembedded-c992cce071bf77ae5d86e80facaee70869ca4c24.tar.gz
Merge oe-devel@oe-devel.bkbits.net:openembedded
into handhelds.org:/home/kergoth/code/openembedded 2005/03/09 17:37:05-05:00 handhelds.org!kergoth autoconf and automake: don't apply the path fixes in the native builds. BKrev: 422f7a9b8d79v2gXP5Jz_3mKBhtupQ
Diffstat (limited to 'packages/autoconf')
-rw-r--r--packages/autoconf/autoconf_2.59.bb4
1 files changed, 2 insertions, 2 deletions
diff --git a/packages/autoconf/autoconf_2.59.bb b/packages/autoconf/autoconf_2.59.bb
index 9ae0b97e91..8636a77787 100644
--- a/packages/autoconf/autoconf_2.59.bb
+++ b/packages/autoconf/autoconf_2.59.bb
@@ -6,7 +6,7 @@ SECTION = "devel"
DEPENDS += "m4-native"
RDEPENDS_${PN} = "m4 gnu-config"
RRECOMMENDS_${PN} = "automake"
-PR = "r2"
+PR = "r3"
SRC_URI = "${GNU_MIRROR}/autoconf/autoconf-${PV}.tar.bz2 \
file://program_prefix.patch;patch=1 \
@@ -17,5 +17,5 @@ SRC_URI = "${GNU_MIRROR}/autoconf/autoconf-${PV}.tar.bz2 \
file://autoconf259-update-configscripts.patch;patch=1 \
file://autoheader-nonfatal-warnings.patch;patch=1 \
file://sizeof_types.patch;patch=1 \
- file://path_prog_fixes.patch;patch=1"
+ ${@['file://path_prog_fixes.patch;patch=1', ''][bb.data.inherits_class('native', d)]}"
inherit autotools