mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-05-07 05:10:20 +00:00
apcupsd: fix configure failure
configure looks in host paths for X, so disable X. This fixes: ERROR: This autoconf log indicates errors, it looked at host include and/or library paths while determining system capabilities. Signed-off-by: Koen Kooi <koen@dominion.thruhere.net> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
This commit is contained in:
@@ -11,7 +11,8 @@ inherit autotools
|
|||||||
|
|
||||||
LD = "${CXX}"
|
LD = "${CXX}"
|
||||||
|
|
||||||
EXTRA_OECONF = "--enable-usb \
|
EXTRA_OECONF = "--without-x \
|
||||||
|
--enable-usb \
|
||||||
--with-distname=${DISTRO}"
|
--with-distname=${DISTRO}"
|
||||||
|
|
||||||
do_configure() {
|
do_configure() {
|
||||||
|
|||||||
Reference in New Issue
Block a user