mirror of
git://git.openembedded.org/meta-openembedded
synced 2026-01-01 13:58:06 +00:00
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:
parent
0b7f591341
commit
256f95eec4
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user