From 951929ddb0d44db932040059b66891cbbb1c0813 Mon Sep 17 00:00:00 2001 From: Koen Kooi Date: Fri, 10 Jan 2014 08:07:09 +0100 Subject: [PATCH] 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. (From meta-openembedded rev: 1a978eebbcd8e0d967f56d3b91fb777a23d7264a) Signed-off-by: Koen Kooi Signed-off-by: Martin Jansa Signed-off-by: Patrick Ohly --- meta-openembedded/meta-oe/recipes-support/apcupsd/apcupsd_3.14.10.bb | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/meta-openembedded/meta-oe/recipes-support/apcupsd/apcupsd_3.14.10.bb b/meta-openembedded/meta-oe/recipes-support/apcupsd/apcupsd_3.14.10.bb index 5ab92fc..07b8ccb 100644 --- a/meta-openembedded/meta-oe/recipes-support/apcupsd/apcupsd_3.14.10.bb +++ b/meta-openembedded/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() { -- 2.7.4