diff options
| author | Changqing Li <changqing.li@windriver.com> | 2025-03-12 08:59:52 +0800 |
|---|---|---|
| committer | Khem Raj <raj.khem@gmail.com> | 2025-03-11 19:35:32 -0700 |
| commit | 96dc16a472ccb083f313b841b15cf072b983bd12 (patch) | |
| tree | 5f48ef8260ddb50e85d5613bd64196d3d58c3a2c /meta-oe/recipes-graphics/pango/pangomm-2.48_2.56.1.bb | |
| parent | e5145d224ca704847273ba7416218b9cb35b9919 (diff) | |
| download | meta-openembedded-96dc16a472ccb083f313b841b15cf072b983bd12.tar.gz | |
pangomm-2.48: upgrade 2.52.0 -> 2.56.1
Refer:
https://gitlab.gnome.org/GNOME/pangomm
Signed-off-by: Changqing Li <changqing.li@windriver.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-oe/recipes-graphics/pango/pangomm-2.48_2.56.1.bb')
| -rw-r--r-- | meta-oe/recipes-graphics/pango/pangomm-2.48_2.56.1.bb | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/meta-oe/recipes-graphics/pango/pangomm-2.48_2.56.1.bb b/meta-oe/recipes-graphics/pango/pangomm-2.48_2.56.1.bb new file mode 100644 index 0000000000..896195c57d --- /dev/null +++ b/meta-oe/recipes-graphics/pango/pangomm-2.48_2.56.1.bb | |||
| @@ -0,0 +1,19 @@ | |||
| 1 | SUMMARY = "C++ bindings for the pango library" | ||
| 2 | SECTION = "libs" | ||
| 3 | LICENSE = "LGPL-2.1-only & GPL-2.0-only" | ||
| 4 | LIC_FILES_CHKSUM = "file://COPYING;md5=d8045f3b8f929c1cb29a1e3fd737b499 \ | ||
| 5 | file://COPYING.tools;md5=751419260aa954499f7abaabaa882bbe" | ||
| 6 | |||
| 7 | DEPENDS = "mm-common cairomm-1.16 glibmm-2.68 pango" | ||
| 8 | |||
| 9 | GNOMEBN = "pangomm" | ||
| 10 | inherit gnomebase features_check | ||
| 11 | |||
| 12 | SRC_URI[archive.sha256sum] = "539f5aa60e9bdc6b955bb448e2a62cc14562744df690258040fbb74bf885755d" | ||
| 13 | REQUIRED_DISTRO_FEATURES = "x11" | ||
| 14 | |||
| 15 | S = "${WORKDIR}/${GNOMEBN}-${PV}" | ||
| 16 | |||
| 17 | FILES:${PN} = "${libdir}/lib*.so.*" | ||
| 18 | FILES:${PN}-dev += "${libdir}/*/include/ ${libdir}/pangomm-*/" | ||
| 19 | |||
