mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-06-04 02:31:27 +00:00
14c638320d
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>
22 lines
917 B
BlitzBasic
22 lines
917 B
BlitzBasic
require libgpiod.inc
|
|
|
|
LICENSE = "GPL-2.0-or-later & LGPL-2.1-or-later & CC-BY-SA-4.0"
|
|
LIC_FILES_CHKSUM = " \
|
|
file://LICENSES/GPL-2.0-or-later.txt;md5=b234ee4d69f5fce4486a80fdaf4a4263 \
|
|
file://LICENSES/LGPL-2.1-or-later.txt;md5=4b54a1fd55a448865a0b32d41598759d \
|
|
file://LICENSES/CC-BY-SA-4.0.txt;md5=fba3b94d88bfb9b81369b869a1e9a20f \
|
|
"
|
|
|
|
SRC_URI[sha256sum] = "1d1756d465525deb668526571dc6ed7e08f7b8e7745b10fc028208a22fb7adf8"
|
|
|
|
S = "${WORKDIR}/libgpiod-2.0"
|
|
|
|
# We must enable gpioset-interactive for all gpio-tools tests to pass
|
|
PACKAGECONFIG[tests] = "--enable-tests --enable-gpioset-interactive,--disable-tests,kmod util-linux glib-2.0 catch2 libedit"
|
|
PACKAGECONFIG[gpioset-interactive] = "--enable-gpioset-interactive,--disable-gpioset-interactive,libedit"
|
|
|
|
FILES:${PN}-tools += "${bindir}/gpionotify"
|
|
FILES:${PN}-ptest += "${libdir}/libgpiosim.so.*"
|
|
|
|
RRECOMMENDS:${PN}-ptest += "kernel-module-gpio-sim"
|