diff options
| author | Matt Porter <mporter@konsulko.com> | 2018-06-19 16:50:39 -0400 |
|---|---|---|
| committer | Martin Jansa <Martin.Jansa@gmail.com> | 2018-06-21 18:32:35 +0000 |
| commit | a36cc5f0e9b8f3a652ce769401f76ee637886a16 (patch) | |
| tree | adcd234aaf61ea5b0931dac5ed80b10108ec52c9 /recipes-connectivity | |
| parent | 1ac92b6d8a7e1e1395929c87465e347789961086 (diff) | |
| download | meta-qt5-a36cc5f0e9b8f3a652ce769401f76ee637886a16.tar.gz | |
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>
Diffstat (limited to 'recipes-connectivity')
| -rw-r--r-- | recipes-connectivity/libvcard/libvcard_git.bb | 15 |
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 @@ | |||
| 1 | DESCRIPTION = "Qt vCard library" | ||
| 2 | SECTION = "libs" | ||
| 3 | LICENSE = "BSD-3-Clause" | ||
| 4 | LIC_FILES_CHKSUM = "file://LICENSE;md5=f94eaed54ffa1718d593504bae740faf" | ||
| 5 | |||
| 6 | DEPENDS += "qtbase" | ||
| 7 | |||
| 8 | SRCREV = "4250e2468552ea01954244a2d9cd5d2b44b00042" | ||
| 9 | SRC_URI = "git://github.com/pol51/libvcard.git;protocol=https" | ||
| 10 | |||
| 11 | PV = "1.0+gitr${SRCPV}" | ||
| 12 | |||
| 13 | S = "${WORKDIR}/git" | ||
| 14 | |||
| 15 | inherit cmake_qt5 | ||
