* [Buildroot] [PATCH 1/2] package/tvheadend: add dbus as optional dependency
@ 2015-10-12 20:09 Bernd Kuhls
2015-10-12 20:09 ` [Buildroot] [PATCH 2/2] package/tvheadend: bump version Bernd Kuhls
2015-10-12 20:35 ` [Buildroot] [PATCH 1/2] package/tvheadend: add dbus as optional dependency Thomas Petazzoni
0 siblings, 2 replies; 4+ messages in thread
From: Bernd Kuhls @ 2015-10-12 20:09 UTC (permalink / raw)
To: buildroot
Dbus is an optional dependency for tvheadend:
https://github.com/tvheadend/tvheadend/commit/9c7b6047d2e3040e14cdba89f46d8acb2a36a115
Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de>
---
package/tvheadend/tvheadend.mk | 4 ++++
1 file changed, 4 insertions(+)
diff --git a/package/tvheadend/tvheadend.mk b/package/tvheadend/tvheadend.mk
index db4ee3a..b901c4e 100644
--- a/package/tvheadend/tvheadend.mk
+++ b/package/tvheadend/tvheadend.mk
@@ -18,6 +18,10 @@ ifeq ($(BR2_PACKAGE_AVAHI),y)
TVHEADEND_DEPENDENCIES += avahi
endif
+ifeq ($(BR2_PACKAGE_DBUS),y)
+TVHEADEND_DEPENDENCIES += dbus
+endif
+
ifeq ($(BR2_PACKAGE_FFMPEG),y)
TVHEADEND_DEPENDENCIES += ffmpeg
TVHEADEND_CONF_OPTS += --enable-libav
--
2.6.1
^ permalink raw reply related [flat|nested] 4+ messages in thread
* [Buildroot] [PATCH 2/2] package/tvheadend: bump version
2015-10-12 20:09 [Buildroot] [PATCH 1/2] package/tvheadend: add dbus as optional dependency Bernd Kuhls
@ 2015-10-12 20:09 ` Bernd Kuhls
2015-10-12 20:36 ` Thomas Petazzoni
2015-10-12 20:35 ` [Buildroot] [PATCH 1/2] package/tvheadend: add dbus as optional dependency Thomas Petazzoni
1 sibling, 1 reply; 4+ messages in thread
From: Bernd Kuhls @ 2015-10-12 20:09 UTC (permalink / raw)
To: buildroot
Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de>
---
package/tvheadend/tvheadend.mk | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/package/tvheadend/tvheadend.mk b/package/tvheadend/tvheadend.mk
index b901c4e..10374f6 100644
--- a/package/tvheadend/tvheadend.mk
+++ b/package/tvheadend/tvheadend.mk
@@ -4,7 +4,7 @@
#
################################################################################
-TVHEADEND_VERSION = 7b327910eefa3b89901e86aaec7acc3cd8d15b90
+TVHEADEND_VERSION = 1b682a46a11ea821c4ed183a274bc78993ef40a0
TVHEADEND_SITE = $(call github,tvheadend,tvheadend,$(TVHEADEND_VERSION))
TVHEADEND_LICENSE = GPLv3+
TVHEADEND_LICENSE_FILES = LICENSE.md
--
2.6.1
^ permalink raw reply related [flat|nested] 4+ messages in thread
* [Buildroot] [PATCH 2/2] package/tvheadend: bump version
2015-10-12 20:09 ` [Buildroot] [PATCH 2/2] package/tvheadend: bump version Bernd Kuhls
@ 2015-10-12 20:36 ` Thomas Petazzoni
0 siblings, 0 replies; 4+ messages in thread
From: Thomas Petazzoni @ 2015-10-12 20:36 UTC (permalink / raw)
To: buildroot
Dear Bernd Kuhls,
On Mon, 12 Oct 2015 22:09:45 +0200, Bernd Kuhls wrote:
> Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de>
> ---
> package/tvheadend/tvheadend.mk | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
Applied, thanks.
Thomas
--
Thomas Petazzoni, CTO, Free Electrons
Embedded Linux, Kernel and Android engineering
http://free-electrons.com
^ permalink raw reply [flat|nested] 4+ messages in thread
* [Buildroot] [PATCH 1/2] package/tvheadend: add dbus as optional dependency
2015-10-12 20:09 [Buildroot] [PATCH 1/2] package/tvheadend: add dbus as optional dependency Bernd Kuhls
2015-10-12 20:09 ` [Buildroot] [PATCH 2/2] package/tvheadend: bump version Bernd Kuhls
@ 2015-10-12 20:35 ` Thomas Petazzoni
1 sibling, 0 replies; 4+ messages in thread
From: Thomas Petazzoni @ 2015-10-12 20:35 UTC (permalink / raw)
To: buildroot
Dear Bernd Kuhls,
On Mon, 12 Oct 2015 22:09:44 +0200, Bernd Kuhls wrote:
> Dbus is an optional dependency for tvheadend:
> https://github.com/tvheadend/tvheadend/commit/9c7b6047d2e3040e14cdba89f46d8acb2a36a115
>
> Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de>
> ---
> package/tvheadend/tvheadend.mk | 4 ++++
> 1 file changed, 4 insertions(+)
>
> diff --git a/package/tvheadend/tvheadend.mk b/package/tvheadend/tvheadend.mk
> index db4ee3a..b901c4e 100644
> --- a/package/tvheadend/tvheadend.mk
> +++ b/package/tvheadend/tvheadend.mk
> @@ -18,6 +18,10 @@ ifeq ($(BR2_PACKAGE_AVAHI),y)
> TVHEADEND_DEPENDENCIES += avahi
> endif
>
> +ifeq ($(BR2_PACKAGE_DBUS),y)
> +TVHEADEND_DEPENDENCIES += dbus
> +endif
Can you use --enable-dbus-1 / --disable-dbus-1 ? This way, if the
BR2_PACKAGE_DBUS=y but the detection fails, the build will error out.
Thanks!
Thomas
--
Thomas Petazzoni, CTO, Free Electrons
Embedded Linux, Kernel and Android engineering
http://free-electrons.com
^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~2015-10-12 20:36 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-10-12 20:09 [Buildroot] [PATCH 1/2] package/tvheadend: add dbus as optional dependency Bernd Kuhls
2015-10-12 20:09 ` [Buildroot] [PATCH 2/2] package/tvheadend: bump version Bernd Kuhls
2015-10-12 20:36 ` Thomas Petazzoni
2015-10-12 20:35 ` [Buildroot] [PATCH 1/2] package/tvheadend: add dbus as optional dependency Thomas Petazzoni
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox