summaryrefslogtreecommitdiffstats
path: root/recipes/expat
diff options
context:
space:
mode:
authorTom Rini <tom_rini@mentor.com>2010-06-22 08:40:03 -0700
committerTom Rini <tom_rini@mentor.com>2010-07-07 08:42:00 -0700
commita9b65bd9cfe974fac9a14221060e68aa28fd1683 (patch)
tree586c041d24f44c64e24ae9137cde5f1a3ed14943 /recipes/expat
parent536d98010a084ece302efdfafcbc1de4ac85a2f6 (diff)
downloadopenembedded-a9b65bd9cfe974fac9a14221060e68aa28fd1683.tar.gz
expat: Add nativesdk, move native to BBCLASSEXTEND
Signed-off-by: Tom Rini <tom_rini@mentor.com>
Diffstat (limited to 'recipes/expat')
-rw-r--r--recipes/expat/expat-native_2.0.1.bb4
-rw-r--r--recipes/expat/expat_2.0.1.bb2
2 files changed, 2 insertions, 4 deletions
diff --git a/recipes/expat/expat-native_2.0.1.bb b/recipes/expat/expat-native_2.0.1.bb
deleted file mode 100644
index edfa53ae48..0000000000
--- a/recipes/expat/expat-native_2.0.1.bb
+++ /dev/null
@@ -1,4 +0,0 @@
-SECTION = "libs"
-require expat_${PV}.bb
-inherit native
-FILESDIR = "${@os.path.dirname(bb.data.getVar('FILE',d,1))}/expat-${PV}"
diff --git a/recipes/expat/expat_2.0.1.bb b/recipes/expat/expat_2.0.1.bb
index db21b67f5c..5ff9f1ed9e 100644
--- a/recipes/expat/expat_2.0.1.bb
+++ b/recipes/expat/expat_2.0.1.bb
@@ -1,6 +1,8 @@
require expat.inc
PR = "r3"
+BBCLASSEXTEND = "native nativesdk"
+
SRC_URI += "file://autotools.patch"
SRC_URI[src.md5sum] = "ee8b492592568805593f81f8cdf2a04c"
SRC_URI[src.sha256sum] = "847660b4df86e707c9150e33cd8c25bc5cd828f708c7418e765e3e983a2e5e93"