summaryrefslogtreecommitdiff
path: root/packages/meta/meta-sdl.bb
diff options
context:
space:
mode:
authorMarcin Juszkiewicz <hrw@openembedded.org>2006-11-20 15:26:55 +0000
committerMarcin Juszkiewicz <hrw@openembedded.org>2006-11-20 15:26:55 +0000
commit1966abef451877040a2114f8e2e0c1fbd0bdf410 (patch)
treea79e3d4e2da8f770a7eb9b54c5a90b30c0be9990 /packages/meta/meta-sdl.bb
parentf01d630a3e356f2815fe537f6fd9b94232d1a66e (diff)
parentf6c111ef94b3b2e609b43fe0958cba4808d38c16 (diff)
merge of '8c0da7de9130cf6ce338544b5a8d83595a1fd839'
and 'fa6299477f4dc9026d80a08ac4d4494c8c32eb64'
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"