aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKhem Raj <raj.khem@gmail.com>2018-01-31 22:03:52 -0800
committerArmin Kuster <akuster808@gmail.com>2018-02-11 12:01:54 -0800
commitcf4161777141c20a811113a5ad3216248bfa6412 (patch)
treebd7e199720a1f221dcf6936c29df71c12a65429c
parent85629632adf1b3c3aac5caf1ca5eda7d10b0b1a5 (diff)
downloadmeta-openembedded-contrib-cf4161777141c20a811113a5ad3216248bfa6412.tar.gz
obexftp: use makefile instead of ninja cmake generator
Fixes | NOTE: make -j 44 crctable | make: *** No rule to make target 'crctable'. Stop. Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Armin Kuster <akuster808@gmail.com>
-rw-r--r--meta-oe/recipes-connectivity/obexftp/obexftp_0.24.2.bb2
1 files changed, 2 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 489861cb7b..b4a914d929 100644
--- a/meta-oe/recipes-connectivity/obexftp/obexftp_0.24.2.bb
+++ b/meta-oe/recipes-connectivity/obexftp/obexftp_0.24.2.bb
@@ -16,6 +16,8 @@ SRC_URI[sha256sum] = "d40fb48e0a0eea997b3e582774b29f793919a625d54b87182e31a3f3d1
inherit cmake pkgconfig
+OECMAKE_GENERATOR = "Unix Makefiles"
+
PACKAGECONFIG ?= ""
# fuse support will need meta-filesystems layer
PACKAGECONFIG[fuse] = "-DENABLE_FUSE=ON,-DENABLE_FUSE=OFF,fuse"