Added openslug-native - set of packages required to be installed for the OpenSlug...
authorRod Whitby <rod@whitby.id.au>
Thu, 21 Jul 2005 13:07:02 +0000 (13:07 +0000)
committerOpenEmbedded Project <openembedded-devel@lists.openembedded.org>
Thu, 21 Jul 2005 13:07:02 +0000 (13:07 +0000)
packages/meta/openslug-native.bb [new file with mode: 0644]
packages/meta/openslug-packages.bb

diff --git a/packages/meta/openslug-native.bb b/packages/meta/openslug-native.bb
new file mode 100644 (file)
index 0000000..4ac2cfd
--- /dev/null
@@ -0,0 +1,42 @@
+DESCRIPTION = "Packages that are required for the OpenSlug native build environment"
+LICENSE = MIT
+PR = "r2"
+
+INHIBIT_DEFAULT_DEPS = "1"
+ALLOW_EMPTY = 1
+PACKAGES = "${PN}"
+
+OPENSLUG_NATIVE = "\
+       automake \
+       bash \
+       binutils binutils-dev \
+       bison \
+       bzip2 \
+       coreutils \
+       cpp \
+       cvs \
+       flex \
+       gawk \
+       g++ g++-symlinks \
+       gcc gcc-symlinks \
+       glibc-extra-nss glibc-utils \
+       gnu-config \
+       libc6 libc6-dev \
+       libg2c-dev \
+       libgdbm3 \
+       libperl5 \
+       libreadline4 libreadline-dev \
+       libstdc++-dev \
+       libthread-db1 \
+       lrzsz \
+       m4 \
+       make \
+       ncurses ncurses-dev ncurses-terminfo \
+       patch \
+       sed \
+       tar \
+       util-linux \
+       wget \
+       "
+
+RDEPENDS = '${OPENSLUG_NATIVE}'
index 3fb0587..37ad7ba 100644 (file)
@@ -114,4 +114,5 @@ BROKEN_PACKAGES = "\
 DEPENDS = 'openslug-image \
        ${OPENSLUG_PACKAGES} \
        ${OPENSLUG_DEVELOPMENT} \
+       openslug-native \
        package-index'