summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKhem Raj <raj.khem@gmail.com>2025-07-12 11:58:00 -0700
committerKhem Raj <raj.khem@gmail.com>2025-07-12 13:50:02 -0700
commitef63491574483fc137da243c1a34d2ea22bee64f (patch)
tree38c28bf4acd787c0a1fa385edbd678a627e42750
parent519b7596863320dbb26ac94e71dc1d43b3b7032e (diff)
downloadmeta-openembedded-ef63491574483fc137da243c1a34d2ea22bee64f.tar.gz
openobex: Fix build with cmake4
Signed-off-by: Khem Raj <raj.khem@gmail.com>
-rw-r--r--meta-oe/recipes-connectivity/obex/openobex_1.7.2.bb6
1 files changed, 4 insertions, 2 deletions
diff --git a/meta-oe/recipes-connectivity/obex/openobex_1.7.2.bb b/meta-oe/recipes-connectivity/obex/openobex_1.7.2.bb
index be8482ab50..1b8bd47e39 100644
--- a/meta-oe/recipes-connectivity/obex/openobex_1.7.2.bb
+++ b/meta-oe/recipes-connectivity/obex/openobex_1.7.2.bb
@@ -21,8 +21,10 @@ S = "${UNPACKDIR}/${BP}-Source"
21 21
22inherit cmake pkgconfig 22inherit cmake pkgconfig
23 23
24EXTRA_OECONF = " -DCMAKE_SKIP_RPATH=ON " 24EXTRA_OECMAKE += "-DBUILD_DOCUMENTATION=OFF \
25EXTRA_OECMAKE += "-DBUILD_DOCUMENTATION=OFF" 25 -DCMAKE_SKIP_RPATH=ON \
26 -DCMAKE_POLICY_VERSION_MINIMUM=3.5 \
27 "
26 28
27ASNEEDED = "" 29ASNEEDED = ""
28 30