From 6bfcdbf0b05a8ea5c02321e44b1b567823e191da Mon Sep 17 00:00:00 2001 From: Philipp Zabel Date: Thu, 31 Aug 2006 08:01:41 +0000 Subject: gpe-bluetooth: #include in main.h, fix for #1373 --- packages/gpe-bluetooth/files/include-sdp_lib.patch | 9 +++++++++ packages/gpe-bluetooth/gpe-bluetooth_0.54.bb | 3 ++- 2 files changed, 11 insertions(+), 1 deletion(-) create mode 100644 packages/gpe-bluetooth/files/include-sdp_lib.patch (limited to 'packages/gpe-bluetooth') diff --git a/packages/gpe-bluetooth/files/include-sdp_lib.patch b/packages/gpe-bluetooth/files/include-sdp_lib.patch new file mode 100644 index 0000000000..8ec1ab3af3 --- /dev/null +++ b/packages/gpe-bluetooth/files/include-sdp_lib.patch @@ -0,0 +1,9 @@ +--- gpe-bluetooth-0.54/main.h.orig 2006-08-31 09:49:46.000000000 +0200 ++++ gpe-bluetooth-0.54/main.h 2006-08-31 09:49:48.000000000 +0200 +@@ -1,5 +1,6 @@ + #include + #include ++#include + + struct bt_device + { diff --git a/packages/gpe-bluetooth/gpe-bluetooth_0.54.bb b/packages/gpe-bluetooth/gpe-bluetooth_0.54.bb index b02be325e6..77cf675e21 100644 --- a/packages/gpe-bluetooth/gpe-bluetooth_0.54.bb +++ b/packages/gpe-bluetooth/gpe-bluetooth_0.54.bb @@ -11,6 +11,7 @@ RDEPENDS = "bluez-utils-dbus blueprobe" GPE_TARBALL_SUFFIX= "bz2" inherit gpe autotools -SRC_URI += "file://hciattach-bts.patch;patch=1" +SRC_URI += "file://hciattach-bts.patch;patch=1 \ + file://include-sdp_lib.patch;patch=1" FILES_${PN} += '${datadir}/bluez-pin' -- cgit 1.2.3-korg