Signed-off-by: Richard Tollerton <[email protected]> --- recipes-mono/fsharp/fsharp.inc | 19 +------------------ 1 file changed, 1 insertion(+), 18 deletions(-)
diff --git a/recipes-mono/fsharp/fsharp.inc b/recipes-mono/fsharp/fsharp.inc index 25c41b6..f5bdcc1 100644 --- a/recipes-mono/fsharp/fsharp.inc +++ b/recipes-mono/fsharp/fsharp.inc @@ -1,36 +1,19 @@ SUMMARY = "F# programming language" DESCRIPTION = "F# is a strongly-typed, functional-first programming language for writing simple code to solve complex problems." SECTION = "devel/mono" -DEPENDS = "mono" LICENSE = "Apache-2.0" LIC_FILES_CHKSUM = "files://LICENSE;md5=512efb9375da0bd2fee9e2b9352c08af" inherit autotools-brokensep +inherit mono # For some reason the URL template changes from version to version, # therefore use some variables for the directory and extension SRC_URI = "https://github.com/fsharp/fsharp/archive/${PV}.tar.gz" FILES_${PN} += "\ - ${libdir}/mono/*/*.exe \ - ${libdir}/mono/*/*.dll \ - ${libdir}/mono/*/*.config \ ${libdir}/mono/*/*.optdata \ ${libdir}/mono/*/*.sigdata \ - ${libdir}/mono/gac/*/*/*.config \ ${libdir}/mono/gac/*/*/*.optdata \ ${libdir}/mono/gac/*/*/*.sigdata \ " - -FILES_${PN}-dbg += "\ - ${libdir}/mono/gac/*/*/*.mdb \ -" - -FILES_${PN}-dev = "\ - ${libdir}/mono/xbuild/* \ - ${libdir}/mono/xbuild-frameworks/* \ - ${libdir}/mono/Microsoft* \ - ${libdir}/mono/*/*.Targets \ - ${libdir}/mono/*/*.xml \ - ${libdir}/mono/gac/*/*/*.xml \ -" -- 2.4.4 -- _______________________________________________ yocto mailing list [email protected] https://lists.yoctoproject.org/listinfo/yocto
