[oe-commits] Elena Grandi : xapian-core: add BBCLASSEXTEND = "native" and remove -native recipes.

git version control git at git.openembedded.org
Thu Aug 5 15:42:51 UTC 2010


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

Author: Elena Grandi <elena.valhalla at gmail.com>
Date:   Thu Aug  5 13:59:23 2010 +0200

xapian-core: add BBCLASSEXTEND = "native" and remove -native recipes.

---

 recipes/xapian/xapian-core-native_1.0.13.bb |    6 ------
 recipes/xapian/xapian-core-native_1.0.5.bb  |    8 --------
 recipes/xapian/xapian-core.inc              |    2 ++
 3 files changed, 2 insertions(+), 14 deletions(-)

diff --git a/recipes/xapian/xapian-core-native_1.0.13.bb b/recipes/xapian/xapian-core-native_1.0.13.bb
deleted file mode 100644
index 584ec6d..0000000
--- a/recipes/xapian/xapian-core-native_1.0.13.bb
+++ /dev/null
@@ -1,6 +0,0 @@
-require xapian-core_${PV}.bb
-
-inherit native
-
-S = "${WORKDIR}/xapian-core-${PV}"
-
diff --git a/recipes/xapian/xapian-core-native_1.0.5.bb b/recipes/xapian/xapian-core-native_1.0.5.bb
deleted file mode 100644
index 1c017da..0000000
--- a/recipes/xapian/xapian-core-native_1.0.5.bb
+++ /dev/null
@@ -1,8 +0,0 @@
-require xapian-core_${PV}.bb
-
-inherit native
-
-S = "${WORKDIR}/xapian-core-${PV}"
-
-SRC_URI[md5sum] = "5fbfec7f23b0f539d32b50de4a278b95"
-SRC_URI[sha256sum] = "277e30cbd4a4d9355e9b2c02489d34cbaed87754bbdeb8956e5463e9fb592658"
diff --git a/recipes/xapian/xapian-core.inc b/recipes/xapian/xapian-core.inc
index cb39995..3a2fe21 100644
--- a/recipes/xapian/xapian-core.inc
+++ b/recipes/xapian/xapian-core.inc
@@ -7,5 +7,7 @@ DEPENDS = "zlib"
 
 SRC_URI = "http://www.oligarchy.co.uk/xapian/${PV}/xapian-core-${PV}.tar.gz"
 
+BBCLASSEXTEND = "native"
+
 inherit autotools pkgconfig
 





More information about the Openembedded-commits mailing list