[oe-commits] Koen Kooi : task-sdk-target: initial add - meant to be what task-sdk-native is in OE classic

git version control git at git.openembedded.org
Mon Oct 10 17:59:38 UTC 2011


Module: meta-openembedded.git
Branch: master
Commit: 9278fe715d5eebd16af1a2d20a92255744913dbb
URL:    http://git.openembedded.org/?p=meta-openembedded.git&a=commit;h=9278fe715d5eebd16af1a2d20a92255744913dbb

Author: Koen Kooi <koen at dominion.thruhere.net>
Date:   Mon Oct 10 19:55:16 2011 +0200

task-sdk-target: initial add - meant to be what task-sdk-native is in OE classic

Signed-off-by: Koen Kooi <koen at dominion.thruhere.net>

---

 meta-oe/recipes-devtools/tasks/task-sdk-target.bb |   24 +++++++++++++++++++++
 1 files changed, 24 insertions(+), 0 deletions(-)

diff --git a/meta-oe/recipes-devtools/tasks/task-sdk-target.bb b/meta-oe/recipes-devtools/tasks/task-sdk-target.bb
new file mode 100644
index 0000000..03141f2
--- /dev/null
+++ b/meta-oe/recipes-devtools/tasks/task-sdk-target.bb
@@ -0,0 +1,24 @@
+DESCRIPTION = "Packages required for a target (on-device) SDK"
+LICENSE = "MIT"
+LIC_FILES_CHKSUM = "file://${COREBASE}/LICENSE;md5=3f40d7994397109285ec7b81fdeb3b58"
+
+inherit task allarch
+
+RPROVIDES_${PN} = "task-native-sdk"
+RDEPENDS_${PN} = "gcc-symlinks g++-symlinks cpp cpp-symlinks \
+                  binutils-symlinks \
+                  perl-modules \
+                  flex flex-dev \
+                  bison \
+                  gawk \
+                  sed \
+                  grep \
+                  autoconf automake \
+                  make \
+                  patch diffstat diffutils \
+                  libstdc++-dev \
+                  libtool libtool-dev libltdl-dev \
+                  pkgconfig"
+
+# usefull, but not in oe-core/meta-oe yet: patchutils
+RRECOMMENDS_${PN} = " g77-symlinks gfortran-symlinks"





More information about the Openembedded-commits mailing list