mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-06-05 02:50:46 +00:00
libxml++-5.0: Make use of gnomebase bbclass
Simplify the recipe a bit and makes ptests pass. Signed-off-by: Khem Raj <raj.khem@gmail.com>
This commit is contained in:
@@ -6,15 +6,14 @@ SECTION = "libs"
|
||||
LICENSE = "LGPL-2.1-or-later"
|
||||
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
|
||||
GNOMEBN = "libxml++"
|
||||
inherit gnomebase ptest
|
||||
|
||||
S = "${WORKDIR}/libxml++-${PV}"
|
||||
|
||||
SRC_URI[archive.sha256sum] = "15c38307a964fa6199f4da6683a599eb7e63cc89198545b36349b87cf9aa0098"
|
||||
|
||||
FILES:${PN}-doc += "${datadir}/devhelp"
|
||||
FILES:${PN}-dev += "${libdir}/libxml++-${SHRT_VER}/include/libxml++config.h"
|
||||
FILES:${PN}-dev += "${libdir}/libxml++-${@gnome_verdir("${PV}")}/include/libxml++config.h"
|
||||
|
||||
Reference in New Issue
Block a user