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:
Martin Jansa
2024-10-30 16:33:29 +01:00
committed by Khem Raj
parent 0e2ed14c7a
commit 40396e20b3
@@ -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, \