summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--meta-oe/recipes-support/upower/upower_0.9.14.bb3
1 files changed, 3 insertions, 0 deletions
diff --git a/meta-oe/recipes-support/upower/upower_0.9.14.bb b/meta-oe/recipes-support/upower/upower_0.9.14.bb
index 902a9839ac..0aa9ec9f28 100644
--- a/meta-oe/recipes-support/upower/upower_0.9.14.bb
+++ b/meta-oe/recipes-support/upower/upower_0.9.14.bb
@@ -12,6 +12,9 @@ SRC_URI[sha256sum] = "81eb44c0453b264a737d32f763a31d5b1776f050a47d5be85fc5e9caf8
12 12
13inherit autotools pkgconfig gettext 13inherit autotools pkgconfig gettext
14 14
15PACKAGECONFIG ??= ""
16PACKAGECONFIG[idevice] = "--with-idevice,--without-idevice,libimobiledevice libplist"
17
15EXTRA_OECONF = " --with-backend=linux" 18EXTRA_OECONF = " --with-backend=linux"
16 19
17do_configure_prepend() { 20do_configure_prepend() {