- all task-sdl-* definitions moved from meta-sdl.bb to task-sdl.bb
- meta-sdl build all SDL stuff like it was before
- image-sdl DEPENDS on task-sdl instead of meta-sdl
DESCRIPTION = "Meta-package for SDL"
LICENSE = MIT
-PACKAGES = "task-sdl-libs task-sdl-base task-sdl-games task-sdl-emulators"
-PR = "r1"
+RDEPENDS = "task-sdl-libs task-sdl-games task-sdl-emulators"
+PR = "r2"
ALLOW_EMPTY = 1
+BUILD_ALL_DEPS = 1
# 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"
-RDEPENDS_task-sdl-base = ""
-
RDEPENDS_task-sdl-games = "abuse freedroid lbreakout2 openttd prboom quake1 rott supertux xmame"
RDEPENDS_task-sdl-emulators = "dgen-sdl e-uae frodo snes9x"
+LICENSE = MIT
+
export IMAGE_BASENAME = "sdl-image"
-DEPENDS = "task-bootstrap meta-sdl"
+DEPENDS = "task-bootstrap task-sdl"
export IPKG_INSTALL = "task-bootstrap sdl-base"
inherit image_ipk
-LICENSE = MIT
--- /dev/null
+DESCRIPTION = "Tasks for SDL stuff"
+LICENSE = MIT
+PACKAGES = "task-sdl-libs task-sdl-games task-sdl-emulators"
+
+# 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"
+
+RDEPENDS_task-sdl-games = "abuse freedroid lbreakout2 openttd prboom quake1 rott supertux xmame"
+
+RDEPENDS_task-sdl-emulators = "dgen-sdl e-uae frodo snes9x"
+