Combine poky (Yocto scarthgap), meta-openembedded (scarthgap), and meta-openwrt into a single repository. Components: - poky/ Yocto core framework (BitBake + OE-Core) - meta-openembedded/ Community layers (meta-oe, meta-python, meta-networking) - meta-openwrt/ OpenWrt customization layer - setup-env.sh One-click build environment setup - README.md Project documentation
23 lines
759 B
BlitzBasic
23 lines
759 B
BlitzBasic
DESCRIPTION = "GEOS - Geometry Engine, Open Source"
|
|
HOMEPAGE = "http://trac.osgeo.org/geos/"
|
|
SECTION = "libs"
|
|
|
|
LICENSE = "LGPL-2.1-or-later"
|
|
LIC_FILES_CHKSUM = "file://COPYING;md5=4fbd65380cdd255951079008b364516c"
|
|
|
|
SRC_URI = "http://download.osgeo.org/${BPN}/${BP}.tar.bz2"
|
|
SRC_URI[sha256sum] = "d6ea7e492224b51193e8244fe3ec17c4d44d0777f3c32ca4fb171140549a0d03"
|
|
|
|
inherit cmake pkgconfig binconfig
|
|
|
|
PACKAGES =+ "geoslib ${PN}-c1"
|
|
|
|
DESCRIPTION:${PN}lib = "Geometry engine for Geographic Information Systems - C++ Library"
|
|
FILES:${PN}lib += "${libdir}/libgeos.so.*"
|
|
|
|
DESCRIPTION:${PN}-c1 = "Geometry engine for Geographic Information Systems - C Library"
|
|
FILES:${PN}-c1 += "${libdir}/libgeos_c.so.*"
|
|
|
|
ALLOW_EMPTY:${PN} = "1"
|
|
RDEPENDS:${PN} += "geoslib ${PN}-c1"
|