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:
50492ad
)
task-sdk-bare: For 'GLIBC_PKGS' depend on virtual-libc-dev not glibc-dev
author
Tom Rini
<trini@embeddedalley.com>
Wed, 4 Feb 2009 07:07:47 +0000
(
02:07
-0500)
committer
Tom Rini
<trini@embeddedalley.com>
Wed, 4 Feb 2009 07:07:47 +0000
(
02:07
-0500)
eglibc and glibc can both provide 'glibc-dev' and I don't see anything
eglibc stuff is missing as to why bitbake wants to pull in both glibc and
eglibc to fulfill glibc-dev. So we switch to the virtual that both are
already providing.
packages/tasks/task-sdk-bare.bb
patch
|
blob
|
history
diff --git
a/packages/tasks/task-sdk-bare.bb
b/packages/tasks/task-sdk-bare.bb
index
ab338e6
..
85d3626
100644
(file)
--- a/
packages/tasks/task-sdk-bare.bb
+++ b/
packages/tasks/task-sdk-bare.bb
@@
-8,7
+8,7
@@
PACKAGES = "${PN}"
GLIBC_PKGS = "\
glibc \
glibc-dbg \
-
g
libc-dev \
+
virtual-
libc-dev \
glibc-utils \
libsegfault \
glibc-thread-db \