mirror of
https://github.com/thead-yocto-mirror/meta-openembedded
synced 2026-09-17 20:51:57 +02:00
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>
17 lines
434 B
Diff
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>
|