mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-07-27 20:07:25 +00:00
gnome-disk-utility: add dbus-glib-native to DEPENDS
Fixed: make[3]: dbus-binding-tool: Command not found make[3]: *** [udisks-daemon-glue.h] Error 127 Signed-off-by: Robert Yang <liezhi.yang@windriver.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
This commit is contained in:
committed by
Martin Jansa
parent
cfad4bab53
commit
92a1d82b0c
@@ -3,7 +3,10 @@ SUMMARY = "GNOME disk utility"
|
|||||||
LICENSE = "GPLv2+"
|
LICENSE = "GPLv2+"
|
||||||
LIC_FILES_CHKSUM = "file://COPYING;md5=e9115d11797a5e6b746b4e9b90194564"
|
LIC_FILES_CHKSUM = "file://COPYING;md5=e9115d11797a5e6b746b4e9b90194564"
|
||||||
|
|
||||||
DEPENDS = "glib-2.0 gtk+ libnotify libunique udisks avahi-ui virtual/libx11 libatasmart gnome-doc-utils intltool-native gnome-common-native libgnome-keyring"
|
DEPENDS = "glib-2.0 gtk+ libnotify libunique udisks avahi-ui \
|
||||||
|
virtual/libx11 libatasmart gnome-doc-utils intltool-native \
|
||||||
|
gnome-common-native libgnome-keyring dbus-glib-native \
|
||||||
|
"
|
||||||
|
|
||||||
PR = "r4"
|
PR = "r4"
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user