libvcard: add recipe 25/14625/2
authorMatt Porter <mporter@konsulko.com>
Tue, 19 Jun 2018 20:50:39 +0000 (16:50 -0400)
committerJan-Simon Moeller <jsmoeller@linuxfoundation.org>
Tue, 26 Jun 2018 22:31:54 +0000 (22:31 +0000)
* Build tested for qemux86-64.

Bug-AGL: SPEC-1436

Change-Id: Ic92a25846cc0e24e5ffd235961aab62efcf8d4a8
Signed-off-by: Matt Porter <mporter@konsulko.com>
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
[Backported from meta-qt5 master-next and add ALLOW_EMPTY]]
Signed-off-by: Matt Porter <mporter@konsulko.com>
recipes-connectivity/libvcard/libvcard_git.bb [new file with mode: 0644]

diff --git a/recipes-connectivity/libvcard/libvcard_git.bb b/recipes-connectivity/libvcard/libvcard_git.bb
new file mode 100644 (file)
index 0000000..3068022
--- /dev/null
@@ -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"