From: Philipp Zabel Date: Thu, 23 Aug 2007 09:11:56 +0000 (+0000) Subject: task-sdl: use task.bbclass X-Git-Tag: Release-2010-05/1~8811^2~6^2~25 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=17299f2d22def0a665c32621b46b382f1404b749;p=openembedded.git task-sdl: use task.bbclass --- 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