* [PATCH BlueZ 2/5] build: Fix typo
2012-07-10 18:08 [PATCH BlueZ 1/5] build: Fix typo Vinicius Costa Gomes
@ 2012-07-10 18:08 ` Vinicius Costa Gomes
2012-07-10 18:08 ` [PATCH BlueZ 3/5] Build: Fix make distcheck Vinicius Costa Gomes
` (3 subsequent siblings)
4 siblings, 0 replies; 6+ messages in thread
From: Vinicius Costa Gomes @ 2012-07-10 18:08 UTC (permalink / raw)
To: linux-bluetooth; +Cc: Vinicius Costa Gomes
"ptofiles" should have been "profiles"
---
Makefile.am | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/Makefile.am b/Makefile.am
index d65b28c..db8e7ae 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -128,7 +128,7 @@ mcap_sources =
if MCAP
mcap_sources += profiles/health/mcap_lib.h profiles/health/mcap_internal.h \
- ptofiles/health/mcap.h profiles/health/mcap.c \
+ profiles/health/mcap.h profiles/health/mcap.c \
profiles/health/mcap_sync.c
endif
--
1.7.10.4
^ permalink raw reply related [flat|nested] 6+ messages in thread* [PATCH BlueZ 3/5] Build: Fix make distcheck
2012-07-10 18:08 [PATCH BlueZ 1/5] build: Fix typo Vinicius Costa Gomes
2012-07-10 18:08 ` [PATCH BlueZ 2/5] " Vinicius Costa Gomes
@ 2012-07-10 18:08 ` Vinicius Costa Gomes
2012-07-10 18:08 ` [PATCH BlueZ 4/5] build: " Vinicius Costa Gomes
` (2 subsequent siblings)
4 siblings, 0 replies; 6+ messages in thread
From: Vinicius Costa Gomes @ 2012-07-10 18:08 UTC (permalink / raw)
To: linux-bluetooth; +Cc: Vinicius Costa Gomes
plugins/hal.c should not be present in the distribution.
---
Makefile.am | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/Makefile.am b/Makefile.am
index db8e7ae..f9caeb8 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -242,7 +242,7 @@ endif
builtin_modules += formfactor
builtin_sources += plugins/formfactor.c
-EXTRA_DIST += plugins/hal.c plugins/formfactor.c
+EXTRA_DIST += plugins/formfactor.c
builtin_modules += storage
builtin_sources += plugins/storage.c
--
1.7.10.4
^ permalink raw reply related [flat|nested] 6+ messages in thread* [PATCH BlueZ 4/5] build: Fix make distcheck
2012-07-10 18:08 [PATCH BlueZ 1/5] build: Fix typo Vinicius Costa Gomes
2012-07-10 18:08 ` [PATCH BlueZ 2/5] " Vinicius Costa Gomes
2012-07-10 18:08 ` [PATCH BlueZ 3/5] Build: Fix make distcheck Vinicius Costa Gomes
@ 2012-07-10 18:08 ` Vinicius Costa Gomes
2012-07-10 18:08 ` [PATCH BlueZ 5/5] " Vinicius Costa Gomes
2012-07-10 18:23 ` [PATCH BlueZ 1/5] build: Fix typo Johan Hedberg
4 siblings, 0 replies; 6+ messages in thread
From: Vinicius Costa Gomes @ 2012-07-10 18:08 UTC (permalink / raw)
To: linux-bluetooth; +Cc: Vinicius Costa Gomes
"proximity/proximity.conf" doesn't exist anymore, it was moved to
"profiles/proximity/proximity.conf".
---
Makefile.am | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/Makefile.am b/Makefile.am
index f9caeb8..84bf695 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -319,7 +319,7 @@ endif
EXTRA_DIST += src/genbuiltin src/bluetooth.conf src/org.bluez.service \
src/main.conf profiles/network/network.conf \
- profiles/input/input.conf proximity/proximity.conf \ \
+ profiles/input/input.conf profiles/proximity/proximity.conf \
audio/audio.conf audio/telephony-dummy.c \
audio/telephony-maemo5.c audio/telephony-ofono.c \
audio/telephony-maemo6.c profiles/sap/sap-dummy.c \
--
1.7.10.4
^ permalink raw reply related [flat|nested] 6+ messages in thread
* [PATCH BlueZ 5/5] build: Fix make distcheck
2012-07-10 18:08 [PATCH BlueZ 1/5] build: Fix typo Vinicius Costa Gomes
` (2 preceding siblings ...)
2012-07-10 18:08 ` [PATCH BlueZ 4/5] build: " Vinicius Costa Gomes
@ 2012-07-10 18:08 ` Vinicius Costa Gomes
2012-07-10 18:23 ` [PATCH BlueZ 1/5] build: Fix typo Johan Hedberg
4 siblings, 0 replies; 6+ messages in thread
From: Vinicius Costa Gomes @ 2012-07-10 18:08 UTC (permalink / raw)
To: linux-bluetooth; +Cc: Vinicius Costa Gomes
The gstreamer module needs audio/rtp.h to exist in the distribution.
---
Makefile.am | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/Makefile.am b/Makefile.am
index 84bf695..ffb57e8 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -337,7 +337,7 @@ audio_libgstbluetooth_la_SOURCES = audio/gstbluetooth.c audio/gstpragma.h \
audio/gstsbcparse.h audio/gstsbcparse.c \
audio/gstavdtpsink.h audio/gstavdtpsink.c \
audio/gsta2dpsink.h audio/gsta2dpsink.c \
- audio/gstsbcutil.h audio/gstsbcutil.c \
+ audio/gstsbcutil.h audio/gstsbcutil.c audio/rtp.h \
audio/gstrtpsbcpay.h audio/gstrtpsbcpay.c
audio_libgstbluetooth_la_LDFLAGS = $(AM_LDFLAGS) -module -avoid-version
audio_libgstbluetooth_la_LIBADD = sbc/libsbc.la lib/libbluetooth-private.la \
--
1.7.10.4
^ permalink raw reply related [flat|nested] 6+ messages in thread* Re: [PATCH BlueZ 1/5] build: Fix typo
2012-07-10 18:08 [PATCH BlueZ 1/5] build: Fix typo Vinicius Costa Gomes
` (3 preceding siblings ...)
2012-07-10 18:08 ` [PATCH BlueZ 5/5] " Vinicius Costa Gomes
@ 2012-07-10 18:23 ` Johan Hedberg
4 siblings, 0 replies; 6+ messages in thread
From: Johan Hedberg @ 2012-07-10 18:23 UTC (permalink / raw)
To: Vinicius Costa Gomes; +Cc: linux-bluetooth
Hi Vinicius,
On Tue, Jul 10, 2012, Vinicius Costa Gomes wrote:
> "profiles_sap" should be "profiles/sap".
> ---
> Makefile.am | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
All patches have been applied. Thanks.
Johan
^ permalink raw reply [flat|nested] 6+ messages in thread