From: Florian Boor Date: Thu, 5 Apr 2007 10:37:42 +0000 (+0000) Subject: task-sdk-sbox: Add new task to cover some scratchbox SDK stuff X-Git-Tag: Release-2010-05/1~8868^2~771^2^2~7^2~4 X-Git-Url: https://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ab4ed138ed1800e41cbd339258056ffee34a7caa;p=openembedded.git task-sdk-sbox: Add new task to cover some scratchbox SDK stuff --- diff --git a/packages/tasks/task-sdk-sbox.bb b/packages/tasks/task-sdk-sbox.bb new file mode 100644 index 0000000000..855d720143 --- /dev/null +++ b/packages/tasks/task-sdk-sbox.bb @@ -0,0 +1,17 @@ +DESCRIPTION = "SDK task for Scratchbox rootstraps" +PR = "r2" +LICENSE = "MIT" +ALLOW_EMPTY = "1" + +RDEPENDS := "\ + glib-2.0-utils \ + gdk-pixbuf-loader-png \ + gdk-pixbuf-loader-jpg \ + gdk-pixbuf-loader-gif \ + gdk-pixbuf-loader-xpm \ + intltool \ + strace \ + gdb \ + sbrsh \ + fakeroot \ + " \ No newline at end of file