blob: 2d73fe27167b3221fc7785b65d14f17b0b950e3e (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
DESCRIPTION = "SDK task for Scratchbox rootstraps incuding GPE/GTK bits"
PR = "r6"
LICENSE = "MIT"
ALLOW_EMPTY = "1"
RDEPENDS = "\
strace \
gdb \
sbrsh \
fakeroot \
ipkg \
ipkg-utils \
"
|