mirror of
git://git.openembedded.org/meta-openembedded
synced 2026-01-01 13:58:06 +00:00
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:
parent
84ee47308b
commit
7cf467554b
|
|
@ -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 += " \
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user