git.openpandora.org
/
openembedded.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7341d30
)
task-native-sdk: really drop libgcc-s-dev (part of gcc now)
author
Marcin Juszkiewicz
<hrw@openembedded.org>
Mon, 3 Dec 2007 11:46:32 +0000
(11:46 +0000)
committer
Marcin Juszkiewicz
<hrw@openembedded.org>
Mon, 3 Dec 2007 11:46:32 +0000
(11:46 +0000)
packages/tasks/task-native-sdk.bb
patch
|
blob
|
history
diff --git
a/packages/tasks/task-native-sdk.bb
b/packages/tasks/task-native-sdk.bb
index
d27a855
..
b840254
100644
(file)
--- a/
packages/tasks/task-native-sdk.bb
+++ b/
packages/tasks/task-native-sdk.bb
@@
-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 lib
gcc-s-dev lib
stdc++-dev"
-PR = "r
1
"
+ patch patchutils diffstat diffutils libstdc++-dev"
+PR = "r
2
"
ALLOW_EMPTY = "1"
PACKAGES = "${PN}"