summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKhem Raj <raj.khem@gmail.com>2025-07-12 15:49:51 -0700
committerKhem Raj <raj.khem@gmail.com>2025-07-13 09:46:09 -0700
commiteae579425360f53bdffc5f18e755285faf48459f (patch)
tree24927ede066e7812f9eaa8e4c78eeffd845440e1
parent87fb7a0b8d7dfefc69352cfc8ebb436a9819113f (diff)
downloadmeta-openembedded-eae579425360f53bdffc5f18e755285faf48459f.tar.gz
obexftp: Fix build with cmake4
Signed-off-by: Khem Raj <raj.khem@gmail.com>
-rw-r--r--meta-oe/recipes-connectivity/obexftp/obexftp_0.24.2.bb1
1 files changed, 1 insertions, 0 deletions
diff --git a/meta-oe/recipes-connectivity/obexftp/obexftp_0.24.2.bb b/meta-oe/recipes-connectivity/obexftp/obexftp_0.24.2.bb
index 30326e89ef..dce7e72c8b 100644
--- a/meta-oe/recipes-connectivity/obexftp/obexftp_0.24.2.bb
+++ b/meta-oe/recipes-connectivity/obexftp/obexftp_0.24.2.bb
@@ -32,6 +32,7 @@ S = "${UNPACKDIR}/${BP}-Source"
32EXTRA_OECMAKE += "-DCMAKE_SKIP_RPATH=ON \ 32EXTRA_OECMAKE += "-DCMAKE_SKIP_RPATH=ON \
33 -DENABLE_PERL=OFF -DENABLE_PYTHON=OFF \ 33 -DENABLE_PERL=OFF -DENABLE_PYTHON=OFF \
34 -DENABLE_RUBY=OFF -DENABLE_TCL=OFF \ 34 -DENABLE_RUBY=OFF -DENABLE_TCL=OFF \
35 -DCMAKE_POLICY_VERSION_MINIMUM=3.5 \
35" 36"
36 37
37do_compile:class-native () { 38do_compile:class-native () {