diff options
-rw-r--r-- | meta-oe/recipes-support/upower/upower_0.9.14.bb | 3 |
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 | ||
13 | inherit autotools pkgconfig gettext | 13 | inherit autotools pkgconfig gettext |
14 | 14 | ||
15 | PACKAGECONFIG ??= "" | ||
16 | PACKAGECONFIG[idevice] = "--with-idevice,--without-idevice,libimobiledevice libplist" | ||
17 | |||
15 | EXTRA_OECONF = " --with-backend=linux" | 18 | EXTRA_OECONF = " --with-backend=linux" |
16 | 19 | ||
17 | do_configure_prepend() { | 20 | do_configure_prepend() { |