]> code.ossystems Code Review - openembedded-core.git/commitdiff
gconf-dbus-native: required by metacity/contacts and few more
authorMarcin Juszkiewicz <hrw@openedhand.com>
Wed, 1 Oct 2008 09:35:03 +0000 (09:35 +0000)
committerMarcin Juszkiewicz <hrw@openedhand.com>
Wed, 1 Oct 2008 09:35:03 +0000 (09:35 +0000)
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@5358 311d38ba-8fff-0310-9ca6-ca027cbcb966

meta/conf/distro/include/poky-fixed-revisions.inc
meta/packages/gnome/gconf-dbus-native_svn.bb [new file with mode: 0644]

index 03c199c46b134f81a6cb605895291b3f86aba3ff..46a623eac179bb74dc38c073538214d510975b92 100644 (file)
@@ -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"
diff --git a/meta/packages/gnome/gconf-dbus-native_svn.bb b/meta/packages/gnome/gconf-dbus-native_svn.bb
new file mode 100644 (file)
index 0000000..c0dbb16
--- /dev/null
@@ -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
+}