aboutsummaryrefslogtreecommitdiffstats
path: root/recipes-mono
diff options
context:
space:
mode:
Diffstat (limited to 'recipes-mono')
-rw-r--r--recipes-mono/mono/mono-5.8.0.129.inc4
-rw-r--r--recipes-mono/mono/mono-native_5.8.0.129.bb6
-rw-r--r--recipes-mono/mono/mono_5.8.0.129.bb7
3 files changed, 17 insertions, 0 deletions
diff --git a/recipes-mono/mono/mono-5.8.0.129.inc b/recipes-mono/mono/mono-5.8.0.129.inc
new file mode 100644
index 0000000..198458f
--- /dev/null
+++ b/recipes-mono/mono/mono-5.8.0.129.inc
@@ -0,0 +1,4 @@
+SRC_URI[md5sum] = "07f653ae3994b692a3e13f6010beb7d5"
+SRC_URI[sha256sum] = "c9c6a53a498fd1c28f901f797f9f6706b961b262d2eebd2ce41f004b0173e35f"
+
+S = "${WORKDIR}/mono-${PV}"
diff --git a/recipes-mono/mono/mono-native_5.8.0.129.bb b/recipes-mono/mono/mono-native_5.8.0.129.bb
new file mode 100644
index 0000000..f372fe5
--- /dev/null
+++ b/recipes-mono/mono/mono-native_5.8.0.129.bb
@@ -0,0 +1,6 @@
+require mono-5.xx.inc
+require mono-mit.inc
+require mono-native-5.xx-base.inc
+require mono-${PV}.inc
+
+DEPENDS += " cmake-native"
diff --git a/recipes-mono/mono/mono_5.8.0.129.bb b/recipes-mono/mono/mono_5.8.0.129.bb
new file mode 100644
index 0000000..82a7a78
--- /dev/null
+++ b/recipes-mono/mono/mono_5.8.0.129.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/*"