aboutsummaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-support/apcupsd
diff options
context:
space:
mode:
authorKoen Kooi <koen@dominion.thruhere.net>2014-01-10 08:07:09 +0100
committerMartin Jansa <Martin.Jansa@gmail.com>2014-01-15 18:02:33 +0100
commit1a978eebbcd8e0d967f56d3b91fb777a23d7264a (patch)
tree1de0dad518eb6fb6aa7e624071ed7368adfaea96 /meta-oe/recipes-support/apcupsd
parentbf11ef2b0d9fd1f8f5c4da4bdc1442e8f036ffde (diff)
downloadmeta-openembedded-contrib-1a978eebbcd8e0d967f56d3b91fb777a23d7264a.tar.gz
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>
Diffstat (limited to 'meta-oe/recipes-support/apcupsd')
-rw-r--r--meta-oe/recipes-support/apcupsd/apcupsd_3.14.10.bb3
1 files changed, 2 insertions, 1 deletions
diff --git a/meta-oe/recipes-support/apcupsd/apcupsd_3.14.10.bb b/meta-oe/recipes-support/apcupsd/apcupsd_3.14.10.bb
index 5ab92fce7e..07b8ccb464 100644
--- a/meta-oe/recipes-support/apcupsd/apcupsd_3.14.10.bb
+++ b/meta-oe/recipes-support/apcupsd/apcupsd_3.14.10.bb
@@ -11,7 +11,8 @@ inherit autotools
LD = "${CXX}"
-EXTRA_OECONF = "--enable-usb \
+EXTRA_OECONF = "--without-x \
+ --enable-usb \
--with-distname=${DISTRO}"
do_configure() {