diff options
author | Koen Kooi <koen@dominion.thruhere.net> | 2014-01-10 08:07:09 +0100 |
---|---|---|
committer | Martin Jansa <Martin.Jansa@gmail.com> | 2014-01-15 18:02:33 +0100 |
commit | 1a978eebbcd8e0d967f56d3b91fb777a23d7264a (patch) | |
tree | 1de0dad518eb6fb6aa7e624071ed7368adfaea96 /meta-oe/recipes-support | |
parent | bf11ef2b0d9fd1f8f5c4da4bdc1442e8f036ffde (diff) | |
download | meta-openembedded-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')
-rw-r--r-- | meta-oe/recipes-support/apcupsd/apcupsd_3.14.10.bb | 3 |
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 5ab92fce7..07b8ccb46 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 | |||
11 | 11 | ||
12 | LD = "${CXX}" | 12 | LD = "${CXX}" |
13 | 13 | ||
14 | EXTRA_OECONF = "--enable-usb \ | 14 | EXTRA_OECONF = "--without-x \ |
15 | --enable-usb \ | ||
15 | --with-distname=${DISTRO}" | 16 | --with-distname=${DISTRO}" |
16 | 17 | ||
17 | do_configure() { | 18 | do_configure() { |