aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatt Porter <mporter@konsulko.com>2018-06-19 16:50:39 -0400
committerMartin Jansa <Martin.Jansa@gmail.com>2018-06-21 18:32:35 +0000
commita36cc5f0e9b8f3a652ce769401f76ee637886a16 (patch)
treeadcd234aaf61ea5b0931dac5ed80b10108ec52c9
parent1ac92b6d8a7e1e1395929c87465e347789961086 (diff)
libvcard: add recipe
* Build tested for qemux86-64. Signed-off-by: Matt Porter <mporter@konsulko.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
-rw-r--r--recipes-connectivity/libvcard/libvcard_git.bb15
1 files changed, 15 insertions, 0 deletions
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