BUGFIX: expat-native needs to override expat's FILESDIR.
authorChris Larson <clarson@kergoth.com>
Sat, 15 May 2004 09:59:12 +0000 (09:59 +0000)
committerChris Larson <clarson@kergoth.com>
Sat, 15 May 2004 09:59:12 +0000 (09:59 +0000)
BKrev: 40a5e9f0mgi3DRpK1hXT2KAHwMWsKA

expat/expat-native_1.95.7.oe
expat/expat_1.95.7.oe

index e69de29..d663d90 100644 (file)
@@ -0,0 +1,3 @@
+include expat_${PV}.oe
+inherit native
+FILESDIR = "${@os.path.dirname(oe.data.getVar('FILE',d,1))}/expat-${PV}"
index a230913..4683fb5 100644 (file)
@@ -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"