diff options
author | Philipp Zabel <philipp.zabel@gmail.com> | 2007-08-23 09:11:56 +0000 |
---|---|---|
committer | Philipp Zabel <philipp.zabel@gmail.com> | 2007-08-23 09:11:56 +0000 |
commit | 17299f2d22def0a665c32621b46b382f1404b749 (patch) | |
tree | ffae136c0398da5b6e066e88d33b52f45506e405 /packages/tasks | |
parent | 8348123489a5e940854b996218c6da4421c61c62 (diff) |
task-sdl: use task.bbclass
Diffstat (limited to 'packages/tasks')
-rw-r--r-- | packages/tasks/task-sdl.bb | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/packages/tasks/task-sdl.bb b/packages/tasks/task-sdl.bb index d90c117d3f..de457c7e3e 100644 --- a/packages/tasks/task-sdl.bb +++ b/packages/tasks/task-sdl.bb @@ -1,5 +1,9 @@ DESCRIPTION = "Tasks for SDL stuff" LICENSE = "MIT" +PR = "r1" + +inherit task + PACKAGES = "task-sdl-libs task-sdl-games task-sdl-emulators" # no need to add libsdl as all libsdl-* already rdepend on it |