From: Elena Grandi Date: Thu, 5 Aug 2010 11:59:23 +0000 (+0200) Subject: xapian-core: add BBCLASSEXTEND = "native" and remove -native recipes. X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c41336e8494ebcdc1d9ff7883905750475b55edb;p=openembedded.git xapian-core: add BBCLASSEXTEND = "native" and remove -native recipes. --- 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 584ec6d203..0000000000 --- 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 1c017da8bd..0000000000 --- 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 cb39995ceb..3a2fe21ddc 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