[oe-commits] org.oe.dev gpe-bluetooth: #include <sdp_lib.h> in main.h, fix for #1373

pH5 commit openembedded-commits at lists.openembedded.org
Thu Aug 31 08:08:20 UTC 2006


gpe-bluetooth: #include <sdp_lib.h> in main.h, fix for #1373

Author: pH5 at openembedded.org
Branch: org.openembedded.dev
Revision: b85e20731701ef2d7dc18d059fe5b5cd0e2eb8ac
ViewMTN: http://monotone.openembedded.org/revision.psp?id=b85e20731701ef2d7dc18d059fe5b5cd0e2eb8ac
Files:
1
packages/gpe-bluetooth/files/include-sdp_lib.patch
packages/gpe-bluetooth/gpe-bluetooth_0.54.bb
Diffs:

#
# mt diff -r3d03a861c047d2e36cbe9595cddf0db45f14aa30 -rb85e20731701ef2d7dc18d059fe5b5cd0e2eb8ac
#
# 
# 
# add_file "packages/gpe-bluetooth/files/include-sdp_lib.patch"
#  content [4f0c983b20b43385b9fe9c70643be689d0ff7dc2]
# 
# patch "packages/gpe-bluetooth/gpe-bluetooth_0.54.bb"
#  from [e4abb6abacf0b4ce5c73229a714d81c1bcc24a13]
#    to [4f31321664ec6434490ca1d5e87df111082808fa]
# 
============================================================
--- packages/gpe-bluetooth/files/include-sdp_lib.patch	4f0c983b20b43385b9fe9c70643be689d0ff7dc2
+++ packages/gpe-bluetooth/files/include-sdp_lib.patch	4f0c983b20b43385b9fe9c70643be689d0ff7dc2
@@ -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 <gtk/gtk.h>
+ #include <bluetooth/sdp.h>
++#include <bluetooth/sdp_lib.h>
+ 
+ struct bt_device
+ {
============================================================
--- packages/gpe-bluetooth/gpe-bluetooth_0.54.bb	e4abb6abacf0b4ce5c73229a714d81c1bcc24a13
+++ packages/gpe-bluetooth/gpe-bluetooth_0.54.bb	4f31321664ec6434490ca1d5e87df111082808fa
@@ -11,6 +11,7 @@ inherit gpe autotools
 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'






More information about the Openembedded-commits mailing list