diff options
author | Phil Blundell <philb@gnu.org> | 2004-05-15 18:13:30 +0000 |
---|---|---|
committer | Phil Blundell <philb@gnu.org> | 2004-05-15 18:13:30 +0000 |
commit | a0fbfadf8ec045acb2087b7bd50218a9ca8fedd0 (patch) | |
tree | 3ff19ced22a785ea5b344e747218288ca1dd3443 /gnome | |
parent | ba08a3c9396cd6a8119f2a8912f63f102c65cd06 (diff) |
Merge bk://openembedded@openembedded.bkbits.net/packages
into gandalf.tm.informatik.uni-frankfurt.de:/home/pb_/packages
2004/05/15 20:13:26+02:00 uni-frankfurt.de!pb_
gconf build fixes
BKrev: 40a65dca8wcwkOPc2vx4O3RRgOP1oQ
Diffstat (limited to 'gnome')
-rw-r--r-- | gnome/gconf-2.6.1/backends.patch | 0 | ||||
-rw-r--r-- | gnome/gconf_2.6.1.oe | 6 |
2 files changed, 4 insertions, 2 deletions
diff --git a/gnome/gconf-2.6.1/backends.patch b/gnome/gconf-2.6.1/backends.patch new file mode 100644 index 0000000000..e69de29bb2 --- /dev/null +++ b/gnome/gconf-2.6.1/backends.patch diff --git a/gnome/gconf_2.6.1.oe b/gnome/gconf_2.6.1.oe index 04f906d401..116918d3ee 100644 --- a/gnome/gconf_2.6.1.oe +++ b/gnome/gconf_2.6.1.oe @@ -1,7 +1,8 @@ SECTION = "gnome/base" DESCRIPTION = "GNOME configuration database system" -SRC_URI = "http://ftp.gnome.org/pub/GNOME/sources/GConf/2.6/GConf-${PV}.tar.bz2" -DEPENDS = "orbit2 glib-2.0" +SRC_URI = "http://ftp.gnome.org/pub/GNOME/sources/GConf/2.6/GConf-${PV}.tar.bz2 \ + file://${FILESDIR}/backends.patch;patch=1" +DEPENDS = "orbit2 glib-2.0 gettext" S = "${WORKDIR}/GConf-${PV}" @@ -15,4 +16,5 @@ 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 } |