diff options
| author | Bartosz Golaszewski <bgolaszewski@baylibre.com> | 2019-02-15 10:45:44 +0100 |
|---|---|---|
| committer | Khem Raj <raj.khem@gmail.com> | 2019-02-17 12:21:27 -0800 |
| commit | 2032f0f4d5aa0f443516d53452858469cffbbee7 (patch) | |
| tree | c21eb5f551a88a8460883f67a325402a71f7daf1 | |
| parent | 223575a9423707af0b31a38ce3a883c29302ac13 (diff) | |
| download | meta-openembedded-2032f0f4d5aa0f443516d53452858469cffbbee7.tar.gz | |
libgpiod: bump version to v1.2.1
This is a bugfix release fixing two problems in C++ bindings.
Signed-off-by: Bartosz Golaszewski <bgolaszewski@baylibre.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
| -rw-r--r-- | meta-oe/recipes-support/libgpiod/libgpiod_1.2.1.bb (renamed from meta-oe/recipes-support/libgpiod/libgpiod_1.2.bb) | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/meta-oe/recipes-support/libgpiod/libgpiod_1.2.bb b/meta-oe/recipes-support/libgpiod/libgpiod_1.2.1.bb index 93165a0c2d..d7fd55d797 100644 --- a/meta-oe/recipes-support/libgpiod/libgpiod_1.2.bb +++ b/meta-oe/recipes-support/libgpiod/libgpiod_1.2.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] = "34a9972f2f4e9c32fa940301301b007d" | 5 | SRC_URI[md5sum] = "e6c222512a0d1994a069ebfd2e0a56fd" |
| 6 | SRC_URI[sha256sum] = "b6b9079c933f7c8524815437937dda6b795a16141bca202a9eec70ba5844b5ba" | 6 | SRC_URI[sha256sum] = "736d8b511ad247c2acb01b592f2bbe5e757e14e1d8347b2d80683081ab4b31b8" |
| 7 | 7 | ||
| 8 | PACKAGECONFIG[cxx] = "--enable-bindings-cxx,--disable-bindings-cxx" | 8 | PACKAGECONFIG[cxx] = "--enable-bindings-cxx,--disable-bindings-cxx" |
| 9 | 9 | ||
