aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/tasks/task-sdk-sbox.bb
diff options
context:
space:
mode:
Diffstat (limited to 'recipes/tasks/task-sdk-sbox.bb')
-rw-r--r--recipes/tasks/task-sdk-sbox.bb13
1 files changed, 13 insertions, 0 deletions
diff --git a/recipes/tasks/task-sdk-sbox.bb b/recipes/tasks/task-sdk-sbox.bb
new file mode 100644
index 0000000000..d50954a9cf
--- /dev/null
+++ b/recipes/tasks/task-sdk-sbox.bb
@@ -0,0 +1,13 @@
+DESCRIPTION = "SDK task for Scratchbox rootstraps"
+PR = "r7"
+LICENSE = "MIT"
+ALLOW_EMPTY = "1"
+
+RDEPENDS = "\
+ strace \
+ gdb \
+ sbrsh \
+ fakeroot \
+ opkg-nogpg \
+ opkg-utils \
+ "