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-mythfront.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-mythfront.bb')
-rw-r--r-- | packages/meta/task-mythfront.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/meta/task-mythfront.bb b/packages/meta/task-mythfront.bb index 85aa7d6a80..7f2d84b86e 100644 --- a/packages/meta/task-mythfront.bb +++ b/packages/meta/task-mythfront.bb @@ -5,5 +5,5 @@ ALLOW_EMPTY = 1 PR = "r6" RDEPENDS = "xserver-xorg mythtv lirc lirc-modules drm-module-via ttf-bitstream-vera libfontconfig-utils setserial snes9x ntp mythfront-config gpe-dm mythfront-session bootlogd drm-module-drm" -DEPENDS = "xserver-xorg mythtv lirc lirc-modules drm-kernel ttf-bitstream-vera setserial snes9x ntp mythfront-config gpe-dm mythfront-session" + LICENSE = MIT |