diff options
Diffstat (limited to 'meta-oe/recipes-core/glib-2.0/glibmm-2.68_2.80.0.bb')
-rw-r--r-- | meta-oe/recipes-core/glib-2.0/glibmm-2.68_2.80.0.bb | 32 |
1 files changed, 32 insertions, 0 deletions
diff --git a/meta-oe/recipes-core/glib-2.0/glibmm-2.68_2.80.0.bb b/meta-oe/recipes-core/glib-2.0/glibmm-2.68_2.80.0.bb new file mode 100644 index 0000000000..48a1a2a624 --- /dev/null +++ b/meta-oe/recipes-core/glib-2.0/glibmm-2.68_2.80.0.bb | |||
@@ -0,0 +1,32 @@ | |||
1 | SUMMARY = "C++ bindings for the glib library" | ||
2 | HOMEPAGE = "http://www.gtkmm.org/" | ||
3 | SECTION = "libs" | ||
4 | LICENSE = "LGPL-2.1-only & GPL-2.0-only" | ||
5 | LIC_FILES_CHKSUM = "file://COPYING;md5=42dfffebc56fec7527aac53b7a89d1d8 \ | ||
6 | file://COPYING.tools;md5=751419260aa954499f7abaabaa882bbe" | ||
7 | |||
8 | DEPENDS = "mm-common glib-2.0 libsigc++-3 glib-2.0-native" | ||
9 | |||
10 | GNOMEBN = "glibmm" | ||
11 | inherit gnomebase | ||
12 | |||
13 | SHRT_VER = "${@d.getVar('PV').split('.')[0]}.${@d.getVar('PV').split('.')[1]}" | ||
14 | |||
15 | SRC_URI[archive.sha256sum] = "539b0a29e15a96676c4f0594541250566c5ca44da5d4d87a3732fa2d07909e4a" | ||
16 | |||
17 | S = "${UNPACKDIR}/${GNOMEBN}-${PV}" | ||
18 | |||
19 | FILES:${PN} = "${libdir}/lib*.so.*" | ||
20 | FILES:${PN}-dev += "${datadir}/glibmm-* ${libdir}/${BPN}/include/ ${libdir}/${BPN}/proc/ ${libdir}/giomm-2.68/include/" | ||
21 | |||
22 | RDEPENDS:${PN}-dev = "perl" | ||
23 | |||
24 | EXTRA_OEMESON += "--cross-file=${WORKDIR}/meson-${PN}.cross -Dmaintainer-mode=false" | ||
25 | |||
26 | do_write_config:append() { | ||
27 | cat >${WORKDIR}/meson-${PN}.cross <<EOF | ||
28 | [binaries] | ||
29 | m4 = '${bindir}/m4' | ||
30 | perl = '${bindir}/perl' | ||
31 | EOF | ||
32 | } | ||