mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-05-07 17:19:23 +00:00
libgpiod: drop wrong S assignment
* the default from bitbake.conf:
S = "${WORKDIR}/${BP}"
works better, because it points to correct directory even with e.g. when
building lib32-libgpiod with multilib
Signed-off-by: Martin Jansa <martin.jansa@gmail.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
This commit is contained in:
@@ -17,8 +17,6 @@ SRC_URI += "file://gpio-manager.init"
|
||||
|
||||
SRC_URI[sha256sum] = "ee29735890eb1cc0e4b494001da5163d1a9c4735343201d22485db313601ca07"
|
||||
|
||||
S = "${UNPACKDIR}/${PN}-2.2"
|
||||
|
||||
# Enable all project features for ptest
|
||||
PACKAGECONFIG[tests] = " \
|
||||
--enable-tests --enable-tools --enable-bindings-cxx --enable-bindings-glib --enable-gpioset-interactive --enable-dbus, \
|
||||
|
||||
Reference in New Issue
Block a user