libgpiod: unduplicate the EXTRA_OECONF assignment

We already set EXTRA_OECONF in libgpiod.inc, drop the second assignment.

Signed-off-by: Bartosz Golaszewski <bartosz.golaszewski@linaro.org>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
This commit is contained in:
Bartosz Golaszewski 2025-01-28 13:27:35 +01:00 committed by Khem Raj
parent 84ee47308b
commit 7cf467554b
No known key found for this signature in database
GPG Key ID: BB053355919D3314

View File

@ -14,10 +14,6 @@ inherit python3native
PACKAGECONFIG[tests] = "--enable-tests,--disable-tests,kmod udev glib-2.0 catch2"
PACKAGECONFIG[python3] = "--enable-bindings-python,--disable-bindings-python,python3"
# Always build tools - they don't have any additional
# requirements over the library.
EXTRA_OECONF = "--enable-tools"
PACKAGES =+ "${PN}-python"
FILES:${PN}-tools += "${bindir}/gpiofind"
FILES:${PN}-ptest += " \