diff options
author | Elena Grandi <elena.valhalla@gmail.com> | 2010-08-05 13:59:23 +0200 |
---|---|---|
committer | Elena Grandi <elena.valhalla@gmail.com> | 2010-08-05 17:42:38 +0200 |
commit | c41336e8494ebcdc1d9ff7883905750475b55edb (patch) | |
tree | 1aec7aeab2366bf05338cdc028c614c9df8ac767 /recipes | |
parent | c6c9b7e640873a56698f21a6b7b9862faf0db502 (diff) |
xapian-core: add BBCLASSEXTEND = "native" and remove -native recipes.
Diffstat (limited to 'recipes')
-rw-r--r-- | recipes/xapian/xapian-core-native_1.0.13.bb | 6 | ||||
-rw-r--r-- | recipes/xapian/xapian-core-native_1.0.5.bb | 8 | ||||
-rw-r--r-- | 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 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 |