diff options
| -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" | ||
