diff options
author | Koen Kooi <koen@openembedded.org> | 2009-09-11 08:41:51 +0200 |
---|---|---|
committer | Koen Kooi <koen@openembedded.org> | 2009-09-11 08:41:51 +0200 |
commit | 2b1928ff76811b5f4e734ddbf21aacdfcd54e68c (patch) | |
tree | d8af2aa33f16ffa6aa6f33feb558ee5a59fe2674 /recipes/tasks | |
parent | 01407868c7671f8f5afdf8e29ee0315e16bef059 (diff) |
task-native-sdk: fix upgrade paths after task renaming
Diffstat (limited to 'recipes/tasks')
-rw-r--r-- | recipes/tasks/task-sdk-native.bb | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/recipes/tasks/task-sdk-native.bb b/recipes/tasks/task-sdk-native.bb index 387e7b56fe..35ddf788fd 100644 --- a/recipes/tasks/task-sdk-native.bb +++ b/recipes/tasks/task-sdk-native.bb @@ -7,8 +7,9 @@ RDEPENDS = "gcc-symlinks g++-symlinks cpp cpp-symlinks binutils-symlinks \ patch patchutils diffstat diffutils libstdc++-dev" RECOMMENDS = " g77-symlinks gfortran-symlinks " +RPROVIDES_${PN} = "task-native-sdk" -PR = "r6" +PR = "r7" ALLOW_EMPTY = "1" PACKAGES = "${PN}" |