Merge bk://oe-devel.bkbits.net/openembedded
authornslu2-linux.adm@bkbits.net <nslu2-linux.adm@bkbits.net>
Fri, 17 Jun 2005 16:40:53 +0000 (16:40 +0000)
committernslu2-linux.adm@bkbits.net <nslu2-linux.adm@bkbits.net>
Fri, 17 Jun 2005 16:40:53 +0000 (16:40 +0000)
into  bkbits.net:/repos/n/nslu2-linux/openembedded

2005/06/17 18:07:55+02:00 utwente.nl!koen
gconf-osso_2.6.4-3.1osso13.bb:  fix gconf-osso, courtesy Florian Boor

BKrev: 42b2fd159iRhoB0aNfPGBcW500JnbQ

packages/maemo/gconf-osso/gconf-daemon-oe.sh [new file with mode: 0644]
packages/maemo/gconf-osso_2.6.4-3.1osso13.bb

diff --git a/packages/maemo/gconf-osso/gconf-daemon-oe.sh b/packages/maemo/gconf-osso/gconf-daemon-oe.sh
new file mode 100644 (file)
index 0000000..e69de29
index e69de29..8792aa1 100644 (file)
@@ -0,0 +1,38 @@
+SECTION = "x11/utils"
+DEPENDS = "gtk+ glib-2.0 dbus libxml2 popt"
+DESCRIPTION = "Settings daemon using DBUS for communication (osso version)."
+LICENSE = "GPL"
+MAINTAINER = "Florian Boor <florian@kernelconcepts.de>"
+PROVIDES = "gconf"
+RPROVIDES = "gconf"
+
+PR = "r1"
+
+SRC_URI = "http://repository.maemo.org/pool/maemo/ossw/source/g/gconf2/gconf2_${PV}.tar.gz \
+           file://gconf-update.patch;patch=1;pnum=0 \
+           file://gconf-daemon-oe.sh"
+
+S = "${WORKDIR}/gconf2-2.6.4/GConf-2.6.4"
+
+
+inherit pkgconfig autotools
+
+FILES_${PN} += "${sysconfdir} ${libdir}/dbus-1.0/ ${libdir}/GConf ${datadir}/sgml"
+
+EXTRA_OECONF = " --with-ipc=dbus --disable-gtk-doc --enable-gtk --host=${HOST_SYS} --enable-shared --disable-static"
+
+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"
+
+do_install_append () {
+       install -d ${D}/${sysconfdir}/osso-af-init
+       install -m755 ${WORKDIR}/gconf-daemon-oe.sh ${D}${sysconfdir}/osso-af-init/gconf-daemon.sh
+       install -d ${D}${sysconfdir}/osso-af-init/gconf-dir
+       install -d ${D}/var/lib/gconf
+}
+
+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.m4 ${STAGING_DATADIR}/aclocal/gconf-2.m4
+}