summaryrefslogtreecommitdiffstats
path: root/meta-oe
diff options
context:
space:
mode:
authorKhem Raj <raj.khem@gmail.com>2018-01-31 22:03:52 -0800
committerArmin Kuster <akuster808@gmail.com>2018-03-12 10:02:03 -0700
commit73c7155e9347df402e011440a7c4838f14933265 (patch)
tree86ed154113fa2b21f8b34b9cb148842ac3d55a6e /meta-oe
parent5fe43eb489adc6431ac6be91deb944f627cb64e2 (diff)
downloadmeta-openembedded-73c7155e9347df402e011440a7c4838f14933265.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>
Diffstat (limited to 'meta-oe')
-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 489861cb7..b4a914d92 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
16 16
17inherit cmake pkgconfig 17inherit cmake pkgconfig
18 18
19OECMAKE_GENERATOR = "Unix Makefiles"
20
19PACKAGECONFIG ?= "" 21PACKAGECONFIG ?= ""
20# fuse support will need meta-filesystems layer 22# fuse support will need meta-filesystems layer
21PACKAGECONFIG[fuse] = "-DENABLE_FUSE=ON,-DENABLE_FUSE=OFF,fuse" 23PACKAGECONFIG[fuse] = "-DENABLE_FUSE=ON,-DENABLE_FUSE=OFF,fuse"