aboutsummaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-navigation
diff options
context:
space:
mode:
authorJan Luebbe <jluebbe@debian.org>2012-03-06 10:36:12 +0000
committerMartin Jansa <Martin.Jansa@gmail.com>2012-12-16 21:11:43 +0100
commit65b7d5b45718400b2b7b049d216b4a3613c60259 (patch)
tree285c06d2a42771a88fd395065a29166f49918936 /meta-oe/recipes-navigation
parent68bd9d23c56cabd7657ae3987c0395c9164b4b5a (diff)
downloadmeta-openembedded-65b7d5b45718400b2b7b049d216b4a3613c60259.tar.gz
geos: add recipe
* MJ: fixed packaging and QA issues Signed-off-by: Jan Luebbe <jluebbe@debian.org> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Diffstat (limited to 'meta-oe/recipes-navigation')
-rw-r--r--meta-oe/recipes-navigation/geos/geos.inc19
-rw-r--r--meta-oe/recipes-navigation/geos/geos_3.3.2.bb7
2 files changed, 26 insertions, 0 deletions
diff --git a/meta-oe/recipes-navigation/geos/geos.inc b/meta-oe/recipes-navigation/geos/geos.inc
new file mode 100644
index 0000000000..eda4ad32f3
--- /dev/null
+++ b/meta-oe/recipes-navigation/geos/geos.inc
@@ -0,0 +1,19 @@
+DESCRIPTION = "GEOS - Geometry Engine, Open Source"
+HOMEPAGE = "http://trac.osgeo.org/geos/"
+SECTION = "libs"
+
+INC_PR = "r0"
+
+LICENSE = "LGPLv2.1+"
+LIC_FILES_CHKSUM = "file://COPYING;md5=7fbc338309ac38fefcd64b04bb903e34"
+
+SRC_URI = "http://download.osgeo.org/geos/geos-${PV}.tar.bz2"
+
+inherit autotools pkgconfig
+
+# libgeos-${PV}.so is needed in PV
+FILES_SOLIBSDEV = ""
+FIELS_${PN}-dev = "${libdir}/libgeos.so \
+ ${libdir}/libgeos_c.so"
+FILES_${PN} += " ${libdir}/libgeos-${PV}.so"
+INSANE_SKIP_${PN} = "dev-so"
diff --git a/meta-oe/recipes-navigation/geos/geos_3.3.2.bb b/meta-oe/recipes-navigation/geos/geos_3.3.2.bb
new file mode 100644
index 0000000000..e57ca6bcb6
--- /dev/null
+++ b/meta-oe/recipes-navigation/geos/geos_3.3.2.bb
@@ -0,0 +1,7 @@
+require geos.inc
+
+PR = "${INC_PR}.0"
+
+SRC_URI[md5sum] = "5b7270c73fd1c516f368af8fd1962323"
+SRC_URI[sha256sum] = "ec64d3a92540a1618aa3b91dc1235caae1c370ec23afd59a2734062bf182ed5b"
+