repo.or.cz
/
openembedded.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
cornucopia: bump SRCREV
[openembedded.git]
/
recipes
/
tasks
/
task-sdk-bare.bb
blob
c76d56c99a7826f261cb0e48721a4eb4a4ac7d8d
1
DESCRIPTION
=
"Packages for a standalone SDK or external toolchain"
2
LICENSE
=
"MIT"
3
ALLOW_EMPTY
=
"1"
4
PR
=
"r2"
5
6
PACKAGES
=
"${PN}"
7
8
GLIBC_PKGS
=
"\
9
glibc \
10
glibc-dbg \
11
virtual-libc-dev \
12
glibc-utils \
13
libsegfault \
14
glibc-thread-db \
15
"
16
17
LIBC_PKGS_libc
-
glibc
=
"${GLIBC_PKGS}"
18
LIBC_PKGS_libc
-
uclibc
=
"uclibc uclibc-dev uclibc-thread-db"
19
20
RDEPENDS_$
{
PN
} =
"\
21
${LIBC_PKGS} \
22
libgcc \
23
libstdc++ \
24
libstdc++-dev \
25
"