geos: Use cmake directly

configure is a wrapper script around cmake invocations which are
already taken care of by cmake bbclass. e.g. specifying
CMAKE_INSTALL_PREFIX or CMAKE_BUILD_TYPE

Signed-off-by: Khem Raj <raj.khem@gmail.com>
This commit is contained in:
Khem Raj 2023-07-05 08:04:59 -07:00
parent a789e6dad9
commit 47b0452e7c

View File

@ -8,9 +8,7 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=4fbd65380cdd255951079008b364516c"
SRC_URI = "http://download.osgeo.org/${BPN}/${BP}.tar.bz2"
SRC_URI[sha256sum] = "d96db96011259178a35555a0f6d6e75a739e52a495a6b2aa5efb3d75390fbc39"
inherit autotools pkgconfig binconfig
EXTRA_OECONF += "--enable-inline=no"
inherit cmake pkgconfig binconfig
PACKAGES =+ "geoslib ${PN}-c1"