aboutsummaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-graphics
diff options
context:
space:
mode:
authorAndreas Müller <schnitzeltony@gmail.com>2021-06-09 08:38:25 +0200
committerKhem Raj <raj.khem@gmail.com>2021-06-09 08:49:21 -0700
commita3fbdbb497a5d09b86dae19c63297eaa38e18ba2 (patch)
tree7c6e98a853d5461735e7170a86d52633fc39caa8 /meta-oe/recipes-graphics
parenta63447ec9d4a0e0698d970bc2b21794b965da065 (diff)
downloadmeta-openembedded-a3fbdbb497a5d09b86dae19c63297eaa38e18ba2.tar.gz
pangomm: upgrade 2.42.1 -> 2.46.1 / build with meson
2.46.1 is the version GNOME 40.2 release suggests. There are 2.48 versions but these are for mm-bindings compatible with gtk4. Signed-off-by: Andreas Müller <schnitzeltony@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-oe/recipes-graphics')
-rw-r--r--meta-oe/recipes-graphics/pango/pangomm_2.46.1.bb (renamed from meta-oe/recipes-graphics/pango/pangomm_2.42.1.bb)10
1 files changed, 3 insertions, 7 deletions
diff --git a/meta-oe/recipes-graphics/pango/pangomm_2.42.1.bb b/meta-oe/recipes-graphics/pango/pangomm_2.46.1.bb
index 57d9ff9827..f7e126e95b 100644
--- a/meta-oe/recipes-graphics/pango/pangomm_2.42.1.bb
+++ b/meta-oe/recipes-graphics/pango/pangomm_2.46.1.bb
@@ -6,18 +6,14 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=d8045f3b8f929c1cb29a1e3fd737b499 \
DEPENDS = "mm-common cairomm glibmm pango"
-SHRT_VER = "${@d.getVar('PV').split('.')[0]}.${@d.getVar('PV').split('.')[1]}"
+GNOMEBASEBUILDCLASS = "meson"
-SRC_URI = "http://ftp.gnome.org/pub/GNOME/sources/pangomm/${SHRT_VER}/pangomm-${PV}.tar.xz"
-SRC_URI[md5sum] = "339c48dd92ebd3a9911b231708f7a819"
-SRC_URI[sha256sum] = "14bf04939930870d5cfa96860ed953ad2ce07c3fd8713add4a1bfe585589f40f"
+inherit gnomebase features_check
-inherit features_check autotools pkgconfig
+SRC_URI[archive.sha256sum] = "c885013fe61a4c5117fda395770d507563411c63e49f4a3aced4c9efe34d9975"
REQUIRED_DISTRO_FEATURES = "x11"
-EXTRA_OECONF = " --disable-documentation "
-
FILES_${PN} = "${libdir}/lib*.so.*"
FILES_${PN}-dev += "${libdir}/*/include/ ${libdir}/pangomm-*/"