task-native-sdk: really drop libgcc-s-dev (part of gcc now)
authorMarcin Juszkiewicz <hrw@openembedded.org>
Mon, 3 Dec 2007 11:46:32 +0000 (11:46 +0000)
committerMarcin Juszkiewicz <hrw@openembedded.org>
Mon, 3 Dec 2007 11:46:32 +0000 (11:46 +0000)
packages/tasks/task-native-sdk.bb

index d27a855..b840254 100644 (file)
@@ -3,8 +3,8 @@ LICENSE = "MIT"
 DEPENDS = "gcc binutils make patch patchutils diffstat diffutils automake flex bison gawk sed grep"
 RDEPENDS = "gcc-symlinks g++-symlinks binutils-symlinks make libc6-dev \
            flex flex-dev bison gawk sed grep autoconf automake make \
-           patch patchutils diffstat diffutils libgcc-s-dev libstdc++-dev"
-PR = "r1"
+           patch patchutils diffstat diffutils libstdc++-dev"
+PR = "r2"
 
 ALLOW_EMPTY = "1"
 PACKAGES = "${PN}"