diff options
author | Richard Purdie <rpurdie@rpsys.net> | 2006-01-08 13:51:39 +0000 |
---|---|---|
committer | OpenEmbedded Project <openembedded-devel@lists.openembedded.org> | 2006-01-08 13:51:39 +0000 |
commit | 0500b5f01143f6eafb8fbacc061bbe245283caee (patch) | |
tree | b76c2697d1628d4453606022d33e9d6a384fc54e /packages/meta/task-dvb.bb | |
parent | b2d178844371bb2d413eb6aed1e83a89783d7d96 (diff) |
DEPENDS cleanup of packages/meta. This doesn't fix all DEPENDS here but does remove a large chunk of the incorrect ones. Some entries that shouldn't be present have been marked FIXME as they indicate problems elsewhere in the metadata. Help from the opie/gpe gurus needed. I've not touched the NSLU code as I suspect they'd rather do this themselves?
Diffstat (limited to 'packages/meta/task-dvb.bb')
-rw-r--r-- | packages/meta/task-dvb.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/meta/task-dvb.bb b/packages/meta/task-dvb.bb index 8be412611d..5a5c37a565 100644 --- a/packages/meta/task-dvb.bb +++ b/packages/meta/task-dvb.bb @@ -5,5 +5,5 @@ ALLOW_EMPTY = 1 PR = "r5" RDEPENDS = "dvbstream dvbtune xserver-xorg tda1004x-firmware mythtv lirc lirc-modules drm-module-via" -DEPENDS = "dvbstream dvbtune xserver-xorg tda1004x-firmware mythtv lirc lirc-modules drm-kernel" + LICENSE = MIT |