From 9d5081e52472c8ca73edc0dec799138216046208 Mon Sep 17 00:00:00 2001 From: Khem Raj Date: Sun, 20 Feb 2022 21:25:53 -0800 Subject: libxml++-5.0: Add recipe for libxml++ 5.0 This is not ABI compatible with older version which is still used by many packages so add it such that it can live alongside Signed-off-by: Khem Raj --- meta-oe/recipes-core/libxml/libxml++-5.0_5.0.1.bb | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 meta-oe/recipes-core/libxml/libxml++-5.0_5.0.1.bb diff --git a/meta-oe/recipes-core/libxml/libxml++-5.0_5.0.1.bb b/meta-oe/recipes-core/libxml/libxml++-5.0_5.0.1.bb new file mode 100644 index 0000000000..9c3b3e9ad8 --- /dev/null +++ b/meta-oe/recipes-core/libxml/libxml++-5.0_5.0.1.bb @@ -0,0 +1,20 @@ +SUMMARY = "C++ wrapper for libxml library" +DESCRIPTION = "C++ wrapper for libxml library" +HOMEPAGE = "http://libxmlplusplus.sourceforge.net" +BUGTRACKER = "http://bugzilla.gnome.org/buglist.cgi?product=libxml%2B%2B" +SECTION = "libs" +LICENSE = "LGPL-2.1+" +LIC_FILES_CHKSUM = "file://COPYING;md5=7fbc338309ac38fefcd64b04bb903e34 " + +SHRT_VER = "${@d.getVar('PV').split('.')[0]}.${@d.getVar('PV').split('.')[1]}" +SRC_URI = "${GNOME_MIRROR}/libxml++/${SHRT_VER}/libxml++-${PV}.tar.xz \ +" +SRC_URI[sha256sum] = "15c38307a964fa6199f4da6683a599eb7e63cc89198545b36349b87cf9aa0098" + +S = "${WORKDIR}/libxml++-${PV}" +DEPENDS = "libxml2 glibmm" + +inherit meson pkgconfig ptest + +FILES:${PN}-doc += "${datadir}/devhelp" +FILES:${PN}-dev += "${libdir}/libxml++-${SHRT_VER}/include/libxml++config.h" -- cgit v1.2.3-54-g00ecf