diff options
author | 2016-07-06 13:40:45 +0300 | |
---|---|---|
committer | 2016-07-12 15:24:19 +0100 | |
commit | 6d1b1c4d392d01f9a3d9ce81810be471c04b4f1f (patch) | |
tree | bb645d8641c5866a1b417b9b7082fac547d59189 | |
parent | 62b9d63ff618dfea11dfe97115838da6c660b82b (diff) | |
download | meta-swupd-6d1b1c4d392d01f9a3d9ce81810be471c04b4f1f.tar.gz meta-swupd-6d1b1c4d392d01f9a3d9ce81810be471c04b4f1f.tar.bz2 meta-swupd-6d1b1c4d392d01f9a3d9ce81810be471c04b4f1f.zip |
Bump swupd-client recipe to 3.6.0
The most recent version of swupd-client should now support
signed manifests.
For more details, refer to https://github.com/clearlinux/swupd-client
Signed-off-by: Igor Stoppa <igor.stoppa@intel.com>
-rw-r--r-- | recipes-core/swupd-client/swupd-client_git.bb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/recipes-core/swupd-client/swupd-client_git.bb b/recipes-core/swupd-client/swupd-client_git.bb index aa41b7b..7e2bdd9 100644 --- a/recipes-core/swupd-client/swupd-client_git.bb +++ b/recipes-core/swupd-client/swupd-client_git.bb @@ -5,13 +5,13 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=f8d90fb802930e30e49c39c8126a959e" DEPENDS = "glib-2.0 curl openssl libarchive bsdiff" -PV = "3.5.3+git${SRCPV}" +PV = "3.6.0+git${SRCPV}" SRC_URI = "\ git://github.com/clearlinux/swupd-client.git;protocol=https \ file://Change-systemctl-path-to-OE-systemctl-path.patch \ file://0001-Add-configure-option-to-re-enable-updating-of-config.patch \ " -SRCREV = "42c02c5f4a91f3ef2cdb9f80fa7ca79dfbab1ac0" +SRCREV = "f4000c5b22be47ec1af2f8748fd71a36148b5dc4" S = "${WORKDIR}/git" |