diff options
author | Martin Jansa <Martin.Jansa@gmail.com> | 2013-08-25 23:11:05 +0200 |
---|---|---|
committer | Martin Jansa <Martin.Jansa@gmail.com> | 2013-09-17 19:14:31 +0200 |
commit | cc037f0b1b643b53ca0b837d94031579e1fdee9e (patch) | |
tree | f47f3a8d3d244b1be5822a8aa19edf2b9c97ec3b | |
parent | d06960f39903fa4c63f3dc0c2c44553a5c737c22 (diff) | |
download | meta-openembedded-cc037f0b1b643b53ca0b837d94031579e1fdee9e.tar.gz |
upower: Add PACKAGECONFIG for idevice
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
-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() { |