task-native-sdk: install task-proper-tools and all perl-modules
authorKoen Kooi <koen@openembedded.org>
Thu, 19 Feb 2009 11:41:38 +0000 (12:41 +0100)
committerKoen Kooi <koen@openembedded.org>
Thu, 19 Feb 2009 11:41:38 +0000 (12:41 +0100)
packages/tasks/task-native-sdk.bb

index c1c2392..387e7b5 100644 (file)
@@ -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}"