summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--meta-oe/recipes-support/upower/upower_0.9.14.bb4
1 files changed, 2 insertions, 2 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 8cf8e43b1..dddaa9b3d 100644
--- a/meta-oe/recipes-support/upower/upower_0.9.14.bb
+++ b/meta-oe/recipes-support/upower/upower_0.9.14.bb
@@ -4,13 +4,13 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=0de8fbf1d97a140d1d93b9f14dcfbf08"
4 4
5PR = "r2" 5PR = "r2"
6 6
7DEPENDS = "libusb1 libgudev glib-2.0 dbus-glib polkit gobject-introspection-stub" 7DEPENDS = "libusb1 libgudev glib-2.0 dbus-glib polkit"
8 8
9SRC_URI = "http://upower.freedesktop.org/releases/${BPN}-${PV}.tar.xz" 9SRC_URI = "http://upower.freedesktop.org/releases/${BPN}-${PV}.tar.xz"
10SRC_URI[md5sum] = "18803f82102d56aac90949d1e4251645" 10SRC_URI[md5sum] = "18803f82102d56aac90949d1e4251645"
11SRC_URI[sha256sum] = "81eb44c0453b264a737d32f763a31d5b1776f050a47d5be85fc5e9caf874a4c5" 11SRC_URI[sha256sum] = "81eb44c0453b264a737d32f763a31d5b1776f050a47d5be85fc5e9caf874a4c5"
12 12
13inherit autotools pkgconfig gettext 13inherit autotools pkgconfig gettext gobject-introspection
14 14
15PACKAGECONFIG ??= "" 15PACKAGECONFIG ??= ""
16PACKAGECONFIG[idevice] = "--with-idevice,--without-idevice,libimobiledevice libplist" 16PACKAGECONFIG[idevice] = "--with-idevice,--without-idevice,libimobiledevice libplist"