From: Philipp Zabel Date: Thu, 23 Aug 2007 09:11:25 +0000 (+0000) Subject: task-gmae: use task.bbclass X-Git-Tag: Release-2010-05/1~8811^2~6^2~27 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9dcc71fa2cfbad7a421f58052da2d78ea11418c9;p=openembedded.git task-gmae: use task.bbclass --- diff --git a/packages/tasks/task-gmae.bb b/packages/tasks/task-gmae.bb index ac794102f2..73710f8ffa 100644 --- a/packages/tasks/task-gmae.bb +++ b/packages/tasks/task-gmae.bb @@ -1,5 +1,7 @@ DESCRIPTION = "GNOME Mobile & Embedded Initiative" -PR = "r0" +PR = "r1" + +inherit task PACKAGES = 'gmae-core \ gmae-toolkit \ @@ -7,11 +9,6 @@ PACKAGES = 'gmae-core \ task-gmae \ ' -ALLOW_EMPTY = "1" - -PACKAGE_ARCH = "all" - - RDEPENDS_gmae-core = " \ ${XSERVER} \ glib-2.0 \