diff options
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.bb | 26 |
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 @@ | |||
1 | SUMMARY = "Common GNOME build files for C++ bindings" | ||
2 | LICENSE = "GPL-2.0-only" | ||
3 | LIC_FILES_CHKSUM = "file://COPYING;md5=570a9b3749dd0463a1778803b12a6dce" | ||
4 | |||
5 | |||
6 | inherit gnomebase | ||
7 | |||
8 | # All the recipe does is stage python and shell script, some autotools files; nothing is compiled. | ||
9 | inherit allarch | ||
10 | |||
11 | SRC_URI[archive.sha256sum] = "494abfce781418259b1e9d8888c73af4de4b6f3be36cc75d9baa8baa0f2a7a39" | ||
12 | |||
13 | BBCLASSEXTEND = "native nativesdk" | ||
14 | |||
15 | # These files aren't very usefull on target image, package them all in nnPN-dev | ||
16 | FILES:${PN} = "" | ||
17 | |||
18 | FILES:${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 | ||
26 | RDEPENDS:${PN}-dev = "" | ||