[oe-commits] Chris Larson : task-sdk-native: inherit task, drop DEPENDS

git version control git at git.openembedded.org
Mon Nov 15 16:34:26 UTC 2010


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

Author: Chris Larson <chris_larson at mentor.com>
Date:   Mon Nov 15 08:11:11 2010 -0700

task-sdk-native: inherit task, drop DEPENDS

Signed-off-by: Chris Larson <chris_larson at mentor.com>

---

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

diff --git a/recipes/tasks/task-sdk-native.bb b/recipes/tasks/task-sdk-native.bb
index 539b0e5..9a826cd 100644
--- a/recipes/tasks/task-sdk-native.bb
+++ b/recipes/tasks/task-sdk-native.bb
@@ -1,8 +1,3 @@
 require task-sdk-native.inc
 
-RPROVIDES_${PN} = "task-native-sdk"
-
 PR = "${INC_PR}.1"
-
-ALLOW_EMPTY = "1"
-PACKAGES = "${PN}"
diff --git a/recipes/tasks/task-sdk-native.inc b/recipes/tasks/task-sdk-native.inc
index 5d0f9a2..9a578ee 100644
--- a/recipes/tasks/task-sdk-native.inc
+++ b/recipes/tasks/task-sdk-native.inc
@@ -1,8 +1,9 @@
 DESCRIPTION = "Packages required for native (on-device) SDK"
 LICENSE = "MIT"
-INC_PR = "r11"
+INC_PR = "r12"
+
+inherit task
 
-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 \
 	    make virtual-libc-dev \
 	    task-proper-tools perl-modules flex flex-dev bison gawk sed grep autoconf automake make \
@@ -10,4 +11,3 @@ RDEPENDS_${PN} = "gcc-symlinks g++-symlinks cpp cpp-symlinks binutils-symlinks \
             libtool libtool-dev libltdl-dev pkgconfig"
 
 RRECOMMENDS_${PN} = " g77-symlinks gfortran-symlinks cvs"
-





More information about the Openembedded-commits mailing list