summaryrefslogtreecommitdiff
path: root/packages/meta/meta-sdl.bb
diff options
context:
space:
mode:
authorMarcin Juszkiewicz <hrw@openembedded.org>2006-11-20 15:24:52 +0000
committerMarcin Juszkiewicz <hrw@openembedded.org>2006-11-20 15:24:52 +0000
commitf6c111ef94b3b2e609b43fe0958cba4808d38c16 (patch)
tree2e87f8388d2c4d48da9801f674b60e1cdb9f78f6 /packages/meta/meta-sdl.bb
parent24a2a2127a35bdb2ed414a1ed109813ba951e2d1 (diff)
another set of parse errors fixing
Diffstat (limited to 'packages/meta/meta-sdl.bb')
-rw-r--r--packages/meta/meta-sdl.bb6
1 files changed, 3 insertions, 3 deletions
diff --git a/packages/meta/meta-sdl.bb b/packages/meta/meta-sdl.bb
index 9d0f2163bf..cb19cb6834 100644
--- a/packages/meta/meta-sdl.bb
+++ b/packages/meta/meta-sdl.bb
@@ -1,10 +1,10 @@
DESCRIPTION = "Meta-package for SDL"
-LICENSE = MIT
+LICENSE = "MIT"
RDEPENDS = "task-sdl-libs task-sdl-games task-sdl-emulators"
PR = "r2"
-ALLOW_EMPTY = 1
-BUILD_ALL_DEPS = 1
+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"