]> pilppa.org Git - familiar-h63xx-build.git/blob - org.handhelds.familiar/packages/meta/openslug-native.bb
OE tree imported from monotone branch org.openembedded.oz354fam083 at revision 8b12e3...
[familiar-h63xx-build.git] / org.handhelds.familiar / packages / meta / openslug-native.bb
1 DESCRIPTION = "Packages that are required for the OpenSlug native build environment"
2 LICENSE = MIT
3 PR = "r11"
4
5 INHIBIT_DEFAULT_DEPS = "1"
6 ALLOW_EMPTY = 1
7 PACKAGES = "${PN}"
8
9 OPENSLUG_NATIVE = "\
10         autoconf \
11         automake \
12         bash \
13         binutils binutils-dev binutils-symlinks \
14         bison \
15         bzip2 \
16         coreutils \
17         cpp cpp-symlinks \
18         cvs \
19         file \
20         flex \
21         gawk \
22         g++ g++-symlinks \
23         gcc gcc-symlinks \
24         glibc-extra-nss glibc-utils \
25         gnu-config \
26         gzip \
27         libc6 libc6-dev \
28         libg2c-dev \
29         libgdbm3 \
30         libperl5 \
31         libreadline4 libreadline-dev \
32         libstdc++-dev \
33         libthread-db1 \
34         libtool \
35         lrzsz \
36         m4 \
37         make \
38         monotone-5 \
39         ncurses ncurses-dev ncurses-terminfo \
40         patch \
41         perl perl-modules \
42         pkgconfig \
43         python-core python-crypt python-io python-lang python-pickle python-shell python-textutils \
44         quilt \
45         sed \
46         tar \
47         util-linux \
48         wget \
49         "
50
51 RDEPENDS = '${OPENSLUG_NATIVE}'
52