task-native-sdk: try harder to include cpp
authorKoen Kooi <koen@openembedded.org>
Thu, 22 Jan 2009 07:56:31 +0000 (08:56 +0100)
committerKoen Kooi <koen@openembedded.org>
Thu, 22 Jan 2009 07:56:31 +0000 (08:56 +0100)
packages/tasks/task-native-sdk.bb

index b927e52..c1c2392 100644 (file)
@@ -1,14 +1,14 @@
 DESCRIPTION = "Packages required for native (on-device) SDK"
 LICENSE = "MIT"
 DEPENDS = "virtual/libc gcc binutils make patch patchutils diffstat diffutils automake flex bison gawk sed grep"
-RDEPENDS = "gcc-symlinks g++-symlinks cpp-symlinks binutils-symlinks \
+RDEPENDS = "gcc-symlinks g++-symlinks cpp cpp-symlinks binutils-symlinks \
            make virtual-libc-dev \
            flex flex-dev bison gawk sed grep autoconf automake make \
            patch patchutils diffstat diffutils libstdc++-dev"
 
 RECOMMENDS = " g77-symlinks gfortran-symlinks "
 
-PR = "r4"
+PR = "r5"
 
 ALLOW_EMPTY = "1"
 PACKAGES = "${PN}"