[oe-commits] [meta-openembedded] 22/22: libgpiod: bump version to v0.3.1

git at git.openembedded.org git at git.openembedded.org
Wed Sep 13 09:20:47 UTC 2017


This is an automated email from the git hooks/post-receive script.

martin_jansa pushed a commit to branch master-next
in repository meta-openembedded.

commit e3b63bb39e54ec9b9768068ee37cd076a446ef69
Author: Bartosz Golaszewski <bartekgola at gmail.com>
AuthorDate: Wed Sep 13 10:39:53 2017 +0200

    libgpiod: bump version to v0.3.1
    
    The project is now hosted at kernel.org. Updates since v0.2 include
    a couple bug-fixes and new features for gpiomon.
    
    Signed-off-by: Bartosz Golaszewski <bartekgola at gmail.com>
    Signed-off-by: Martin Jansa <Martin.Jansa at gmail.com>
---
 meta-oe/recipes-support/libgpiod/libgpiod.bb | 15 ++++-----------
 1 file changed, 4 insertions(+), 11 deletions(-)

diff --git a/meta-oe/recipes-support/libgpiod/libgpiod.bb b/meta-oe/recipes-support/libgpiod/libgpiod.bb
index fe56f7b..c506057 100644
--- a/meta-oe/recipes-support/libgpiod/libgpiod.bb
+++ b/meta-oe/recipes-support/libgpiod/libgpiod.bb
@@ -1,21 +1,14 @@
 SUMMARY = "C library and tools for interacting with the linux GPIO character device"
-HOMEPAGE = "https://github.com/brgl/libgpiod"
 
 LICENSE = "LGPLv2.1+"
 LIC_FILES_CHKSUM = "file://COPYING;md5=2caced0b25dfefd4c601d92bd15116de"
 
-UPSTREAM_CHECK_URI = "git://github.com/brgl/libgpiod/releases"
+SRC_URI = "https://www.kernel.org/pub/software/libs/libgpiod/${BP}.tar.xz"
 
-SRC_URI = "git://github.com/brgl/libgpiod.git"
+SRC_URI[md5sum] = "5f9d855352b1a5272cf6f1c2e20689d2"
+SRC_URI[sha256sum] = "6dfd6aeb544e8b7baf484a05c9ae0e67022c109362a41d87005393046b6beacf"
 
-SRCREV = "7ab5e53b69cce313ba87033a442cabd417f5d895"
-
-PV = "0.2+git${SRCPV}"
-
-S = "${WORKDIR}/git"
-
-SRC_URI[md5sum] = "68f039487e940c15bbfc50a10ab4715b"
-SRC_URI[sha256sum] = "7d7085d4e9cb811742ca8c5fe03458067efaeaa8abc23968d2e3c56bcc2d2ef8"
+PV = "0.3.1"
 
 inherit autotools pkgconfig
 

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the Openembedded-commits mailing list