[oe-commits] Tom Rini : expat: Add nativesdk, move native to BBCLASSEXTEND

git version control git at git.openembedded.org
Wed Jul 7 15:42:05 UTC 2010


Module: openembedded.git
Branch: org.openembedded.dev
Commit: a9b65bd9cfe974fac9a14221060e68aa28fd1683
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=a9b65bd9cfe974fac9a14221060e68aa28fd1683

Author: Tom Rini <tom_rini at mentor.com>
Date:   Tue Jun 22 08:40:03 2010 -0700

expat: Add nativesdk, move native to BBCLASSEXTEND

Signed-off-by: Tom Rini <tom_rini at mentor.com>

---

 recipes/expat/expat-native_2.0.1.bb |    4 ----
 recipes/expat/expat_2.0.1.bb        |    2 ++
 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 edfa53a..0000000
--- 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 db21b67..5ff9f1e 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"





More information about the Openembedded-commits mailing list