[oe-commits] Koen Kooi : task-sdk-native: conform to OE packaging guidelines, spotted by Martin Jansa

git version control git at git.openembedded.org
Wed Jun 2 12:47:50 UTC 2010


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

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

task-sdk-native: conform to OE packaging guidelines, spotted by Martin Jansa

---

 recipes/tasks/task-sdk-native.inc |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/recipes/tasks/task-sdk-native.inc b/recipes/tasks/task-sdk-native.inc
index 3f9cad0..6bb4726 100644
--- a/recipes/tasks/task-sdk-native.inc
+++ b/recipes/tasks/task-sdk-native.inc
@@ -1,13 +1,13 @@
 DESCRIPTION = "Packages required for native (on-device) SDK"
 LICENSE = "MIT"
-INC_PR = "r9"
+INC_PR = "r10"
 
 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 \
+RDEPENDS_${PN} = "gcc-symlinks g++-symlinks cpp cpp-symlinks binutils-symlinks \
 	    make virtual-libc-dev \
 	    task-proper-tools perl-modules flex flex-dev bison gawk sed grep autoconf automake make \
 	    patch patchutils diffstat diffutils libstdc++-dev \
             libtool libtool-dev libltdl-dev pkgconfig"
 
-RECOMMENDS = " g77-symlinks gfortran-symlinks cvs"
+RECOMMENDS_${PN} = " g77-symlinks gfortran-symlinks cvs"
 





More information about the Openembedded-commits mailing list