diff options
author | Matt Porter <mporter@konsulko.com> | 2018-06-19 16:50:39 -0400 |
---|---|---|
committer | Jan-Simon Moeller <jsmoeller@linuxfoundation.org> | 2018-06-26 22:31:54 +0000 |
commit | 50c1e279e5aaeb84536435bd93b22987cdcc4ec3 (patch) | |
tree | 36fd63f7b5e466bfd32f6470bd2e9ef34a86637c /recipes-connectivity | |
parent | bd1d83c7a2787a09a27b6a94dbf83381338981e6 (diff) |
libvcard: add recipe
* 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>
Diffstat (limited to 'recipes-connectivity')
-rw-r--r-- | recipes-connectivity/libvcard/libvcard_git.bb | 17 |
1 files changed, 17 insertions, 0 deletions
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" |