Skip to content

Commit

Permalink
Merge pull request #241 from niraami/fix-package-qa-for-mono-4
Browse files Browse the repository at this point in the history
mono: fix RDEPENDS for mono-4.xx
  • Loading branch information
ajlennon authored Oct 17, 2024
2 parents 136fe74 + f970c6f commit 6f85a14
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion recipes-mono/mono/mono-4.xx.inc
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,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=""

0 comments on commit 6f85a14

Please sign in to comment.