public inbox for openembedded-core@lists.openembedded.org
 help / color / mirror / Atom feed
* [PATCH] tclibc-eglibc: use glibc-thread-db as eglibc-thread-db does not exist(?)
@ 2013-02-12 14:25 Marcin Juszkiewicz
  2013-02-12 16:30 ` Richard Purdie
  0 siblings, 1 reply; 3+ messages in thread
From: Marcin Juszkiewicz @ 2013-02-12 14:25 UTC (permalink / raw)
  To: openembedded-core

| Collected errors:
|  * satisfy_dependencies_for: Cannot satisfy the following dependencies for packagegroup-core-standalone-hhvm-sdk-target:
|  *    eglibc-thread-db *

eglibc-thread-db is listed in LIBC_DEPENDENCIES and used by SDK. Package
ends as "libthread-db1" and provides glibc-thread-db.

Signed-off-by: Marcin Juszkiewicz <marcin.juszkiewicz@linaro.org>
---
 meta/conf/distro/include/tclibc-eglibc.inc | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/meta/conf/distro/include/tclibc-eglibc.inc b/meta/conf/distro/include/tclibc-eglibc.inc
index 15f5ee5..88bfd40 100644
--- a/meta/conf/distro/include/tclibc-eglibc.inc
+++ b/meta/conf/distro/include/tclibc-eglibc.inc
@@ -23,7 +23,7 @@ LIBC_DEPENDENCIES = "libsegfault \
 		     eglibc-dbg \
 		     eglibc-dev \
 		     eglibc-utils \
-		     eglibc-thread-db \
+		     glibc-thread-db \
 		     ${@get_libc_locales_dependencies(d)}"
 
 LIBC_LOCALE_DEPENDENCIES = "\
-- 
1.8.1.2




^ permalink raw reply related	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2013-02-12 17:11 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-02-12 14:25 [PATCH] tclibc-eglibc: use glibc-thread-db as eglibc-thread-db does not exist(?) Marcin Juszkiewicz
2013-02-12 16:30 ` Richard Purdie
2013-02-12 16:54   ` Marcin Juszkiewicz

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox