[Bug 4846] New: bitbake pulls external-toolchain as a dependency when using proxy-libintl in minimal-uclibc.conf
bugzilla-daemon at amethyst.openembedded.net
bugzilla-daemon at amethyst.openembedded.net
Mon Nov 17 14:21:54 CET 2008
http://bugs.openembedded.net/show_bug.cgi?id=4846
Summary: bitbake pulls external-toolchain as a dependency when
using proxy-libintl in minimal-uclibc.conf
Classification: Unclassified
Product: Openembedded
Version: unspecified
Platform: Other
OS/Version: other
Status: UNCONFIRMED
Severity: minor
Priority: P3
Component: org.openembedded.dev
AssignedTo: openembedded-issues at lists.openembedded.org
ReportedBy: milan.plzik at gmail.com
CC: heinold at inf.fu-berlin.de
Line
PREFERRED_PROVIDER_virtual/libintl ?= proxy-libintl
in minimal-uclibc.conf causes bitbake to pull external-toolchain as a
dependency, although local configuration should use gcc-cross. This is caused
by having
PREFERRED_PROVIDER_virtual/libintl = "glibc"
in minimal.conf, which gets included into minimal-uclibc.conf. Proposed fix is
to either to change "?=" to "=" in minimal-uclibc.conf (tested and works
correctly), or add question mark to minimal.conf (untested).
--
Configure bugmail: http://bugs.openembedded.net/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.
More information about the Openembedded-issues
mailing list