[oe-commits] Stanislav Brabec : gconf: Install missing PolicyKit file. Use upstream dbus files. Recipe simplified.

git version control git at git.openembedded.org
Thu Oct 22 09:30:02 UTC 2009


Module: openembedded.git
Branch: shr/merge
Commit: c864c24bbec4832c7a55a23dcf48f83477b07800
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=c864c24bbec4832c7a55a23dcf48f83477b07800

Author: Stanislav Brabec <utx at penguin.cz>
Date:   Sun Oct 18 13:03:23 2009 +0000

gconf: Install missing PolicyKit file. Use upstream dbus files. Recipe simplified.

---

 .../gconf-2.26.2/org.gnome.GConf.Defaults.service  |    4 --
 recipes/gnome/gconf-2.26.2/org.gnome.GConf.service |    3 -
 recipes/gnome/gconf_2.26.2.bb                      |   46 ++++++--------------
 3 files changed, 14 insertions(+), 39 deletions(-)

diff --git a/recipes/gnome/gconf-2.26.2/org.gnome.GConf.Defaults.service b/recipes/gnome/gconf-2.26.2/org.gnome.GConf.Defaults.service
deleted file mode 100644
index d6e4e07..0000000
--- a/recipes/gnome/gconf-2.26.2/org.gnome.GConf.Defaults.service
+++ /dev/null
@@ -1,4 +0,0 @@
-[D-BUS Service]
-Name=org.gnome.GConf.Defaults
-Exec=/usr/libexec/gconf-defaults-mechanism
-User=root
diff --git a/recipes/gnome/gconf-2.26.2/org.gnome.GConf.service b/recipes/gnome/gconf-2.26.2/org.gnome.GConf.service
deleted file mode 100644
index 6939fd0..0000000
--- a/recipes/gnome/gconf-2.26.2/org.gnome.GConf.service
+++ /dev/null
@@ -1,3 +0,0 @@
-[D-BUS Service]
-Name=org.gnome.GConf
-Exec=/usr/libexec/gconfd-2
diff --git a/recipes/gnome/gconf_2.26.2.bb b/recipes/gnome/gconf_2.26.2.bb
index dcd0e62..dee0616 100644
--- a/recipes/gnome/gconf_2.26.2.bb
+++ b/recipes/gnome/gconf_2.26.2.bb
@@ -3,49 +3,31 @@ SECTION = "x11/gnome"
 LICENSE = "LGPL"
 DEPENDS = "orbit2 glib-2.0 libxml2 policykit"
 ORBIT_IDL_SRC = "${STAGING_BINDIR_NATIVE}/orbit-idl-2"
-PR = "r1"
+PR = "r2"
 
 S = "${WORKDIR}/GConf-${PV}"
 
-SRC_URI = "http://ftp.gnome.org/pub/GNOME/sources/GConf/2.26/GConf-${PV}.tar.bz2 \
-           file://org.gnome.GConf.service \
-           file://org.gnome.GConf.Defaults.service \
-          "
+SRC_URI = "http://ftp.gnome.org/pub/GNOME/sources/GConf/2.26/GConf-${PV}.tar.bz2"
 
 EXTRA_OECONF = "--disable-gtk-doc POLKIT_POLICY_FILE_VALIDATE=true"
-HEADERS = "gconf.h gconf-changeset.h gconf-listeners.h gconf-schema.h gconf-value.h gconf-error.h gconf-engine.h gconf-client.h gconf-enum-types.h"
 
-inherit autotools pkgconfig gettext
+inherit autotools_stage pkgconfig gettext
 
-do_compile() {
-	oe_runmake ORBIT_IDL="${ORBIT_IDL_SRC}"
-}
-
-do_stage() {
-	oe_libinstall -so -C gconf libgconf-2 ${STAGING_LIBDIR}
-	install -d ${STAGING_INCDIR}/gconf/2/gconf/
-	( cd gconf; for i in ${HEADERS}; do install -m 0644 $i ${STAGING_INCDIR}/gconf/2/gconf/$i; done )
-	install -m 0644 gconf-2.m4 ${STAGING_DATADIR}/aclocal/gconf-2.m4
-}
+EXTRA_OEMAKE = 'ORBIT_IDL="${ORBIT_IDL_SRC}"'
 
-do_install() {
-	oe_runmake ORBIT_IDL="${ORBIT_IDL_SRC}" DESTDIR="${D}" install
+do_install_append() {
+	# this directory need to be created to avoid an Error 256 at gdm launch
+	install -d ${D}${sysconfdir}/gconf/gconf.xml.system
 
-	install -d ${D}/${datadir}/dbus-1/services/
-	install -m 0644 ${WORKDIR}/org.gnome.GConf.service		${D}/${datadir}/dbus-1/services/
-
-	install -d ${D}/${datadir}/dbus-1/system-services/
-	install -m 0644 ${WORKDIR}/org.gnome.GConf.Defaults.service	${D}/${datadir}/dbus-1/system-services/
-
-	# this directory need to be created to avoid an Error 256 at gdm launch	
-	install -d ${D}/${sysconfdir}/gconf/gconf.xml.system
+	# this stuff is unusable
+	rm ${D}${libdir}/GConf/*/*.*a
 }
 
 FILES_${PN} += "${libdir}/GConf/* \
-		${datadir}/dbus-1/services \
-		${datadir}/dbus-1/system-services \
-               "
+		${datadir}/PolicyKit/policy/*.policy \
+		${datadir}/dbus-1/services/*.service \
+		${datadir}/dbus-1/system-services/*.service \
+"
 
 FILES_${PN}-dbg += "${libdir}/*/*/.debug"
-FILES_${PN}-dev += "${libdir}/GConf/2/*.la ${datadir}/sgml/gconf/gconf-1.0.dtd"
-
+FILES_${PN}-dev += "${datadir}/sgml/gconf/gconf-1.0.dtd"





More information about the Openembedded-commits mailing list