diff options
author | Chris Larson <clarson@kergoth.com> | 2004-05-15 09:59:12 +0000 |
---|---|---|
committer | Chris Larson <clarson@kergoth.com> | 2004-05-15 09:59:12 +0000 |
commit | 52eb1ddf3a87d3157c5d38d462ca94ccd7720627 (patch) | |
tree | 7b80e015f31a0db96b930592ba13e7144312459c | |
parent | 5a2e6b9655bae29c711501d3027b7996f4aea28e (diff) |
BUGFIX: expat-native needs to override expat's FILESDIR.
BKrev: 40a5e9f0mgi3DRpK1hXT2KAHwMWsKA
-rw-r--r-- | expat/expat-native_1.95.7.oe | 3 | ||||
-rw-r--r-- | expat/expat_1.95.7.oe | 1 |
2 files changed, 3 insertions, 1 deletions
diff --git a/expat/expat-native_1.95.7.oe b/expat/expat-native_1.95.7.oe index e69de29bb2..d663d90e6f 100644 --- a/expat/expat-native_1.95.7.oe +++ b/expat/expat-native_1.95.7.oe @@ -0,0 +1,3 @@ +include expat_${PV}.oe +inherit native +FILESDIR = "${@os.path.dirname(oe.data.getVar('FILE',d,1))}/expat-${PV}" diff --git a/expat/expat_1.95.7.oe b/expat/expat_1.95.7.oe index a230913fca..4683fb59cd 100644 --- a/expat/expat_1.95.7.oe +++ b/expat/expat_1.95.7.oe @@ -1,5 +1,4 @@ DESCRIPTION = "Jim Clarkes XML parser library." -DEPENDS = "virtual/libc" SRC_URI = "${SOURCEFORGE_MIRROR}/expat/expat-${PV}.tar.gz \ file://${FILESDIR}/autotools.patch;patch=1" |