* [PATCH] libgcc: Add missing dependency on libc:do_package
@ 2012-07-23 14:53 Richard Purdie
0 siblings, 0 replies; only message in thread
From: Richard Purdie @ 2012-07-23 14:53 UTC (permalink / raw)
To: openembedded-core
do_package writes out shlibs data and libgcc can depend on the values
there. We therefore need to express the depdency so that sstate can account
for it for example.
Without this a version change in eglibc can "psersist" in the sstate cache
and corrupt builds.
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
---
diff --git a/meta/recipes-devtools/gcc/libgcc_4.7.bb b/meta/recipes-devtools/gcc/libgcc_4.7.bb
index 55aa03c..c796253 100644
--- a/meta/recipes-devtools/gcc/libgcc_4.7.bb
+++ b/meta/recipes-devtools/gcc/libgcc_4.7.bb
@@ -64,6 +64,7 @@ do_install () {
rm -rf ${D}${libdir}/${TARGET_SYS}/${BINV}/include
}
+do_package[depends] += "virtual/${MLPREFIX}libc:do_package"
do_package_write_ipk[depends] += "virtual/${MLPREFIX}libc:do_package"
do_package_write_deb[depends] += "virtual/${MLPREFIX}libc:do_package"
do_package_write_rpm[depends] += "virtual/${MLPREFIX}libc:do_package"
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2012-07-23 15:05 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-07-23 14:53 [PATCH] libgcc: Add missing dependency on libc:do_package Richard Purdie
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox