summaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-core/mm-common/mm-common_1.0.7.bb
diff options
context:
space:
mode:
Diffstat (limited to 'meta-oe/recipes-core/mm-common/mm-common_1.0.7.bb')
-rw-r--r--meta-oe/recipes-core/mm-common/mm-common_1.0.7.bb26
1 files changed, 26 insertions, 0 deletions
diff --git a/meta-oe/recipes-core/mm-common/mm-common_1.0.7.bb b/meta-oe/recipes-core/mm-common/mm-common_1.0.7.bb
new file mode 100644
index 0000000000..cb1b710954
--- /dev/null
+++ b/meta-oe/recipes-core/mm-common/mm-common_1.0.7.bb
@@ -0,0 +1,26 @@
1SUMMARY = "Common GNOME build files for C++ bindings"
2LICENSE = "GPL-2.0-only"
3LIC_FILES_CHKSUM = "file://COPYING;md5=570a9b3749dd0463a1778803b12a6dce"
4
5
6inherit gnomebase
7
8# All the recipe does is stage python and shell script, some autotools files; nothing is compiled.
9inherit allarch
10
11SRC_URI[archive.sha256sum] = "494abfce781418259b1e9d8888c73af4de4b6f3be36cc75d9baa8baa0f2a7a39"
12
13BBCLASSEXTEND = "native nativesdk"
14
15# These files aren't very usefull on target image, package them all in nnPN-dev
16FILES:${PN} = ""
17
18FILES:${PN}-dev += " \
19 ${datadir}/${BPN}/build \
20 ${datadir}/${BPN}/doctags \
21 ${datadir}/${BPN}/doctool \
22 ${bindir}/mm-common-get \
23 ${bindir}/mm-common-prepare \
24"
25# ${PN} package is empty, remove the default dependency on it
26RDEPENDS:${PN}-dev = ""