[oe] [meta-qt5][PATCH] libvcard: add recipe

Matt Porter mporter at konsulko.com
Tue Jun 19 20:50:39 UTC 2018


* Build tested for qemux86-64.

Signed-off-by: Matt Porter <mporter at konsulko.com>
---
 recipes-connectivity/libvcard/libvcard_git.bb | 15 +++++++++++++++
 1 file changed, 15 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 0000000..58189ed
--- /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
-- 
2.11.0




More information about the Openembedded-devel mailing list