summaryrefslogtreecommitdiff
path: root/expat/expat-native_1.95.7.oe
diff options
context:
space:
mode:
authorChris Larson <clarson@kergoth.com>2004-05-15 09:59:12 +0000
committerChris Larson <clarson@kergoth.com>2004-05-15 09:59:12 +0000
commit52eb1ddf3a87d3157c5d38d462ca94ccd7720627 (patch)
tree7b80e015f31a0db96b930592ba13e7144312459c /expat/expat-native_1.95.7.oe
parent5a2e6b9655bae29c711501d3027b7996f4aea28e (diff)
BUGFIX: expat-native needs to override expat's FILESDIR.
BKrev: 40a5e9f0mgi3DRpK1hXT2KAHwMWsKA
Diffstat (limited to 'expat/expat-native_1.95.7.oe')
-rw-r--r--expat/expat-native_1.95.7.oe3
1 files changed, 3 insertions, 0 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}"