summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--expat/expat-native_1.95.7.oe3
-rw-r--r--expat/expat_1.95.7.oe1
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"