[oe-commits] Koen Kooi : task-sdk-native: and fix typo, also reported by Martin

git version control git at git.openembedded.org
Wed Jun 2 12:58:24 UTC 2010


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

Author: Koen Kooi <koen at openembedded.org>
Date:   Wed Jun  2 14:51:46 2010 +0200

task-sdk-native: and fix typo, also reported by Martin

---

 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 6bb4726..5d0f9a2 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 = "r10"
+INC_PR = "r11"
 
 DEPENDS = "virtual/libc gcc binutils make patch patchutils diffstat diffutils automake flex bison gawk sed grep libtool pkgconfig"
 RDEPENDS_${PN} = "gcc-symlinks g++-symlinks cpp cpp-symlinks binutils-symlinks \
@@ -9,5 +9,5 @@ RDEPENDS_${PN} = "gcc-symlinks g++-symlinks cpp cpp-symlinks binutils-symlinks \
 	    patch patchutils diffstat diffutils libstdc++-dev \
             libtool libtool-dev libltdl-dev pkgconfig"
 
-RECOMMENDS_${PN} = " g77-symlinks gfortran-symlinks cvs"
+RRECOMMENDS_${PN} = " g77-symlinks gfortran-symlinks cvs"
 





More information about the Openembedded-commits mailing list