mirror of
https://git.yoctoproject.org/poky
synced 2026-04-18 12:32:12 +02:00
gconf-dbus-native: required by metacity/contacts and few more
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@5358 311d38ba-8fff-0310-9ca6-ca027cbcb966
This commit is contained in:
@@ -35,6 +35,7 @@ SRCREV_pn-exmap-console ?= "405"
|
||||
SRCREV_pn-fstests ?= "266"
|
||||
SRCREV_pn-gaku ?= "375"
|
||||
SRCREV_pn-gconf-dbus ?= "693"
|
||||
SRCREV_pn-gconf-dbus-native ?= "693"
|
||||
SRCREV_pn-gtkhtml2 ?= "1144"
|
||||
SRCREV_pn-gtk-sato-engine ?= "90"
|
||||
SRCREV_pn-gtk-theme-torturer ?= "99962ae39bb5aadb31929b25c58e1a053f9c9545"
|
||||
|
||||
30
meta/packages/gnome/gconf-dbus-native_svn.bb
Normal file
30
meta/packages/gnome/gconf-dbus-native_svn.bb
Normal file
@@ -0,0 +1,30 @@
|
||||
SECTION = "x11/utils"
|
||||
DEPENDS = "intltool-native virtual/libintl glib-2.0 dbus dbus-glib libxml2 popt gtk-doc-native"
|
||||
DESCRIPTION = "Settings daemon using DBUS for communication."
|
||||
LICENSE = "GPL"
|
||||
PROVIDES = "gconf-native"
|
||||
RPROVIDES_${PN} = "gconf-native"
|
||||
|
||||
PV = "2.16.0+svnr${SRCREV}"
|
||||
|
||||
SRC_URI = "svn://developer.imendio.com/svn/gconf-dbus;module=trunk;proto=http"
|
||||
|
||||
inherit pkgconfig autotools native
|
||||
S = "${WORKDIR}/trunk"
|
||||
|
||||
PARALLEL_MAKE = ""
|
||||
|
||||
FILES_${PN} = "${libdir}/GConf-dbus/2/*.so ${libdir}/dbus-1.0 ${sysconfdir} ${datadir}/dbus* ${libdir}/*.so.* ${bindir}/* ${libexecdir}/*"
|
||||
FILES_${PN}-dbg += " ${libdir}/GConf-dbus/2/.debug"
|
||||
|
||||
EXTRA_OECONF = "--disable-gtk-doc --disable-gtk --enable-shared --disable-static --enable-debug=yes"
|
||||
|
||||
|
||||
do_configure_prepend() {
|
||||
touch gtk-doc.make
|
||||
}
|
||||
|
||||
do_stage() {
|
||||
autotools_stage_all
|
||||
install -m 0644 gconf-2.m4 ${STAGING_DATADIR}/aclocal/gconf-2.m4
|
||||
}
|
||||
Reference in New Issue
Block a user