mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-06-04 14:39:54 +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:
committed by
Khem Raj
parent
84ee47308b
commit
7cf467554b
@@ -14,10 +14,6 @@ inherit python3native
|
|||||||
PACKAGECONFIG[tests] = "--enable-tests,--disable-tests,kmod udev glib-2.0 catch2"
|
PACKAGECONFIG[tests] = "--enable-tests,--disable-tests,kmod udev glib-2.0 catch2"
|
||||||
PACKAGECONFIG[python3] = "--enable-bindings-python,--disable-bindings-python,python3"
|
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"
|
PACKAGES =+ "${PN}-python"
|
||||||
FILES:${PN}-tools += "${bindir}/gpiofind"
|
FILES:${PN}-tools += "${bindir}/gpiofind"
|
||||||
FILES:${PN}-ptest += " \
|
FILES:${PN}-ptest += " \
|
||||||
|
|||||||
Reference in New Issue
Block a user