diff options
Diffstat (limited to 'meta-oe/recipes-core/glib-2.0/glibmm_2.66.7.bb')
-rw-r--r-- | meta-oe/recipes-core/glib-2.0/glibmm_2.66.7.bb | 30 |
1 files changed, 30 insertions, 0 deletions
diff --git a/meta-oe/recipes-core/glib-2.0/glibmm_2.66.7.bb b/meta-oe/recipes-core/glib-2.0/glibmm_2.66.7.bb new file mode 100644 index 0000000000..7c7a3fafb7 --- /dev/null +++ b/meta-oe/recipes-core/glib-2.0/glibmm_2.66.7.bb | |||
@@ -0,0 +1,30 @@ | |||
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++-2.0 glib-2.0-native" | ||
9 | |||
10 | |||
11 | inherit gnomebase | ||
12 | |||
13 | SHRT_VER = "${@d.getVar('PV').split('.')[0]}.${@d.getVar('PV').split('.')[1]}" | ||
14 | |||
15 | SRC_URI[archive.sha256sum] = "fe02c1e5f5825940d82b56b6ec31a12c06c05c1583cfe62f934d0763e1e542b3" | ||
16 | |||
17 | FILES:${PN} = "${libdir}/lib*.so.*" | ||
18 | FILES:${PN}-dev += "${datadir}/glibmm-* ${libdir}/glibmm-2.4/include/ ${libdir}/glibmm-2.4/proc/ ${libdir}/giomm-2.4/include/" | ||
19 | |||
20 | RDEPENDS:${PN}-dev = "perl" | ||
21 | |||
22 | EXTRA_OEMESON += "--cross-file=${WORKDIR}/meson-${PN}.cross -Dmaintainer-mode=false" | ||
23 | |||
24 | do_write_config:append() { | ||
25 | cat >${WORKDIR}/meson-${PN}.cross <<EOF | ||
26 | [binaries] | ||
27 | m4 = '${bindir_native}/m4' | ||
28 | perl = '${bindir_native}/perl' | ||
29 | EOF | ||
30 | } | ||