summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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
11 11
12LD = "${CXX}" 12LD = "${CXX}"
13 13
14EXTRA_OECONF = "--enable-usb \ 14EXTRA_OECONF = "--without-x \
15 --enable-usb \
15 --with-distname=${DISTRO}" 16 --with-distname=${DISTRO}"
16 17
17do_configure() { 18do_configure() {