mirror of
https://github.com/thead-yocto-mirror/meta-openembedded
synced 2026-09-18 05:01:58 +02:00
This fixes build errors ( especially for arm arch ) | /mnt/b/yoe/master/build/tmp/work/cortexa15t2hf-neon-yoe-linux-musleabi/geos/3.9.3-r0/recipe-sysroot-native/usr/bin/arm-yoe-linux-musleabi/arm-yoe-linux-musleabi-ld: noding/.libs/libnoding.a(BasicSegmentString.o):(.data.rel.ro+0x24): multiple definition of `typeinfo for geos::noding::BasicSegmentString'; .libs/inlines.o:(.data.rel.ro+0xac): first defined here | /mnt/b/yoe/master/build/tmp/work/cortexa15t2hf-neon-yoe-linux-musleabi/geos/3.9.3-r0/recipe-sysroot-native/usr/bin/arm-yoe-linux-musleabi/arm-yoe-linux-musleabi-ld: noding/.libs/libnoding.a(BasicSegmentString.o):(.rodata+0x0): multiple definition of `t ypeinfo name for geos::noding::BasicSegmentString'; .libs/inlines.o:(.rodata+0x4c): first defined here Signed-off-by: Khem Raj <raj.khem@gmail.com> Cc: Zoltán Böszörményi <zboszor@gmail.com>
24 lines
720 B
PHP
24 lines
720 B
PHP
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/geos/geos-${PV}.tar.bz2"
|
|
|
|
inherit autotools pkgconfig binconfig
|
|
|
|
EXTRA_OECONF += "--enable-inline=no"
|
|
|
|
PACKAGES =+ "geoslib ${PN}-c1"
|
|
|
|
DESCRIPTION:${PN}lib = "Geometry engine for Geographic Information Systems - C++ Library"
|
|
FILES:${PN}lib += "${libdir}/libgeos-${PV}.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"
|