[oe-commits] Koen Kooi : task-native-sdk: install task-proper-tools and all perl-modules

GIT User account git at amethyst.openembedded.net
Thu Feb 19 11:42:51 UTC 2009


Module: openembedded.git
Branch: org.openembedded.dev
Commit: fde0a3a96fdf8f1313da535b87180ca3c545d0e7
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=fde0a3a96fdf8f1313da535b87180ca3c545d0e7

Author: Koen Kooi <koen at openembedded.org>
Date:   Thu Feb 19 12:41:38 2009 +0100

task-native-sdk: install task-proper-tools and all perl-modules

---

 packages/tasks/task-native-sdk.bb |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/packages/tasks/task-native-sdk.bb b/packages/tasks/task-native-sdk.bb
index c1c2392..387e7b5 100644
--- a/packages/tasks/task-native-sdk.bb
+++ b/packages/tasks/task-native-sdk.bb
@@ -3,12 +3,12 @@ LICENSE = "MIT"
 DEPENDS = "virtual/libc gcc binutils make patch patchutils diffstat diffutils automake flex bison gawk sed grep"
 RDEPENDS = "gcc-symlinks g++-symlinks cpp cpp-symlinks binutils-symlinks \
 	    make virtual-libc-dev \
-	    flex flex-dev bison gawk sed grep autoconf automake make \
+	    task-proper-tools perl-modules flex flex-dev bison gawk sed grep autoconf automake make \
 	    patch patchutils diffstat diffutils libstdc++-dev"
 
 RECOMMENDS = " g77-symlinks gfortran-symlinks "
 
-PR = "r5"
+PR = "r6"
 
 ALLOW_EMPTY = "1"
 PACKAGES = "${PN}"





More information about the Openembedded-commits mailing list