diff options
Diffstat (limited to 'recipes/xapian/xapian-core_1.0.7.bb')
-rw-r--r-- | recipes/xapian/xapian-core_1.0.7.bb | 17 |
1 files changed, 1 insertions, 16 deletions
diff --git a/recipes/xapian/xapian-core_1.0.7.bb b/recipes/xapian/xapian-core_1.0.7.bb index 289cae4ead..5428d8d135 100644 --- a/recipes/xapian/xapian-core_1.0.7.bb +++ b/recipes/xapian/xapian-core_1.0.7.bb @@ -1,16 +1 @@ -DESCRPITION = "Open Source Search Engine Library" -HOMEPAGE = "http://xapian.org" -SECTION = "devel/libs" -PRIORITY = "optional" -LICENSE = "GPL" -DEPENDS = "zlib" -PR = "r0" - -SRC_URI = "http://www.oligarchy.co.uk/xapian/${PV}/xapian-core-${PV}.tar.gz" - -inherit autotools - -do_stage () { - autotools_stage_all -} - +include xapian-core.inc |