From: Marcin Juszkiewicz Date: Sun, 11 Mar 2007 13:53:42 +0000 (+0000) Subject: task-sdk/task-sdk-opie: moved OPIE sdk task to separate recipe. X-Git-Tag: Release-2010-05/1~8868^2~1111 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7a5edd78ca0e19b5c856ea68a26c69173c6804e7;p=openembedded.git task-sdk/task-sdk-opie: moved OPIE sdk task to separate recipe. OPIE run only on subset of our target machines, X11 run on most. --- diff --git a/packages/tasks/task-sdk-opie.bb b/packages/tasks/task-sdk-opie.bb new file mode 100644 index 0000000000..34fca7bcc6 --- /dev/null +++ b/packages/tasks/task-sdk-opie.bb @@ -0,0 +1,18 @@ +DESCRIPTION = "SDK packages for Opie" +PR = "r6" +LICENSE = "MIT" +ALLOW_EMPTY = "1" + +PACKAGES = "task-sdk-opie" + +RDEPENDS_task-sdk-opie := "\ + libopiebluez2 \ + libopiedb2 \ + libopiecore2 \ + libopienet2 \ + libopiepim2 \ + libopieui2 \ + libqpe1 \ + qte \ + libqtaux2 \ + libmailwrapper" diff --git a/packages/tasks/task-sdk.bb b/packages/tasks/task-sdk.bb index 7fa7c11322..a9814d51a1 100644 --- a/packages/tasks/task-sdk.bb +++ b/packages/tasks/task-sdk.bb @@ -1,4 +1,4 @@ -DESCRIPTION = "SDK packages for Opie and GPE" +DESCRIPTION = "SDK packages" PR = "r5" LICENSE = "MIT" ALLOW_EMPTY = "1" @@ -6,7 +6,6 @@ ALLOW_EMPTY = "1" PACKAGES = "\ task-sdk-bare \ task-sdk-base \ - task-sdk-opie \ task-sdk-x11 \ task-sdk-x11-ext \ task-sdk-gpe" @@ -115,15 +114,3 @@ RDEPENDS_task-sdk-gpe := "\ libgpelaunch-dev \ libgpewidget-dev \ libhandoff-dev" - -RDEPENDS_task-sdk-opie := "\ - libopiebluez2 \ - libopiedb2 \ - libopiecore2 \ - libopienet2 \ - libopiepim2 \ - libopieui2 \ - libqpe1 \ - qte \ - libqtaux2 \ - libmailwrapper"