Openembedded Core Discussions
 help / color / mirror / Atom feed
* [PATCH 1/2] gcc-cross-canadian: add missing runtime dependencies
@ 2019-08-09 11:15 Alexander Kanavin
  2019-08-09 11:15 ` [PATCH 2/2] insane.bbclass: in file-rdeps do not look into RDEPENDS recursively Alexander Kanavin
  2019-08-09 11:36 ` [PATCH 1/2] gcc-cross-canadian: add missing runtime dependencies Adrian Bunk
  0 siblings, 2 replies; 4+ messages in thread
From: Alexander Kanavin @ 2019-08-09 11:15 UTC (permalink / raw)
  To: openembedded-core

The recipe is special in that it does not auto-detect them
at packaging step (via EXCLUDE_FROM_SHLIBS). With the recursive
RDEPENDS qa check gone they need to be listed explicitly.

Signed-off-by: Alexander Kanavin <alex.kanavin@gmail.com>
---
 meta/recipes-devtools/gcc/gcc-cross-canadian.inc | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/meta/recipes-devtools/gcc/gcc-cross-canadian.inc b/meta/recipes-devtools/gcc/gcc-cross-canadian.inc
index 807e47e0ee2..0e626172b5f 100644
--- a/meta/recipes-devtools/gcc/gcc-cross-canadian.inc
+++ b/meta/recipes-devtools/gcc/gcc-cross-canadian.inc
@@ -152,7 +152,8 @@ do_install () {
 
 ELFUTILS = "nativesdk-elfutils"
 DEPENDS += "nativesdk-gmp nativesdk-mpfr nativesdk-libmpc ${ELFUTILS} nativesdk-zlib"
-RDEPENDS_${PN} += "nativesdk-mpfr nativesdk-libmpc ${ELFUTILS}"
+RDEPENDS_${PN} += "nativesdk-mpfr nativesdk-libmpc ${ELFUTILS} nativesdk-glibc nativesdk-libgcc nativesdk-libstdc++ nativesdk-zlib nativesdk-gmp"
+RDEPENDS_${PN}_remove_sdkmingw32 = "nativesdk-glibc"
 
 SYSTEMHEADERS = "${target_includedir}/"
 SYSTEMLIBS = "${target_base_libdir}/"
-- 
2.17.1



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

end of thread, other threads:[~2019-08-09 11:40 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2019-08-09 11:15 [PATCH 1/2] gcc-cross-canadian: add missing runtime dependencies Alexander Kanavin
2019-08-09 11:15 ` [PATCH 2/2] insane.bbclass: in file-rdeps do not look into RDEPENDS recursively Alexander Kanavin
2019-08-09 11:36 ` [PATCH 1/2] gcc-cross-canadian: add missing runtime dependencies Adrian Bunk
2019-08-09 11:39   ` Alexander Kanavin

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