aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--recipes-mono/mono/mono-5.4.0.56.inc6
-rw-r--r--recipes-mono/mono/mono-native_5.4.0.56.bb4
-rw-r--r--recipes-mono/mono/mono_5.4.0.56.bb7
3 files changed, 17 insertions, 0 deletions
diff --git a/recipes-mono/mono/mono-5.4.0.56.inc b/recipes-mono/mono/mono-5.4.0.56.inc
new file mode 100644
index 0000000..a15b8ce
--- /dev/null
+++ b/recipes-mono/mono/mono-5.4.0.56.inc
@@ -0,0 +1,6 @@
+SRC_URI[md5sum] = "bc7e9f2cee44cbdcf87e4c18ce73ee34"
+SRC_URI[sha256sum] = "f3e2c071e1bd5336b529a9e2a24d3bf348b7f54dcb7e6bee9a22d8abe42fce47"
+
+S = "${WORKDIR}/mono-${PV}"
+
+EXTRA_OECONF = "--disable-btls"
diff --git a/recipes-mono/mono/mono-native_5.4.0.56.bb b/recipes-mono/mono/mono-native_5.4.0.56.bb
new file mode 100644
index 0000000..72fa593
--- /dev/null
+++ b/recipes-mono/mono/mono-native_5.4.0.56.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.4.0.56.bb b/recipes-mono/mono/mono_5.4.0.56.bb
new file mode 100644
index 0000000..82a7a78
--- /dev/null
+++ b/recipes-mono/mono/mono_5.4.0.56.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/*"