diff options
author | Bartosz Golaszewski <brgl@bgdev.pl> | 2018-07-24 17:01:01 +0200 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2018-07-27 07:19:10 -0700 |
commit | 37e7ce413f9ab00bc0822fd2b4f49a997aa31097 (patch) | |
tree | 25ca9e1fe19f5a552d7570b79dffc2c4185a51a5 /meta-oe | |
parent | 9cd4375617c567ba08c96616bce66fb8088ac5e8 (diff) | |
download | meta-openembedded-37e7ce413f9ab00bc0822fd2b4f49a997aa31097.tar.gz |
libgpiod: bump version to v1.1.1
This is a bug-fix release that fixes a couple memory leaks and bugs in
python bindings discovered in the v1.1 release.
Signed-off-by: Bartosz Golaszewski <brgl@bgdev.pl>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-oe')
-rw-r--r-- | meta-oe/recipes-support/libgpiod/libgpiod_1.1.1.bb (renamed from meta-oe/recipes-support/libgpiod/libgpiod_1.1.bb) | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/meta-oe/recipes-support/libgpiod/libgpiod_1.1.bb b/meta-oe/recipes-support/libgpiod/libgpiod_1.1.1.bb index ab0bc980d..9d3d759fe 100644 --- a/meta-oe/recipes-support/libgpiod/libgpiod_1.1.bb +++ b/meta-oe/recipes-support/libgpiod/libgpiod_1.1.1.bb | |||
@@ -2,8 +2,8 @@ require libgpiod.inc | |||
2 | 2 | ||
3 | DEPENDS += "autoconf-archive-native" | 3 | DEPENDS += "autoconf-archive-native" |
4 | 4 | ||
5 | SRC_URI[md5sum] = "80237a047a9d653a14c5d71e5ce9d641" | 5 | SRC_URI[md5sum] = "e5e946cb01a35e5046a1a7a108d6a96d" |
6 | SRC_URI[sha256sum] = "9758466468a7ef3f5e30c182c1303abef6241e665cda4d82a64328a7474838c1" | 6 | SRC_URI[sha256sum] = "172fa1544ecb51f37533b3e67862298d50c0a5cc84975f3c0706dc15467f0dfd" |
7 | 7 | ||
8 | PACKAGECONFIG[cxx] = "--enable-bindings-cxx,--disable-bindings-cxx" | 8 | PACKAGECONFIG[cxx] = "--enable-bindings-cxx,--disable-bindings-cxx" |
9 | 9 | ||