[oe-commits] Koen Kooi : apcupsd: fix configure failure

git at git.openembedded.org git at git.openembedded.org
Wed Jan 15 17:07:31 UTC 2014


Module: meta-openembedded.git
Branch: master
Commit: 1a978eebbcd8e0d967f56d3b91fb777a23d7264a
URL:    http://git.openembedded.org/?p=meta-openembedded.git&a=commit;h=1a978eebbcd8e0d967f56d3b91fb777a23d7264a

Author: Koen Kooi <koen at dominion.thruhere.net>
Date:   Fri Jan 10 08:07:09 2014 +0100

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 at dominion.thruhere.net>
Signed-off-by: Martin Jansa <Martin.Jansa at gmail.com>

---

 meta-oe/recipes-support/apcupsd/apcupsd_3.14.10.bb | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

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 5ab92fc..07b8ccb 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() {



More information about the Openembedded-commits mailing list