diff options
| author | Bartosz Golaszewski <bartosz.golaszewski@linaro.org> | 2023-02-23 21:01:05 +0100 |
|---|---|---|
| committer | Khem Raj <raj.khem@gmail.com> | 2023-02-24 08:45:44 -0800 |
| commit | 14c638320dc9ca5822bb1083ee60f3463ba82c4a (patch) | |
| tree | 5649ab0c2f2e874d9e4907d51c35f949f1e51b0d /meta-oe/recipes-support/libgpiod/libgpiod_2.0-rc3.bb | |
| parent | 2c1b55a059fdad9a4e65e59b5a097c06318ad8ec (diff) | |
| download | meta-openembedded-14c638320dc9ca5822bb1083ee60f3463ba82c4a.tar.gz | |
libgpiod: bump version to v2.0-rc3
I decided to make one more RC before the final release as there was one
late minor change to C++ interface (marking public classes as final).
Next week libgpiod v2.0 should be finally carved in stone.
Signed-off-by: Bartosz Golaszewski <bartosz.golaszewski@linaro.org>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-oe/recipes-support/libgpiod/libgpiod_2.0-rc3.bb')
| -rw-r--r-- | meta-oe/recipes-support/libgpiod/libgpiod_2.0-rc3.bb | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/meta-oe/recipes-support/libgpiod/libgpiod_2.0-rc3.bb b/meta-oe/recipes-support/libgpiod/libgpiod_2.0-rc3.bb new file mode 100644 index 0000000000..e56459b967 --- /dev/null +++ b/meta-oe/recipes-support/libgpiod/libgpiod_2.0-rc3.bb | |||
| @@ -0,0 +1,21 @@ | |||
| 1 | require libgpiod.inc | ||
| 2 | |||
| 3 | LICENSE = "GPL-2.0-or-later & LGPL-2.1-or-later & CC-BY-SA-4.0" | ||
| 4 | LIC_FILES_CHKSUM = " \ | ||
| 5 | file://LICENSES/GPL-2.0-or-later.txt;md5=b234ee4d69f5fce4486a80fdaf4a4263 \ | ||
| 6 | file://LICENSES/LGPL-2.1-or-later.txt;md5=4b54a1fd55a448865a0b32d41598759d \ | ||
| 7 | file://LICENSES/CC-BY-SA-4.0.txt;md5=fba3b94d88bfb9b81369b869a1e9a20f \ | ||
| 8 | " | ||
| 9 | |||
| 10 | SRC_URI[sha256sum] = "1d1756d465525deb668526571dc6ed7e08f7b8e7745b10fc028208a22fb7adf8" | ||
| 11 | |||
| 12 | S = "${WORKDIR}/libgpiod-2.0" | ||
| 13 | |||
| 14 | # We must enable gpioset-interactive for all gpio-tools tests to pass | ||
| 15 | PACKAGECONFIG[tests] = "--enable-tests --enable-gpioset-interactive,--disable-tests,kmod util-linux glib-2.0 catch2 libedit" | ||
| 16 | PACKAGECONFIG[gpioset-interactive] = "--enable-gpioset-interactive,--disable-gpioset-interactive,libedit" | ||
| 17 | |||
| 18 | FILES:${PN}-tools += "${bindir}/gpionotify" | ||
| 19 | FILES:${PN}-ptest += "${libdir}/libgpiosim.so.*" | ||
| 20 | |||
| 21 | RRECOMMENDS:${PN}-ptest += "kernel-module-gpio-sim" | ||
