diff options
author | Bartosz Golaszewski <brgl@bgdev.pl> | 2018-11-09 11:59:06 +0100 |
---|---|---|
committer | Armin Kuster <akuster808@gmail.com> | 2018-11-15 13:18:51 -0800 |
commit | 532752fe3b516175fa7752019f19e459ec34a2c8 (patch) | |
tree | a0c8000d8727dcb906268f1496653f8a8007f4f7 | |
parent | 209385ee13aa7c7eee284a68e85514dd69ef9ac7 (diff) | |
download | meta-openembedded-532752fe3b516175fa7752019f19e459ec34a2c8.tar.gz |
libgpiod: bump version to v1.2
Signed-off-by: Bartosz Golaszewski <brgl@bgdev.pl>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Signed-off-by: Armin Kuster <akuster808@gmail.com>
-rw-r--r-- | meta-oe/recipes-support/libgpiod/libgpiod_1.2.bb (renamed from meta-oe/recipes-support/libgpiod/libgpiod_1.1.1.bb) | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/meta-oe/recipes-support/libgpiod/libgpiod_1.1.1.bb b/meta-oe/recipes-support/libgpiod/libgpiod_1.2.bb index 9d3d759fe..30289b983 100644 --- a/meta-oe/recipes-support/libgpiod/libgpiod_1.1.1.bb +++ b/meta-oe/recipes-support/libgpiod/libgpiod_1.2.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] = "e5e946cb01a35e5046a1a7a108d6a96d" | 5 | SRC_URI[md5sum] = "34a9972f2f4e9c32fa940301301b007d" |
6 | SRC_URI[sha256sum] = "172fa1544ecb51f37533b3e67862298d50c0a5cc84975f3c0706dc15467f0dfd" | 6 | SRC_URI[sha256sum] = "b6b9079c933f7c8524815437937dda6b795a16141bca202a9eec70ba5844b5ba" |
7 | 7 | ||
8 | PACKAGECONFIG[cxx] = "--enable-bindings-cxx,--disable-bindings-cxx" | 8 | PACKAGECONFIG[cxx] = "--enable-bindings-cxx,--disable-bindings-cxx" |
9 | 9 | ||