From 0ef9d45bda6b7397e2d8e22feebe7b7f9ba721d4 Mon Sep 17 00:00:00 2001 From: Bartosz Golaszewski Date: Thu, 17 Sep 2020 16:44:04 +0200 Subject: libgpiod: drop support for 0.3.3 I no longer support the v0.x.y series. Remove the recipe for v0.3.3. While at it: the tests PACKAGECONFIG is duplicated so remove one instance. Signed-off-by: Bartosz Golaszewski Signed-off-by: Khem Raj --- meta-oe/recipes-support/libgpiod/libgpiod_0.3.3.bb | 8 -------- meta-oe/recipes-support/libgpiod/libgpiod_1.4.4.bb | 2 -- 2 files changed, 10 deletions(-) delete mode 100644 meta-oe/recipes-support/libgpiod/libgpiod_0.3.3.bb diff --git a/meta-oe/recipes-support/libgpiod/libgpiod_0.3.3.bb b/meta-oe/recipes-support/libgpiod/libgpiod_0.3.3.bb deleted file mode 100644 index c4d2bddf4c..0000000000 --- a/meta-oe/recipes-support/libgpiod/libgpiod_0.3.3.bb +++ /dev/null @@ -1,8 +0,0 @@ -require libgpiod.inc - -PACKAGECONFIG ?= "" - -PACKAGECONFIG[tests] = "--enable-tests,--disable-tests,kmod udev" - -SRC_URI[md5sum] = "2aa1e1a80c3c919ae142ab9a55fb59ca" -SRC_URI[sha256sum] = "b773e557af1a497f786825462a776b7bf90168e67ee0a5bc5d2473a5674dc38c" diff --git a/meta-oe/recipes-support/libgpiod/libgpiod_1.4.4.bb b/meta-oe/recipes-support/libgpiod/libgpiod_1.4.4.bb index a9a4628665..b5a64a554d 100644 --- a/meta-oe/recipes-support/libgpiod/libgpiod_1.4.4.bb +++ b/meta-oe/recipes-support/libgpiod/libgpiod_1.4.4.bb @@ -9,8 +9,6 @@ SRC_URI[sha256sum] = "f1cda2789e6a13a92aefc012a76e5a7cc57a1b402d66f71df8719ee314 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 -- cgit 1.2.3-korg