task-sdk-bare: For 'GLIBC_PKGS' depend on virtual-libc-dev not glibc-dev
authorTom Rini <trini@embeddedalley.com>
Wed, 4 Feb 2009 07:07:47 +0000 (02:07 -0500)
committerTom 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

index ab338e6..85d3626 100644 (file)
@@ -8,7 +8,7 @@ PACKAGES = "${PN}"
 GLIBC_PKGS = "\
     glibc \
     glibc-dbg \
-    glibc-dev \
+    virtual-libc-dev \
     glibc-utils \
     libsegfault \
     glibc-thread-db \