diff options
author | Chris Larson <clarson@kergoth.com> | 2005-03-09 22:37:15 +0000 |
---|---|---|
committer | Chris Larson <clarson@kergoth.com> | 2005-03-09 22:37:15 +0000 |
commit | c992cce071bf77ae5d86e80facaee70869ca4c24 (patch) | |
tree | 4d55ad1df6620ceb60987bedcf0cbfa6a5446798 /packages/automake/automake_1.7.7.bb | |
parent | 7083272cf98d0a641441842c710ca70153a28c67 (diff) |
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/automake/automake_1.7.7.bb')
-rw-r--r-- | packages/automake/automake_1.7.7.bb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/packages/automake/automake_1.7.7.bb b/packages/automake/automake_1.7.7.bb index f5362e0c72..d8405c00d2 100644 --- a/packages/automake/automake_1.7.7.bb +++ b/packages/automake/automake_1.7.7.bb @@ -1,9 +1,9 @@ SRC_URI = "${GNU_MIRROR}/automake/automake-${PV}.tar.bz2 \ - file://path_prog_fixes.patch;patch=1" + ${@['file://path_prog_fixes.patch;patch=1', ''][bb.data.inherits_class('native', d)]}" DESCRIPTION = "A tool for automatically generating Makefiles." SECTION = "devel" LICENSE = "GPL" -PR = "r6" +PR = "r7" inherit autotools FILES_${PN} += "${datadir}/automake* ${datadir}/aclocal*" |