meta-sdl restructured to new way
authorMarcin Juszkiewicz <hrw@openembedded.org>
Sat, 14 Jan 2006 18:43:36 +0000 (18:43 +0000)
committerOpenEmbedded Project <openembedded-devel@lists.openembedded.org>
Sat, 14 Jan 2006 18:43:36 +0000 (18:43 +0000)
- 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

packages/meta/meta-sdl.bb
packages/meta/sdl-image.bb
packages/meta/task-sdl.bb [new file with mode: 0644]

index 76fa01f..9d0f216 100644 (file)
@@ -1,15 +1,14 @@
 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"
index 2b711f1..0f3254b 100644 (file)
@@ -1,8 +1,9 @@
+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
diff --git a/packages/meta/task-sdl.bb b/packages/meta/task-sdl.bb
new file mode 100644 (file)
index 0000000..046283f
--- /dev/null
@@ -0,0 +1,11 @@
+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"
+