diff options
Diffstat (limited to 'packages/meta/openslug-native.bb')
-rw-r--r-- | packages/meta/openslug-native.bb | 42 |
1 files changed, 42 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}' |