[oe-commits] Elena Grandi : xapian-core: moved common lines in xapian-core.inc

git version control git at git.openembedded.org
Mon Aug 24 08:40:05 UTC 2009


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

Author: Elena Grandi <elena.valhalla at gmail.com>
Date:   Mon Aug 24 10:37:44 2009 +0200

xapian-core: moved common lines in xapian-core.inc

---

 recipes/xapian/xapian-core.inc       |   15 +++++++++++++++
 recipes/xapian/xapian-core_1.0.13.bb |   17 +----------------
 recipes/xapian/xapian-core_1.0.14.bb |   17 +----------------
 recipes/xapian/xapian-core_1.0.5.bb  |   17 +----------------
 recipes/xapian/xapian-core_1.0.7.bb  |   17 +----------------
 5 files changed, 19 insertions(+), 64 deletions(-)

diff --git a/recipes/xapian/xapian-core.inc b/recipes/xapian/xapian-core.inc
new file mode 100644
index 0000000..080de12
--- /dev/null
+++ b/recipes/xapian/xapian-core.inc
@@ -0,0 +1,15 @@
+DESCRPITION = "Open Source Search Engine Library"
+HOMEPAGE = "http://xapian.org"
+SECTION = "devel/libs"
+PRIORITY = "optional"
+LICENSE = "GPL"
+DEPENDS = "zlib"
+
+SRC_URI = "http://www.oligarchy.co.uk/xapian/${PV}/xapian-core-${PV}.tar.gz"
+
+inherit autotools pkgconfig
+
+do_stage () {
+     autotools_stage_all
+}
+
diff --git a/recipes/xapian/xapian-core_1.0.13.bb b/recipes/xapian/xapian-core_1.0.13.bb
index 5987b09..5428d8d 100644
--- a/recipes/xapian/xapian-core_1.0.13.bb
+++ b/recipes/xapian/xapian-core_1.0.13.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 pkgconfig
-
-do_stage () {
-     autotools_stage_all
-}
-
+include xapian-core.inc
diff --git a/recipes/xapian/xapian-core_1.0.14.bb b/recipes/xapian/xapian-core_1.0.14.bb
index 5987b09..5428d8d 100644
--- a/recipes/xapian/xapian-core_1.0.14.bb
+++ b/recipes/xapian/xapian-core_1.0.14.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 pkgconfig
-
-do_stage () {
-     autotools_stage_all
-}
-
+include xapian-core.inc
diff --git a/recipes/xapian/xapian-core_1.0.5.bb b/recipes/xapian/xapian-core_1.0.5.bb
index 2af7093..5428d8d 100644
--- a/recipes/xapian/xapian-core_1.0.5.bb
+++ b/recipes/xapian/xapian-core_1.0.5.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/1.0.5/xapian-core-${PV}.tar.gz"
-
-inherit autotools
-
-do_stage () {
-     autotools_stage_all
-}
-
+include xapian-core.inc
diff --git a/recipes/xapian/xapian-core_1.0.7.bb b/recipes/xapian/xapian-core_1.0.7.bb
index 289cae4..5428d8d 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





More information about the Openembedded-commits mailing list