mirror of
https://git.yoctoproject.org/poky
synced 2026-06-02 13:29:49 +00:00
gconf-dbus: add missing depends on intltool-native
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@2554 311d38ba-8fff-0310-9ca6-ca027cbcb966
This commit is contained in:
@@ -1,5 +1,5 @@
|
|||||||
SECTION = "x11/utils"
|
SECTION = "x11/utils"
|
||||||
DEPENDS = "gtk+ glib-2.0 dbus dbus-glib libxml2 popt gtk-doc-native"
|
DEPENDS = "intltool-native gtk+ glib-2.0 dbus dbus-glib libxml2 popt gtk-doc-native"
|
||||||
DESCRIPTION = "Settings daemon using DBUS for communication."
|
DESCRIPTION = "Settings daemon using DBUS for communication."
|
||||||
LICENSE = "GPL"
|
LICENSE = "GPL"
|
||||||
PROVIDES = "gconf"
|
PROVIDES = "gconf"
|
||||||
@@ -7,6 +7,7 @@ RPROVIDES_${PN} = "gconf"
|
|||||||
RPROVIDES_${PN}-dev = "gconf-dev"
|
RPROVIDES_${PN}-dev = "gconf-dev"
|
||||||
|
|
||||||
PV = "2.16.0+svnr${SRCREV}"
|
PV = "2.16.0+svnr${SRCREV}"
|
||||||
|
PR = "r1"
|
||||||
|
|
||||||
SRC_URI = "svn://developer.imendio.com/svn/gconf-dbus;module=trunk;proto=http \
|
SRC_URI = "svn://developer.imendio.com/svn/gconf-dbus;module=trunk;proto=http \
|
||||||
file://69gconfd-dbus"
|
file://69gconfd-dbus"
|
||||||
|
|||||||
Reference in New Issue
Block a user