diff options
author | Tom Rini <trini@embeddedalley.com> | 2009-02-04 02:07:47 -0500 |
---|---|---|
committer | Tom Rini <trini@embeddedalley.com> | 2009-02-04 02:07:47 -0500 |
commit | 86fa85214116ee004ee4b6aab23a6e5ae311f28b (patch) | |
tree | 6760bca96a1723b078336f3045d2ecf2d0407f7d /packages/tasks | |
parent | 50492ad591594288603131b23c3bbcc4c425da86 (diff) |
task-sdk-bare: For 'GLIBC_PKGS' depend on virtual-libc-dev not glibc-dev
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.
Diffstat (limited to 'packages/tasks')
-rw-r--r-- | packages/tasks/task-sdk-bare.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/tasks/task-sdk-bare.bb b/packages/tasks/task-sdk-bare.bb index ab338e6301..85d362612f 100644 --- 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 \ - glibc-dev \ + virtual-libc-dev \ glibc-utils \ libsegfault \ glibc-thread-db \ |