task-sdk-native: inherit task, drop DEPENDS
authorChris Larson <chris_larson@mentor.com>
Mon, 15 Nov 2010 15:11:11 +0000 (08:11 -0700)
committerChris Larson <chris_larson@mentor.com>
Mon, 15 Nov 2010 16:27:52 +0000 (09:27 -0700)
Signed-off-by: Chris Larson <chris_larson@mentor.com>
recipes/tasks/task-sdk-native.bb
recipes/tasks/task-sdk-native.inc

index 539b0e5..9a826cd 100644 (file)
@@ -1,8 +1,3 @@
 require task-sdk-native.inc
 
-RPROVIDES_${PN} = "task-native-sdk"
-
 PR = "${INC_PR}.1"
-
-ALLOW_EMPTY = "1"
-PACKAGES = "${PN}"
index 5d0f9a2..9a578ee 100644 (file)
@@ -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"
-