From a6e846dadc5dcb5e4248d37c5f971c8a1f55df4a Mon Sep 17 00:00:00 2001 From: Bartosz Golaszewski Date: Tue, 31 Mar 2020 11:29:44 +0200 Subject: libgpiod: update v1.4.2 -> v1.4.3 This contains a bugfix for gpiod_chip_open() failing for symbolic links to devices. Signed-off-by: Bartosz Golaszewski Signed-off-by: Khem Raj --- meta-oe/recipes-support/libgpiod/libgpiod_1.4.2.bb | 21 --------------------- meta-oe/recipes-support/libgpiod/libgpiod_1.4.3.bb | 21 +++++++++++++++++++++ 2 files changed, 21 insertions(+), 21 deletions(-) delete mode 100644 meta-oe/recipes-support/libgpiod/libgpiod_1.4.2.bb create mode 100644 meta-oe/recipes-support/libgpiod/libgpiod_1.4.3.bb diff --git a/meta-oe/recipes-support/libgpiod/libgpiod_1.4.2.bb b/meta-oe/recipes-support/libgpiod/libgpiod_1.4.2.bb deleted file mode 100644 index bad88a54ed..0000000000 --- a/meta-oe/recipes-support/libgpiod/libgpiod_1.4.2.bb +++ /dev/null @@ -1,21 +0,0 @@ -require libgpiod.inc - -DEPENDS += "autoconf-archive-native" - -SRC_URI[md5sum] = "b552bfa87685dfd728a1485e914bfae2" -SRC_URI[sha256sum] = "b289b70e3d63a8e06205f7445d5342f4742277c267ce24a7c4d0017fff339e41" - -# enable cxx bindings -PACKAGECONFIG ?= "cxx" - -PACKAGECONFIG[cxx] = "--enable-bindings-cxx,--disable-bindings-cxx" -PACKAGECONFIG[tests] = "--enable-tests,--disable-tests,kmod udev" - -PACKAGECONFIG[python3] = "--enable-bindings-python,--disable-bindings-python,python3" - -inherit python3native - -PACKAGES =+ "${PN}-python" -FILES_${PN}-python = "${PYTHON_SITEPACKAGES_DIR}" -RRECOMMENDS_PYTHON = "${@bb.utils.contains('PACKAGECONFIG', 'python3', '${PN}-python', '',d)}" -RRECOMMENDS_${PN}-python += "${RRECOMMENDS_PYTHON}" diff --git a/meta-oe/recipes-support/libgpiod/libgpiod_1.4.3.bb b/meta-oe/recipes-support/libgpiod/libgpiod_1.4.3.bb new file mode 100644 index 0000000000..a6320da8e9 --- /dev/null +++ b/meta-oe/recipes-support/libgpiod/libgpiod_1.4.3.bb @@ -0,0 +1,21 @@ +require libgpiod.inc + +DEPENDS += "autoconf-archive-native" + +SRC_URI[md5sum] = "d4826720a8de13379436f9c207237bc0" +SRC_URI[sha256sum] = "0ad080d1eb89c422cf13001293ffa72869ca13028e85dab5f6b3ba90f88da46d" + +# enable cxx bindings +PACKAGECONFIG ?= "cxx" + +PACKAGECONFIG[cxx] = "--enable-bindings-cxx,--disable-bindings-cxx" +PACKAGECONFIG[tests] = "--enable-tests,--disable-tests,kmod udev" + +PACKAGECONFIG[python3] = "--enable-bindings-python,--disable-bindings-python,python3" + +inherit python3native + +PACKAGES =+ "${PN}-python" +FILES_${PN}-python = "${PYTHON_SITEPACKAGES_DIR}" +RRECOMMENDS_PYTHON = "${@bb.utils.contains('PACKAGECONFIG', 'python3', '${PN}-python', '',d)}" +RRECOMMENDS_${PN}-python += "${RRECOMMENDS_PYTHON}" -- cgit v1.2.3-54-g00ecf