From: Szymon Janc <szymon.janc@tieto.com>
To: Jakub Tyszkowski <jakub.tyszkowski@tieto.com>
Cc: linux-bluetooth@vger.kernel.org
Subject: Re: [PATCH] android/build: Fix bluetoothd build
Date: Thu, 13 Nov 2014 14:13:56 +0100 [thread overview]
Message-ID: <3108393.5OxeeWlg6M@uw000953> (raw)
In-Reply-To: <1415877074-25891-1-git-send-email-jakub.tyszkowski@tieto.com>
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
prev parent reply other threads:[~2014-11-13 13:13 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2014-11-13 11:11 [PATCH] android/build: Fix bluetoothd build Jakub Tyszkowski
2014-11-13 13:13 ` Szymon Janc [this message]
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=3108393.5OxeeWlg6M@uw000953 \
--to=szymon.janc@tieto.com \
--cc=jakub.tyszkowski@tieto.com \
--cc=linux-bluetooth@vger.kernel.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox