recipe-connectivity: libvcard: update SRCREV 83/19383/1
authorMatt Ranostay <matt.ranostay@konsulko.com>
Fri, 28 Dec 2018 00:05:56 +0000 (02:05 +0200)
committerMatt Ranostay <matt.ranostay@konsulko.com>
Fri, 28 Dec 2018 00:15:27 +0000 (02:15 +0200)
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>
recipes-connectivity/libvcard/libvcard_git.bb

index 3068022..86e3c0f 100644 (file)
@@ -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}"