Linux bluetooth development
 help / color / mirror / Atom feed
* [PATCH] android/build: Fix bluetoothd build
@ 2014-11-13 11:11 Jakub Tyszkowski
  2014-11-13 13:13 ` Szymon Janc
  0 siblings, 1 reply; 2+ messages in thread
From: Jakub Tyszkowski @ 2014-11-13 11:11 UTC (permalink / raw)
  To: linux-bluetooth; +Cc: Jakub Tyszkowski

This fixes the following error:
external/bluetooth/bluez/src/shared/gatt-db.c:787: error: undefined
reference to 'timeout_remove'
external/bluetooth/bluez/src/shared/gatt-db.c:879: error: undefined
reference to 'timeout_remove'
external/bluetooth/bluez/src/shared/gatt-db.c:825: error: undefined
reference to 'timeout_add'
external/bluetooth/bluez/src/shared/gatt-db.c:917: error: undefined
reference to 'timeout_add'
collect2: error: ld returned 1 exit status
make: ***
[out/target/product/flo/obj/EXECUTABLES/bluetoothd-main_intermediates/LINKED/bluetoothd-main]
Error 1
---
 android/Android.mk | 1 +
 1 file changed, 1 insertion(+)

diff --git a/android/Android.mk b/android/Android.mk
index 9735976..554e8fa 100644
--- a/android/Android.mk
+++ b/android/Android.mk
@@ -64,6 +64,7 @@ LOCAL_SRC_FILES := \
 	bluez/src/shared/hfp.c \
 	bluez/src/shared/gatt-db.c \
 	bluez/src/shared/io-glib.c \
+	bluez/src/shared/timeout-glib.c \
 	bluez/src/shared/crypto.c \
 	bluez/src/shared/uhid.c \
 	bluez/src/sdpd-database.c \
-- 
1.9.1


^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: [PATCH] android/build: Fix bluetoothd build
  2014-11-13 11:11 [PATCH] android/build: Fix bluetoothd build Jakub Tyszkowski
@ 2014-11-13 13:13 ` Szymon Janc
  0 siblings, 0 replies; 2+ messages in thread
From: Szymon Janc @ 2014-11-13 13:13 UTC (permalink / raw)
  To: Jakub Tyszkowski; +Cc: linux-bluetooth

Hi Jakub,

On Thursday 13 of November 2014 12:11:14 Jakub Tyszkowski wrote:
> This fixes the following error:
> external/bluetooth/bluez/src/shared/gatt-db.c:787: error: undefined
> reference to 'timeout_remove'
> external/bluetooth/bluez/src/shared/gatt-db.c:879: error: undefined
> reference to 'timeout_remove'
> external/bluetooth/bluez/src/shared/gatt-db.c:825: error: undefined
> reference to 'timeout_add'
> external/bluetooth/bluez/src/shared/gatt-db.c:917: error: undefined
> reference to 'timeout_add'
> collect2: error: ld returned 1 exit status
> make: ***
> [out/target/product/flo/obj/EXECUTABLES/bluetoothd-main_intermediates/LINKED/bluetoothd-main]
> Error 1
> ---
>  android/Android.mk | 1 +
>  1 file changed, 1 insertion(+)
> 
> diff --git a/android/Android.mk b/android/Android.mk
> index 9735976..554e8fa 100644
> --- a/android/Android.mk
> +++ b/android/Android.mk
> @@ -64,6 +64,7 @@ LOCAL_SRC_FILES := \
>  	bluez/src/shared/hfp.c \
>  	bluez/src/shared/gatt-db.c \
>  	bluez/src/shared/io-glib.c \
> +	bluez/src/shared/timeout-glib.c \
>  	bluez/src/shared/crypto.c \
>  	bluez/src/shared/uhid.c \
>  	bluez/src/sdpd-database.c \

Applied, thanks. 

-- 
Best regards, 
Szymon Janc

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2014-11-13 13:13 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-11-13 11:11 [PATCH] android/build: Fix bluetoothd build Jakub Tyszkowski
2014-11-13 13:13 ` Szymon Janc

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox