Files
meta-openembedded/meta-oe/recipes-connectivity/obex/openobex/separate_builddir.patch
Khem Raj 0288b204f3 openobex,obexftp: Update recipes
Update obexftp to 0.24.2 and openobex to 1.7.2
These packages moved to CMake infra for builds
therefore make adjustments to cross compile it

Add packageconfig options for fuse and swig

Signed-off-by: Khem Raj <raj.khem@gmail.com>
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2016-12-02 09:26:19 +01:00

17 lines
434 B
Diff

Fix detection of IrDA failing with B!=S
Upstream-Status: Pending
Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>
--- a/acinclude.m4 2014-05-24 14:05:41.757796816 +0100
+++ b/acinclude.m4 2014-05-24 14:03:06.556795536 +0100
@@ -54,6 +54,7 @@
])
AC_DEFUN([AC_PATH_IRDA_LINUX], [
+ CPPFLAGS="${CPPFLAGS} -I${srcdir}"
AC_CACHE_CHECK([for IrDA support], irda_found, [
AC_TRY_COMPILE([
#include <sys/socket.h>