diff options
Diffstat (limited to 'openembedded/packages/gnome/gconf-dbus_svn.bb')
-rw-r--r-- | openembedded/packages/gnome/gconf-dbus_svn.bb | 11 |
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 | ||
13 | SRC_URI = "svn://developer.imendio.com/svn/gconf-dbus;module=trunk;proto=http \ | 13 | SRC_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 | ||
17 | PARALLEL_MAKE = "" | ||
18 | |||
19 | inherit pkgconfig autotools | 19 | inherit pkgconfig autotools |
20 | S = "${WORKDIR}/trunk" | 20 | S = "${WORKDIR}/trunk" |
21 | 21 | ||
22 | PARALLEL_MAKE = "" | ||
23 | |||
22 | FILES_${PN} += " ${libdir}/GConf/2/*.so ${libdir}/dbus-1.0 ${sysconfdir} ${datadir}/dbus*" | 24 | FILES_${PN} += " ${libdir}/GConf/2/*.so ${libdir}/dbus-1.0 ${sysconfdir} ${datadir}/dbus*" |
23 | 25 | ||
24 | EXTRA_OECONF = " --with-ipc=dbus --disable-gtk-doc --enable-gtk --host=${HOST_SYS} --enable-shared --disable-static" | 26 | EXTRA_OECONF = " --with-ipc=dbus --disable-gtk-doc --enable-gtk --host=${HOST_SYS} --enable-shared --disable-static" |
25 | 27 | ||
26 | 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" | 28 | 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" |
27 | 29 | ||
30 | do_compile_prepend() { | ||
31 | cd ${S} | ||
32 | patch -p1 < ../xml-backend-oldxml-Makefile.patch | ||
33 | } | ||
34 | |||
28 | do_stage() { | 35 | do_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/ |