task-native-sdk: one simple package to install all needed to build some stuff on...
authorMarcin Juszkiewicz <hrw@openembedded.org>
Tue, 3 Oct 2006 10:17:15 +0000 (10:17 +0000)
committerMarcin Juszkiewicz <hrw@openembedded.org>
Tue, 3 Oct 2006 10:17:15 +0000 (10:17 +0000)
applied changes from 2b11f3f4bb122d1defb22c4476aa035bed79c754 (.oz354x)
             through e119a23d0f38807146843c508cad69961c2ccdf7

packages/tasks/task-native-sdk.bb [new file with mode: 0644]

diff --git a/packages/tasks/task-native-sdk.bb b/packages/tasks/task-native-sdk.bb
new file mode 100644 (file)
index 0000000..e530019
--- /dev/null
@@ -0,0 +1,10 @@
+DESCRIPTION = "Packages required for native (on-device) SDK"
+MAINTAINER = "Marcin Juszkiewicz <openembedded@hrw.one.pl>"
+LICENSE = "MIT"
+DEPENDS = "gcc binutils make patch patchutils diffstat diffutils automake flex bison gawk sed grep"
+RDEPENDS = "gcc-symlinks g++-symlinks binutils-symlinks make libc6-dev \
+           flex flex-dev bison gawk sed grep autoconf automake make \
+           patch patchutils diffstat diffutils libgcc-s-dev libstdc++-dev"
+
+ALLOW_EMPTY = "1"
+PACKAGES = "${PN}"