mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-07-27 20:07:25 +00:00
upower: fix gobject introspection
Signed-off-by: Alexander Kanavin <alexander.kanavin@linux.intel.com>
This commit is contained in:
committed by
Martin Jansa
parent
3244b7e701
commit
a037e09155
@@ -4,13 +4,13 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=0de8fbf1d97a140d1d93b9f14dcfbf08"
|
|||||||
|
|
||||||
PR = "r2"
|
PR = "r2"
|
||||||
|
|
||||||
DEPENDS = "libusb1 libgudev glib-2.0 dbus-glib polkit gobject-introspection-stub"
|
DEPENDS = "libusb1 libgudev glib-2.0 dbus-glib polkit"
|
||||||
|
|
||||||
SRC_URI = "http://upower.freedesktop.org/releases/${BPN}-${PV}.tar.xz"
|
SRC_URI = "http://upower.freedesktop.org/releases/${BPN}-${PV}.tar.xz"
|
||||||
SRC_URI[md5sum] = "18803f82102d56aac90949d1e4251645"
|
SRC_URI[md5sum] = "18803f82102d56aac90949d1e4251645"
|
||||||
SRC_URI[sha256sum] = "81eb44c0453b264a737d32f763a31d5b1776f050a47d5be85fc5e9caf874a4c5"
|
SRC_URI[sha256sum] = "81eb44c0453b264a737d32f763a31d5b1776f050a47d5be85fc5e9caf874a4c5"
|
||||||
|
|
||||||
inherit autotools pkgconfig gettext
|
inherit autotools pkgconfig gettext gobject-introspection
|
||||||
|
|
||||||
PACKAGECONFIG ??= ""
|
PACKAGECONFIG ??= ""
|
||||||
PACKAGECONFIG[idevice] = "--with-idevice,--without-idevice,libimobiledevice libplist"
|
PACKAGECONFIG[idevice] = "--with-idevice,--without-idevice,libimobiledevice libplist"
|
||||||
|
|||||||
Reference in New Issue
Block a user