summaryrefslogtreecommitdiff
path: root/packages/meta/meta-sdl.bb
diff options
context:
space:
mode:
authorRichard Purdie <rpurdie@rpsys.net>2006-01-08 13:51:39 +0000
committerOpenEmbedded Project <openembedded-devel@lists.openembedded.org>2006-01-08 13:51:39 +0000
commit0500b5f01143f6eafb8fbacc061bbe245283caee (patch)
treeb76c2697d1628d4453606022d33e9d6a384fc54e /packages/meta/meta-sdl.bb
parentb2d178844371bb2d413eb6aed1e83a89783d7d96 (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/meta-sdl.bb')
-rw-r--r--packages/meta/meta-sdl.bb20
1 files changed, 5 insertions, 15 deletions
diff --git a/packages/meta/meta-sdl.bb b/packages/meta/meta-sdl.bb
index c631fa44c1..76fa01f069 100644
--- a/packages/meta/meta-sdl.bb
+++ b/packages/meta/meta-sdl.bb
@@ -5,22 +5,12 @@ PR = "r1"
ALLOW_EMPTY = 1
-# no need to add libsdl as all libsdl-* already (r)depend on it
-task-sdl-libs = "libsdl-gfx libsdl-image libsdl-mixer libsdl-ttf libsdl-net"
-task-sdl-base = ""
+# no need to add libsdl as all libsdl-* already rdepend on it
+RDEPENDS_task-sdl-libs = "libsdl-gfx libsdl-image libsdl-mixer libsdl-ttf libsdl-net"
-task-sdl-games = "abuse freedroid lbreakout2 openttd prboom quake1 rott supertux xmame"
-task-sdl-emulators = "dgen-sdl e-uae frodo snes9x"
+RDEPENDS_task-sdl-base = ""
+RDEPENDS_task-sdl-games = "abuse freedroid lbreakout2 openttd prboom quake1 rott supertux xmame"
-RDEPENDS_task-sdl-libs = "${task-sdl-libs}"
-DEPENDS += "${task-sdl-libs}"
+RDEPENDS_task-sdl-emulators = "dgen-sdl e-uae frodo snes9x"
-RDEPENDS_task-sdl-base = "${task-sdl-base}"
-DEPENDS += "${task-sdl-base}"
-
-RDEPENDS_task-sdl-games = "${task-sdl-games}"
-DEPENDS += "${task-sdl-games}"
-
-RDEPENDS_task-sdl-emulators = "${task-sdl-emulators}"
-DEPENDS += "${task-sdl-emulators}"