summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--meta-oe/recipes-support/opensync/wbxml2_0.11.10.bb (renamed from meta-oe/recipes-support/opensync/wbxml2_0.10.8.bb)11
1 files changed, 4 insertions, 7 deletions
diff --git a/meta-oe/recipes-support/opensync/wbxml2_0.10.8.bb b/meta-oe/recipes-support/opensync/wbxml2_0.11.10.bb
index 02815ec7ba..50a00b526d 100644
--- a/meta-oe/recipes-support/opensync/wbxml2_0.10.8.bb
+++ b/meta-oe/recipes-support/opensync/wbxml2_0.11.10.bb
@@ -1,16 +1,13 @@
1SUMMARY = "WBXML parsing and encoding library" 1SUMMARY = "WBXML parsing and encoding library"
2HOMEPAGE = "http://libwbxml.opensync.org/" 2HOMEPAGE = "https://github.com/libwbxml/libwbxml"
3SECTION = "libs" 3SECTION = "libs"
4LICENSE = "LGPL-2.1-or-later" 4LICENSE = "LGPL-2.1-or-later"
5LIC_FILES_CHKSUM = "file://COPYING;md5=c1128ee5341ccd5927d8bafe4b6266e1" 5LIC_FILES_CHKSUM = "file://COPYING;md5=b17146e5186e05865f75664e910ace79"
6 6
7DEPENDS = "expat" 7DEPENDS = "expat"
8 8
9SRC_URI = "${SOURCEFORGE_MIRROR}/libwbxml/libwbxml-${PV}.tar.gz" 9SRC_URI = "git://github.com/libwbxml/libwbxml;branch=master;protocol=https;tag=libwbxml-${PV}"
10 10SRCREV = "e58b1f19f11dbadff53e5b486b8c4b16639a656a"
11SRC_URI[sha256sum] = "a057daa098f12838eb4e635bb28413027f1b73819872c3fbf64e3207790a3f7d"
12
13S = "${UNPACKDIR}/libwbxml-${PV}"
14 11
15inherit cmake pkgconfig 12inherit cmake pkgconfig
16 13