diff options
-rw-r--r-- | meta-oe/recipes-support/libgpiod/libgpiod_0.3.3.bb | 8 | ||||
-rw-r--r-- | meta-oe/recipes-support/libgpiod/libgpiod_1.4.4.bb | 2 |
2 files changed, 0 insertions, 10 deletions
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 @@ | |||
1 | require libgpiod.inc | ||
2 | |||
3 | PACKAGECONFIG ?= "" | ||
4 | |||
5 | PACKAGECONFIG[tests] = "--enable-tests,--disable-tests,kmod udev" | ||
6 | |||
7 | SRC_URI[md5sum] = "2aa1e1a80c3c919ae142ab9a55fb59ca" | ||
8 | 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 | |||
9 | PACKAGECONFIG ?= "cxx" | 9 | PACKAGECONFIG ?= "cxx" |
10 | 10 | ||
11 | PACKAGECONFIG[cxx] = "--enable-bindings-cxx,--disable-bindings-cxx" | 11 | PACKAGECONFIG[cxx] = "--enable-bindings-cxx,--disable-bindings-cxx" |
12 | PACKAGECONFIG[tests] = "--enable-tests,--disable-tests,kmod udev" | ||
13 | |||
14 | PACKAGECONFIG[python3] = "--enable-bindings-python,--disable-bindings-python,python3" | 12 | PACKAGECONFIG[python3] = "--enable-bindings-python,--disable-bindings-python,python3" |
15 | 13 | ||
16 | inherit python3native | 14 | inherit python3native |