upower: use gobject-introspection-stub instead of -native which was removed in oe-core

Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
This commit is contained in:
Martin Jansa 2012-07-28 10:55:08 +02:00
parent 0b7f591341
commit 256f95eec4

View File

@ -2,9 +2,9 @@ DESCRIPTION = "UPower is an abstraction for enumerating power devices, listening
LICENSE = "GPLv2+"
LIC_FILES_CHKSUM = "file://COPYING;md5=0de8fbf1d97a140d1d93b9f14dcfbf08"
PR = "r1"
PR = "r2"
DEPENDS = "libusb1 udev glib-2.0 dbus-glib polkit gobject-introspection-native"
DEPENDS = "libusb1 udev glib-2.0 dbus-glib polkit gobject-introspection-stub"
SRC_URI = "http://upower.freedesktop.org/releases/${BPN}-${PV}.tar.xz"
SRC_URI[md5sum] = "18803f82102d56aac90949d1e4251645"