aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--recipes-mono/mono/mono-5.2.0.179.inc6
-rw-r--r--recipes-mono/mono/mono-5.xx.inc3
-rw-r--r--recipes-mono/mono/mono-native_5.2.0.179.bb4
-rw-r--r--recipes-mono/mono/mono_5.2.0.179.bb7
4 files changed, 19 insertions, 1 deletions
diff --git a/recipes-mono/mono/mono-5.2.0.179.inc b/recipes-mono/mono/mono-5.2.0.179.inc
new file mode 100644
index 0000000..7831da1
--- /dev/null
+++ b/recipes-mono/mono/mono-5.2.0.179.inc
@@ -0,0 +1,6 @@
+SRC_URI[md5sum] = "20cf325b4571324539123814bddac705"
+SRC_URI[sha256sum] = "b5325302000ae992221e46ad9d5d8393aae92a5db7fbef7993d958805d307257"
+
+S = "${WORKDIR}/mono-${PV}"
+
+EXTRA_OECONF = "--disable-btls"
diff --git a/recipes-mono/mono/mono-5.xx.inc b/recipes-mono/mono/mono-5.xx.inc
index f0ac22b..45d835a 100644
--- a/recipes-mono/mono/mono-5.xx.inc
+++ b/recipes-mono/mono/mono-5.xx.inc
@@ -66,7 +66,7 @@ PACKAGECONFIG ??= "${@bb.utils.contains('DISTRO_FEATURES', 'x11', 'x11', '', d)}
PACKAGES = "${PN}-dbg ${PN}-doc ${PN}-staticdev ${PN}-locale ${PN}-libs ${PN}-dev "
PACKAGES += "${PN}-config ${PN}-binaries ${PN}-libs-core "
PACKAGES += "${PN}-libs-2.0 ${PN}-libs-3.5 ${PN}-libs-4.0 ${PN}-libs-4.5 "
-PACKAGES += "${PN}-api-4.5.1 ${PN}-api-4.5.2 ${PN}-api-4.6 ${PN}-api-4.6.1 ${PN}-api-4.6.2 "
+PACKAGES += "${PN}-api-4.5.1 ${PN}-api-4.5.2 ${PN}-api-4.6 ${PN}-api-4.6.1 ${PN}-api-4.6.2 ${PN}-api-4.7 "
PACKAGES += "${PN}-libs-compat-2.0 ${PN}-gac ${PN}-configuration-crypto "
PACKAGES += "${PN}-libs-monodoc ${PN}-xbuild "
PACKAGES += "${PN}-lldb "
@@ -92,6 +92,7 @@ FILES_${PN}-api-4.5.2 += " ${libdir}/mono/4.5.2-api/*"
FILES_${PN}-api-4.6 += " ${libdir}/mono/4.6-api/*"
FILES_${PN}-api-4.6.1 += " ${libdir}/mono/4.6.1-api/*"
FILES_${PN}-api-4.6.2 += " ${libdir}/mono/4.6.2-api/*"
+FILES_${PN}-api-4.7 += " ${libdir}/mono/4.7-api/*"
RDEPENDS_${PN} =+ "bash"
diff --git a/recipes-mono/mono/mono-native_5.2.0.179.bb b/recipes-mono/mono/mono-native_5.2.0.179.bb
new file mode 100644
index 0000000..72fa593
--- /dev/null
+++ b/recipes-mono/mono/mono-native_5.2.0.179.bb
@@ -0,0 +1,4 @@
+require mono-5.xx.inc
+require mono-mit.inc
+require mono-native-5.xx-base.inc
+require mono-${PV}.inc
diff --git a/recipes-mono/mono/mono_5.2.0.179.bb b/recipes-mono/mono/mono_5.2.0.179.bb
new file mode 100644
index 0000000..82a7a78
--- /dev/null
+++ b/recipes-mono/mono/mono_5.2.0.179.bb
@@ -0,0 +1,7 @@
+require mono-5.xx.inc
+require mono-mit.inc
+require ${PN}-base.inc
+require mono-${PV}.inc
+
+PACKAGES += "${PN}-profiler "
+FILES_${PN}-profiler += " ${datadir}/mono-2.0/mono/profiler/*"