task-sdk-sbox: Add new task to cover some scratchbox SDK stuff
authorFlorian Boor <florian.boor@kernelconcepts.de>
Thu, 5 Apr 2007 10:37:42 +0000 (10:37 +0000)
committerFlorian Boor <florian.boor@kernelconcepts.de>
Thu, 5 Apr 2007 10:37:42 +0000 (10:37 +0000)
packages/tasks/task-sdk-sbox.bb [new file with mode: 0644]

diff --git a/packages/tasks/task-sdk-sbox.bb b/packages/tasks/task-sdk-sbox.bb
new file mode 100644 (file)
index 0000000..855d720
--- /dev/null
@@ -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