summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKhem Raj <raj.khem@gmail.com>2022-02-20 21:25:53 -0800
committerKhem Raj <raj.khem@gmail.com>2022-02-21 18:12:04 -0800
commit9d5081e52472c8ca73edc0dec799138216046208 (patch)
tree00e6e3bf9549ab076d1a3bc8da3d3b847c496ae7
parent18799992ef406d7a2006d4aaaaee070c30d1402f (diff)
downloadmeta-openembedded-9d5081e52472c8ca73edc0dec799138216046208.tar.gz
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 <raj.khem@gmail.com>
-rw-r--r--meta-oe/recipes-core/libxml/libxml++-5.0_5.0.1.bb20
1 files changed, 20 insertions, 0 deletions
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 @@
1SUMMARY = "C++ wrapper for libxml library"
2DESCRIPTION = "C++ wrapper for libxml library"
3HOMEPAGE = "http://libxmlplusplus.sourceforge.net"
4BUGTRACKER = "http://bugzilla.gnome.org/buglist.cgi?product=libxml%2B%2B"
5SECTION = "libs"
6LICENSE = "LGPL-2.1+"
7LIC_FILES_CHKSUM = "file://COPYING;md5=7fbc338309ac38fefcd64b04bb903e34 "
8
9SHRT_VER = "${@d.getVar('PV').split('.')[0]}.${@d.getVar('PV').split('.')[1]}"
10SRC_URI = "${GNOME_MIRROR}/libxml++/${SHRT_VER}/libxml++-${PV}.tar.xz \
11"
12SRC_URI[sha256sum] = "15c38307a964fa6199f4da6683a599eb7e63cc89198545b36349b87cf9aa0098"
13
14S = "${WORKDIR}/libxml++-${PV}"
15DEPENDS = "libxml2 glibmm"
16
17inherit meson pkgconfig ptest
18
19FILES:${PN}-doc += "${datadir}/devhelp"
20FILES:${PN}-dev += "${libdir}/libxml++-${SHRT_VER}/include/libxml++config.h"