From f970c6f0d6f94a1f30c001ac3f920d4677f22328 Mon Sep 17 00:00:00 2001 From: niraami Date: Thu, 17 Oct 2024 13:48:22 +0200 Subject: [PATCH] mono: fix RDEPENDS for mono-4.xx --- recipes-mono/mono/mono-4.xx.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/recipes-mono/mono/mono-4.xx.inc b/recipes-mono/mono/mono-4.xx.inc index db04c016..37823224 100644 --- a/recipes-mono/mono/mono-4.xx.inc +++ b/recipes-mono/mono/mono-4.xx.inc @@ -90,7 +90,7 @@ FILES:${PN}-doc += " ${datadir}/libgc-mono/*" FILES:${PN}-dbg += " ${datadir}/mono-2.0/mono/cil/cil-opcodes.xml ${libdir}/mono/*/*.mdb ${libdir}/mono/gac/*/*/*.mdb" FILES:${PN}-staticdev += " ${libdir}/*.a" -RDEPENDS:${PN} =+ "bash" +RDEPENDS:${PN}-dev =+ "bash" # Workaround for observed race in `make install` PARALLEL_MAKEINST=""