diff options
author | Koen Kooi <koen@openembedded.org> | 2010-06-02 14:36:27 +0200 |
---|---|---|
committer | Koen Kooi <koen@openembedded.org> | 2010-06-02 14:36:27 +0200 |
commit | 85e20773aab6e70a85d232b58f04c6ed74ca6ada (patch) | |
tree | 3d92d378098b521dcab540783859efe47ad7d044 | |
parent | 368b4b672f58009cd76cb9c8e87f217e5c222668 (diff) |
task-sdk-native: add cvs to RRECOMMENDS for autopoint
-rw-r--r-- | recipes/tasks/task-sdk-native.inc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/recipes/tasks/task-sdk-native.inc b/recipes/tasks/task-sdk-native.inc index adcb3101d2..3f9cad0d40 100644 --- a/recipes/tasks/task-sdk-native.inc +++ b/recipes/tasks/task-sdk-native.inc @@ -1,6 +1,6 @@ DESCRIPTION = "Packages required for native (on-device) SDK" LICENSE = "MIT" -INC_PR = "r8" +INC_PR = "r9" DEPENDS = "virtual/libc gcc binutils make patch patchutils diffstat diffutils automake flex bison gawk sed grep libtool pkgconfig" RDEPENDS = "gcc-symlinks g++-symlinks cpp cpp-symlinks binutils-symlinks \ @@ -9,5 +9,5 @@ RDEPENDS = "gcc-symlinks g++-symlinks cpp cpp-symlinks binutils-symlinks \ patch patchutils diffstat diffutils libstdc++-dev \ libtool libtool-dev libltdl-dev pkgconfig" -RECOMMENDS = " g77-symlinks gfortran-symlinks " +RECOMMENDS = " g77-symlinks gfortran-symlinks cvs" |