mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-06-05 02:50:46 +00:00
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>
This commit is contained in:
@@ -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"
|
||||
@@ -0,0 +1,7 @@
|
||||
require geos.inc
|
||||
|
||||
PR = "${INC_PR}.0"
|
||||
|
||||
SRC_URI[md5sum] = "5b7270c73fd1c516f368af8fd1962323"
|
||||
SRC_URI[sha256sum] = "ec64d3a92540a1618aa3b91dc1235caae1c370ec23afd59a2734062bf182ed5b"
|
||||
|
||||
Reference in New Issue
Block a user