* [meta-oe][PATCH 0/1] openobex B!=S fix
@ 2014-05-24 14:44 Paul Eggleton
2014-05-24 14:44 ` [meta-oe][PATCH 1/1] openobex: fix detection of IrDA during configure with B!=S Paul Eggleton
0 siblings, 1 reply; 2+ messages in thread
From: Paul Eggleton @ 2014-05-24 14:44 UTC (permalink / raw)
To: openembedded-devel
The following changes since commit 0e7630c31989bec8ac96261b72518f7b505bcdb7:
libssh: update to 0.6.3 (2014-05-15 13:00:37 +0200)
are available in the git repository at:
git://git.openembedded.org/meta-openembedded-contrib paule/openobex
http://cgit.openembedded.org/cgit.cgi/meta-openembedded-contrib/log/?h=paule/openobex
Paul Eggleton (1):
openobex: fix detection of IrDA during configure with B!=S
.../obex/openobex-1.5/separate_builddir.patch | 16 ++++++++++++++++
meta-oe/recipes-connectivity/obex/openobex_1.5.bb | 3 ++-
2 files changed, 18 insertions(+), 1 deletion(-)
create mode 100644 meta-oe/recipes-connectivity/obex/openobex-1.5/separate_builddir.patch
--
1.9.0
^ permalink raw reply [flat|nested] 2+ messages in thread
* [meta-oe][PATCH 1/1] openobex: fix detection of IrDA during configure with B!=S
2014-05-24 14:44 [meta-oe][PATCH 0/1] openobex B!=S fix Paul Eggleton
@ 2014-05-24 14:44 ` Paul Eggleton
0 siblings, 0 replies; 2+ messages in thread
From: Paul Eggleton @ 2014-05-24 14:44 UTC (permalink / raw)
To: openembedded-devel
Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>
---
.../obex/openobex-1.5/separate_builddir.patch | 16 ++++++++++++++++
meta-oe/recipes-connectivity/obex/openobex_1.5.bb | 3 ++-
2 files changed, 18 insertions(+), 1 deletion(-)
create mode 100644 meta-oe/recipes-connectivity/obex/openobex-1.5/separate_builddir.patch
diff --git a/meta-oe/recipes-connectivity/obex/openobex-1.5/separate_builddir.patch b/meta-oe/recipes-connectivity/obex/openobex-1.5/separate_builddir.patch
new file mode 100644
index 0000000..8abf8ae
--- /dev/null
+++ b/meta-oe/recipes-connectivity/obex/openobex-1.5/separate_builddir.patch
@@ -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>
diff --git a/meta-oe/recipes-connectivity/obex/openobex_1.5.bb b/meta-oe/recipes-connectivity/obex/openobex_1.5.bb
index 0d5cfef..bf30817 100644
--- a/meta-oe/recipes-connectivity/obex/openobex_1.5.bb
+++ b/meta-oe/recipes-connectivity/obex/openobex_1.5.bb
@@ -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"
--
1.9.0
^ permalink raw reply related [flat|nested] 2+ messages in thread
end of thread, other threads:[~2014-05-24 14:44 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-05-24 14:44 [meta-oe][PATCH 0/1] openobex B!=S fix Paul Eggleton
2014-05-24 14:44 ` [meta-oe][PATCH 1/1] openobex: fix detection of IrDA during configure with B!=S Paul Eggleton
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.