diff options
author | Bartosz Golaszewski <brgl@bgdev.pl> | 2018-04-17 16:20:19 +0200 |
---|---|---|
committer | Armin Kuster <akuster808@gmail.com> | 2018-05-01 18:15:44 -0700 |
commit | 22aca9c5572263b73e145db1728ca8a0dc1b1ff5 (patch) | |
tree | f182291c3cc0498c4d218808b3cddfcbe6426bfb /meta-oe/recipes-support/libgpiod | |
parent | 266ccace9cd382d565ff1585c7bd8c19da147a39 (diff) | |
download | meta-openembedded-22aca9c5572263b73e145db1728ca8a0dc1b1ff5.tar.gz |
libgpiod: bump version to v0.3.3
This is a bug fix release of the v0.3.x series.
Signed-off-by: Bartosz Golaszewski <brgl@bgdev.pl>
Signed-off-by: Armin Kuster <akuster808@gmail.com>
Diffstat (limited to 'meta-oe/recipes-support/libgpiod')
-rw-r--r-- | meta-oe/recipes-support/libgpiod/libgpiod_0.3.2.bb | 4 | ||||
-rw-r--r-- | meta-oe/recipes-support/libgpiod/libgpiod_0.3.3.bb | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/meta-oe/recipes-support/libgpiod/libgpiod_0.3.2.bb b/meta-oe/recipes-support/libgpiod/libgpiod_0.3.2.bb deleted file mode 100644 index ea785ad0c..000000000 --- a/meta-oe/recipes-support/libgpiod/libgpiod_0.3.2.bb +++ /dev/null | |||
@@ -1,4 +0,0 @@ | |||
1 | require libgpiod.inc | ||
2 | |||
3 | SRC_URI[md5sum] = "9c1966bea7dffd59bd099a8b2930e2ea" | ||
4 | SRC_URI[sha256sum] = "50c7862428ca90b58672e2475aea66d33a6fc86c6bab1928c0660f3aedf44a37" | ||
diff --git a/meta-oe/recipes-support/libgpiod/libgpiod_0.3.3.bb b/meta-oe/recipes-support/libgpiod/libgpiod_0.3.3.bb new file mode 100644 index 000000000..09fb65a08 --- /dev/null +++ b/meta-oe/recipes-support/libgpiod/libgpiod_0.3.3.bb | |||
@@ -0,0 +1,4 @@ | |||
1 | require libgpiod.inc | ||
2 | |||
3 | SRC_URI[md5sum] = "2aa1e1a80c3c919ae142ab9a55fb59ca" | ||
4 | SRC_URI[sha256sum] = "b773e557af1a497f786825462a776b7bf90168e67ee0a5bc5d2473a5674dc38c" | ||