diff options
author | Rod Whitby <rod@whitby.id.au> | 2005-07-21 13:07:02 +0000 |
---|---|---|
committer | OpenEmbedded Project <openembedded-devel@lists.openembedded.org> | 2005-07-21 13:07:02 +0000 |
commit | 937643546f3e05a97b1157298f8cc224f9ba6bc1 (patch) | |
tree | 1032dfda3907c12766039a7c5904ea7cebffb4fa /packages/meta | |
parent | 5e01906b8433bc6a8c03be2e31758589641124c9 (diff) |
Added openslug-native - set of packages required to be installed for the OpenSlug native build environment
Diffstat (limited to 'packages/meta')
-rw-r--r-- | packages/meta/openslug-native.bb | 42 | ||||
-rw-r--r-- | packages/meta/openslug-packages.bb | 1 |
2 files changed, 43 insertions, 0 deletions
diff --git a/packages/meta/openslug-native.bb b/packages/meta/openslug-native.bb new file mode 100644 index 0000000000..4ac2cfd4b1 --- /dev/null +++ b/packages/meta/openslug-native.bb @@ -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}' diff --git a/packages/meta/openslug-packages.bb b/packages/meta/openslug-packages.bb index 3fb0587727..37ad7ba542 100644 --- a/packages/meta/openslug-packages.bb +++ b/packages/meta/openslug-packages.bb @@ -114,4 +114,5 @@ BROKEN_PACKAGES = "\ DEPENDS = 'openslug-image \ ${OPENSLUG_PACKAGES} \ ${OPENSLUG_DEVELOPMENT} \ + openslug-native \ package-index' |