aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--recipes-mono/mono/mono-5.10.1.47.inc4
-rw-r--r--recipes-mono/mono/mono-mit-bsd.inc3
-rw-r--r--recipes-mono/mono/mono-native_5.10.1.47.bb6
-rw-r--r--recipes-mono/mono/mono_5.10.1.47.bb7
4 files changed, 20 insertions, 0 deletions
diff --git a/recipes-mono/mono/mono-5.10.1.47.inc b/recipes-mono/mono/mono-5.10.1.47.inc
new file mode 100644
index 0000000..d73c030
--- /dev/null
+++ b/recipes-mono/mono/mono-5.10.1.47.inc
@@ -0,0 +1,4 @@
+SRC_URI[md5sum] = "9a9676a545905d83a74449f057582ad3"
+SRC_URI[sha256sum] = "90c237b5288f95f6fdab4ace1e36ab64a6369e2c9fddd462d604fd788e2545da"
+
+S = "${WORKDIR}/mono-${PV}"
diff --git a/recipes-mono/mono/mono-mit-bsd.inc b/recipes-mono/mono/mono-mit-bsd.inc
new file mode 100644
index 0000000..1b2635c
--- /dev/null
+++ b/recipes-mono/mono/mono-mit-bsd.inc
@@ -0,0 +1,3 @@
+LICENSE = "MIT"
+LIC_FILES_CHKSUM = "file://LICENSE;md5=948a03802c8d5b9ba7bf61b539e1fdc7"
+
diff --git a/recipes-mono/mono/mono-native_5.10.1.47.bb b/recipes-mono/mono/mono-native_5.10.1.47.bb
new file mode 100644
index 0000000..35f7250
--- /dev/null
+++ b/recipes-mono/mono/mono-native_5.10.1.47.bb
@@ -0,0 +1,6 @@
+require mono-5.xx.inc
+require mono-mit-bsd.inc
+require mono-native-5.xx-base.inc
+require mono-${PV}.inc
+
+DEPENDS += " cmake-native"
diff --git a/recipes-mono/mono/mono_5.10.1.47.bb b/recipes-mono/mono/mono_5.10.1.47.bb
new file mode 100644
index 0000000..62cf853
--- /dev/null
+++ b/recipes-mono/mono/mono_5.10.1.47.bb
@@ -0,0 +1,7 @@
+require mono-5.xx.inc
+require mono-mit-bsd.inc
+require ${PN}-base.inc
+require mono-${PV}.inc
+
+PACKAGES += "${PN}-profiler "
+FILES_${PN}-profiler += " ${datadir}/mono-2.0/mono/profiler/*"