*.Pdb and *.Mdb files were not found in the install so they are not added to FILES.
Signed-off-by: Richard Tollerton <[email protected]> --- recipes-mono/mono-basic/mono-basic-4.xx.inc | 13 +------------ 1 file changed, 1 insertion(+), 12 deletions(-) diff --git a/recipes-mono/mono-basic/mono-basic-4.xx.inc b/recipes-mono/mono-basic/mono-basic-4.xx.inc index 8b0a11e..cac0fb1 100644 --- a/recipes-mono/mono-basic/mono-basic-4.xx.inc +++ b/recipes-mono/mono-basic/mono-basic-4.xx.inc @@ -6,21 +6,10 @@ LICENSE = "LGPLv2" LIC_FILES_CHKSUM = "file://LICENSE;md5=d8c5dc22eb6f25667cf8d96f603635e7" inherit autotools +inherit mono SRC_URI = "https://github.com/mono/mono-basic/archive/${PV}.tar.gz" -FILES_${PN} += " \ - ${libdir}/mono/*/* \ - ${libdir}/mono/gac/*/*/*.dll \ -" - -FILES_${PN}-dbg += " \ - ${libdir}/mono/*/*.mdb \ - ${libdir}/mono/*/*.Pdb \ - ${libdir}/mono/*/*.Mdb \ - ${libdir}/mono/*/*/*/*.mdb \ -" - do_compile_prepend() { sed -e "s|\$(prefix)|${STAGING_DIR_NATIVE}/usr|" -i build/profiles/net_4_0.make sed -e "s|\$(prefix)|${STAGING_DIR_NATIVE}/usr|" -i build/profiles/net_4_5.make -- 2.4.4 -- _______________________________________________ yocto mailing list [email protected] https://lists.yoctoproject.org/listinfo/yocto
