mirror of
git://git.openembedded.org/meta-openembedded
synced 2026-01-01 13:58:06 +00:00
openobex: fix detection of IrDA during configure with B!=S
Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
This commit is contained in:
parent
374545b58c
commit
4079368a04
|
|
@ -0,0 +1,16 @@
|
|||
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>
|
||||
|
|
@ -10,7 +10,8 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=eb723b61539feef013de476e68b5c50a \
|
|||
|
||||
SRC_URI = "http://www.kernel.org/pub/linux/bluetooth/openobex-${PV}.tar.gz \
|
||||
file://disable-cable-test.patch \
|
||||
file://libusb_crosscompile_check.patch"
|
||||
file://libusb_crosscompile_check.patch \
|
||||
file://separate_builddir.patch"
|
||||
|
||||
SRC_URI[md5sum] = "0d83dc86445a46a1b9750107ba7ab65c"
|
||||
SRC_URI[sha256sum] = "e602047570799a47ecb028420bda8f2cef41310e5a99d084de10aa9422935e65"
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user