From 50c1e279e5aaeb84536435bd93b22987cdcc4ec3 Mon Sep 17 00:00:00 2001 From: Matt Porter Date: Tue, 19 Jun 2018 16:50:39 -0400 Subject: [PATCH] libvcard: add recipe * Build tested for qemux86-64. Bug-AGL: SPEC-1436 Change-Id: Ic92a25846cc0e24e5ffd235961aab62efcf8d4a8 Signed-off-by: Matt Porter Signed-off-by: Martin Jansa [Backported from meta-qt5 master-next and add ALLOW_EMPTY]] Signed-off-by: Matt Porter --- recipes-connectivity/libvcard/libvcard_git.bb | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 recipes-connectivity/libvcard/libvcard_git.bb diff --git a/recipes-connectivity/libvcard/libvcard_git.bb b/recipes-connectivity/libvcard/libvcard_git.bb new file mode 100644 index 000000000..30680228c --- /dev/null +++ b/recipes-connectivity/libvcard/libvcard_git.bb @@ -0,0 +1,17 @@ +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 + +ALLOW_EMPTY_${PN} = "1" -- 2.16.6