diff options
-rw-r--r-- | meta-oe/recipes-support/libgpiod/libgpiod_0.3.3.bb | 2 | ||||
-rw-r--r-- | meta-oe/recipes-support/libgpiod/libgpiod_1.3.bb (renamed from meta-oe/recipes-support/libgpiod/libgpiod_1.2.1.bb) | 5 |
2 files changed, 5 insertions, 2 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 index 09fb65a082..96615ebf24 100644 --- a/meta-oe/recipes-support/libgpiod/libgpiod_0.3.3.bb +++ b/meta-oe/recipes-support/libgpiod/libgpiod_0.3.3.bb | |||
@@ -1,4 +1,6 @@ | |||
1 | require libgpiod.inc | 1 | require libgpiod.inc |
2 | 2 | ||
3 | PACKAGECONFIG[tests] = "--enable-tests,--disable-tests,kmod udev" | ||
4 | |||
3 | SRC_URI[md5sum] = "2aa1e1a80c3c919ae142ab9a55fb59ca" | 5 | SRC_URI[md5sum] = "2aa1e1a80c3c919ae142ab9a55fb59ca" |
4 | SRC_URI[sha256sum] = "b773e557af1a497f786825462a776b7bf90168e67ee0a5bc5d2473a5674dc38c" | 6 | SRC_URI[sha256sum] = "b773e557af1a497f786825462a776b7bf90168e67ee0a5bc5d2473a5674dc38c" |
diff --git a/meta-oe/recipes-support/libgpiod/libgpiod_1.2.1.bb b/meta-oe/recipes-support/libgpiod/libgpiod_1.3.bb index d7fd55d797..e513a33bda 100644 --- a/meta-oe/recipes-support/libgpiod/libgpiod_1.2.1.bb +++ b/meta-oe/recipes-support/libgpiod/libgpiod_1.3.bb | |||
@@ -2,10 +2,11 @@ require libgpiod.inc | |||
2 | 2 | ||
3 | DEPENDS += "autoconf-archive-native" | 3 | DEPENDS += "autoconf-archive-native" |
4 | 4 | ||
5 | SRC_URI[md5sum] = "e6c222512a0d1994a069ebfd2e0a56fd" | 5 | SRC_URI[md5sum] = "9f7530a5d56f070ba0af78d6ba077973" |
6 | SRC_URI[sha256sum] = "736d8b511ad247c2acb01b592f2bbe5e757e14e1d8347b2d80683081ab4b31b8" | 6 | SRC_URI[sha256sum] = "6ec837f23e8f2196e5976dec4ac81403170830075e7f33ede1394eaf67f2e962" |
7 | 7 | ||
8 | PACKAGECONFIG[cxx] = "--enable-bindings-cxx,--disable-bindings-cxx" | 8 | PACKAGECONFIG[cxx] = "--enable-bindings-cxx,--disable-bindings-cxx" |
9 | PACKAGECONFIG[tests] = "--enable-tests --enable-install-tests,--disable-tests --disable-install-tests,kmod udev" | ||
9 | 10 | ||
10 | PACKAGECONFIG[python3] = "--enable-bindings-python,--disable-bindings-python,python3" | 11 | PACKAGECONFIG[python3] = "--enable-bindings-python,--disable-bindings-python,python3" |
11 | inherit ${@bb.utils.contains('PACKAGECONFIG', 'python3', 'python3native', '', d)} | 12 | inherit ${@bb.utils.contains('PACKAGECONFIG', 'python3', 'python3native', '', d)} |