aboutsummaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-navigation
diff options
context:
space:
mode:
authorKhem Raj <raj.khem@gmail.com>2023-07-05 08:04:59 -0700
committerKhem Raj <raj.khem@gmail.com>2023-07-05 10:56:03 -0700
commit47b0452e7c94eda4baa33d7225084c143af76674 (patch)
treea6d6aefd49b7cf621c257b778e77d30cbb858977 /meta-oe/recipes-navigation
parenta789e6dad909020012ba637b5a25c8a21e300521 (diff)
downloadmeta-openembedded-contrib-47b0452e7c94eda4baa33d7225084c143af76674.tar.gz
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>
Diffstat (limited to 'meta-oe/recipes-navigation')
-rw-r--r--meta-oe/recipes-navigation/geos/geos_3.12.0.bb4
1 files changed, 1 insertions, 3 deletions
diff --git a/meta-oe/recipes-navigation/geos/geos_3.12.0.bb b/meta-oe/recipes-navigation/geos/geos_3.12.0.bb
index b77f3af2a8..95cb29775a 100644
--- a/meta-oe/recipes-navigation/geos/geos_3.12.0.bb
+++ b/meta-oe/recipes-navigation/geos/geos_3.12.0.bb
@@ -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"