From a36cc5f0e9b8f3a652ce769401f76ee637886a16 Mon Sep 17 00:00:00 2001 From: Matt Porter Date: Tue, 19 Jun 2018 16:50:39 -0400 Subject: libvcard: add recipe * Build tested for qemux86-64. Signed-off-by: Matt Porter Signed-off-by: Martin Jansa --- recipes-connectivity/libvcard/libvcard_git.bb | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 recipes-connectivity/libvcard/libvcard_git.bb (limited to 'recipes-connectivity/libvcard') diff --git a/recipes-connectivity/libvcard/libvcard_git.bb b/recipes-connectivity/libvcard/libvcard_git.bb new file mode 100644 index 00000000..58189ede --- /dev/null +++ b/recipes-connectivity/libvcard/libvcard_git.bb @@ -0,0 +1,15 @@ +DESCRIPTION = "Qt vCard library" +SECTION = "libs" +LICENSE = "BSD-3-Clause" +LIC_FILES_CHKSUM = "file://LICENSE;md5=f94eaed54ffa1718d593504bae740faf" + +DEPENDS += "qtbase" + +SRCREV = "4250e2468552ea01954244a2d9cd5d2b44b00042" +SRC_URI = "git://github.com/pol51/libvcard.git;protocol=https" + +PV = "1.0+gitr${SRCPV}" + +S = "${WORKDIR}/git" + +inherit cmake_qt5 -- cgit v1.2.3-54-g00ecf