diff options
author | Matt Ranostay <matt.ranostay@konsulko.com> | 2018-12-28 02:05:56 +0200 |
---|---|---|
committer | Matt Ranostay <matt.ranostay@konsulko.com> | 2018-12-28 02:15:27 +0200 |
commit | 8f8f17a76fec4500a62232d23895bdc0b86fe234 (patch) | |
tree | 49b2526a3269c7c4fb4ae02a4d2d2d060d056f10 /recipes-connectivity/libvcard/libvcard_git.bb | |
parent | d069edcf73573b2c6e3e7deab89db2d4d058b691 (diff) |
recipe-connectivity: libvcard: update SRCREV
6f76a76 Fix version number in README
20c1bcc Add support to unfold long vcard lines according to rfc6350
d41f15a Avoid adding empty property parameters, otherwise vCardProperty will
be considered invalid, since empty parameters are considered invalid
(RFC 6350 does not include a restriction about properties without parameters)
Bug-AGL: SPEC-2088
Change-Id: I38c0d35a8306c70ff68b9f3c2cb24cba06fb667e
Signed-off-by: Matt Ranostay <matt.ranostay@konsulko.com>
Diffstat (limited to 'recipes-connectivity/libvcard/libvcard_git.bb')
-rw-r--r-- | recipes-connectivity/libvcard/libvcard_git.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes-connectivity/libvcard/libvcard_git.bb b/recipes-connectivity/libvcard/libvcard_git.bb index 30680228c..86e3c0f14 100644 --- a/recipes-connectivity/libvcard/libvcard_git.bb +++ b/recipes-connectivity/libvcard/libvcard_git.bb @@ -5,7 +5,7 @@ LIC_FILES_CHKSUM = "file://LICENSE;md5=f94eaed54ffa1718d593504bae740faf" DEPENDS += "qtbase" -SRCREV = "4250e2468552ea01954244a2d9cd5d2b44b00042" +SRCREV = "9b43ca01865f171cdd8a7d47b6da7c1a41c03e38" SRC_URI = "git://github.com/pol51/libvcard.git;protocol=https" PV = "1.0+gitr${SRCPV}" |