Buildroot Archive on lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH] tvheadend: add dependency on udev based rootfs creation
@ 2017-12-29 13:06 Dagg Stompler
  2017-12-29 13:40 ` Thomas Petazzoni
  2017-12-29 13:55 ` Yann E. MORIN
  0 siblings, 2 replies; 8+ messages in thread
From: Dagg Stompler @ 2017-12-29 13:06 UTC (permalink / raw)
  To: buildroot

BR2_ROOTFS_DEVICE_CREATION_DYNAMIC_EUDEV is needed for tvheadend inorder
for the program to see usb based DVB cards.

Signed-off-by: Dagg Stompler <daggs@gmx.com>
---
 package/tvheadend/Config.in | 1 +
 1 file changed, 1 insertion(+)

diff --git a/package/tvheadend/Config.in b/package/tvheadend/Config.in
index 44a69a27ba..2a497b481d 100644
--- a/package/tvheadend/Config.in
+++ b/package/tvheadend/Config.in
@@ -9,6 +9,7 @@ config BR2_PACKAGE_TVHEADEND
 	depends on BR2_TOOLCHAIN_HAS_THREADS_NPTL
 	depends on BR2_TOOLCHAIN_HEADERS_AT_LEAST_3_2
 	depends on BR2_TOOLCHAIN_HAS_SYNC_4
+	depends on BR2_ROOTFS_DEVICE_CREATION_DYNAMIC_EUDEV
 	select BR2_PACKAGE_DTV_SCAN_TABLES
 	select BR2_PACKAGE_LIBICONV if !BR2_ENABLE_LOCALE
 	select BR2_PACKAGE_OPENSSL
-- 
2.15.1

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

end of thread, other threads:[~2017-12-30  6:48 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-12-29 13:06 [Buildroot] [PATCH] tvheadend: add dependency on udev based rootfs creation Dagg Stompler
2017-12-29 13:40 ` Thomas Petazzoni
2017-12-29 13:57   ` daggs
2017-12-29 14:03     ` Thomas Petazzoni
2017-12-29 14:27       ` daggs
2017-12-30  6:48         ` daggs
2017-12-29 13:55 ` Yann E. MORIN
2017-12-29 14:02   ` daggs

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