blob: aa8dddfbd85313daa687263389b7d1e1c5c06a6a (
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 \
"
|