blob: 7ed360405e3f03cd58d601f4408a4e372af3230a (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
DESCRIPTION = "Meta-package for DVB application"
FILE_PR = "r6"
inherit task
RDEPENDS_${PN} = "dvbstream dvbtune xserver-xorg tda1004x-firmware mythtv lirc lirc-modules drm-module-via"
LICENSE = "MIT"
# there is a -march=586 somewhere in the source tree of mythtv
COMPATIBLE_HOST = 'i.86.*-linux'
|