diff options
| author | Khem Raj <raj.khem@gmail.com> | 2022-02-20 21:25:53 -0800 |
|---|---|---|
| committer | Khem Raj <raj.khem@gmail.com> | 2022-02-21 18:12:04 -0800 |
| commit | 9d5081e52472c8ca73edc0dec799138216046208 (patch) | |
| tree | 00e6e3bf9549ab076d1a3bc8da3d3b847c496ae7 | |
| parent | 18799992ef406d7a2006d4aaaaee070c30d1402f (diff) | |
| download | meta-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.bb | 20 |
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 @@ | |||
| 1 | SUMMARY = "C++ wrapper for libxml library" | ||
| 2 | DESCRIPTION = "C++ wrapper for libxml library" | ||
| 3 | HOMEPAGE = "http://libxmlplusplus.sourceforge.net" | ||
| 4 | BUGTRACKER = "http://bugzilla.gnome.org/buglist.cgi?product=libxml%2B%2B" | ||
| 5 | SECTION = "libs" | ||
| 6 | LICENSE = "LGPL-2.1+" | ||
| 7 | LIC_FILES_CHKSUM = "file://COPYING;md5=7fbc338309ac38fefcd64b04bb903e34 " | ||
| 8 | |||
| 9 | SHRT_VER = "${@d.getVar('PV').split('.')[0]}.${@d.getVar('PV').split('.')[1]}" | ||
| 10 | SRC_URI = "${GNOME_MIRROR}/libxml++/${SHRT_VER}/libxml++-${PV}.tar.xz \ | ||
| 11 | " | ||
| 12 | SRC_URI[sha256sum] = "15c38307a964fa6199f4da6683a599eb7e63cc89198545b36349b87cf9aa0098" | ||
| 13 | |||
| 14 | S = "${WORKDIR}/libxml++-${PV}" | ||
| 15 | DEPENDS = "libxml2 glibmm" | ||
| 16 | |||
| 17 | inherit meson pkgconfig ptest | ||
| 18 | |||
| 19 | FILES:${PN}-doc += "${datadir}/devhelp" | ||
| 20 | FILES:${PN}-dev += "${libdir}/libxml++-${SHRT_VER}/include/libxml++config.h" | ||
