summaryrefslogtreecommitdiffstats
path: root/openembedded/packages/gnome/gconf-dbus_svn.bb
diff options
context:
space:
mode:
Diffstat (limited to 'openembedded/packages/gnome/gconf-dbus_svn.bb')
-rw-r--r--openembedded/packages/gnome/gconf-dbus_svn.bb11
1 files changed, 9 insertions, 2 deletions
diff --git a/openembedded/packages/gnome/gconf-dbus_svn.bb b/openembedded/packages/gnome/gconf-dbus_svn.bb
index b71d5179cb..d6b79494be 100644
--- a/openembedded/packages/gnome/gconf-dbus_svn.bb
+++ b/openembedded/packages/gnome/gconf-dbus_svn.bb
@@ -12,19 +12,26 @@ PR = "r0"
12 12
13SRC_URI = "svn://developer.imendio.com/svn/gconf-dbus;module=trunk;proto=http \ 13SRC_URI = "svn://developer.imendio.com/svn/gconf-dbus;module=trunk;proto=http \
14 file://gconf-dbus-update.patch;patch=1;pnum=0 \ 14 file://gconf-dbus-update.patch;patch=1;pnum=0 \
15 file://xml-backend-locks-compile-fix.patch;patch=1 \
16 file://xml-backend-oldxml-Makefile.patch \
15 file://69gconfd-dbus" 17 file://69gconfd-dbus"
16 18
17PARALLEL_MAKE = ""
18
19inherit pkgconfig autotools 19inherit pkgconfig autotools
20S = "${WORKDIR}/trunk" 20S = "${WORKDIR}/trunk"
21 21
22PARALLEL_MAKE = ""
23
22FILES_${PN} += " ${libdir}/GConf/2/*.so ${libdir}/dbus-1.0 ${sysconfdir} ${datadir}/dbus*" 24FILES_${PN} += " ${libdir}/GConf/2/*.so ${libdir}/dbus-1.0 ${sysconfdir} ${datadir}/dbus*"
23 25
24EXTRA_OECONF = " --with-ipc=dbus --disable-gtk-doc --enable-gtk --host=${HOST_SYS} --enable-shared --disable-static" 26EXTRA_OECONF = " --with-ipc=dbus --disable-gtk-doc --enable-gtk --host=${HOST_SYS} --enable-shared --disable-static"
25 27
26HEADERS = "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" 28HEADERS = "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"
27 29
30do_compile_prepend() {
31 cd ${S}
32 patch -p1 < ../xml-backend-oldxml-Makefile.patch
33}
34
28do_stage() { 35do_stage() {
29 oe_libinstall -so -C gconf libgconf-2 ${STAGING_LIBDIR} 36 oe_libinstall -so -C gconf libgconf-2 ${STAGING_LIBDIR}
30 install -d ${STAGING_INCDIR}/gconf/2/gconf/ 37 install -d ${STAGING_INCDIR}/gconf/2/gconf/