summaryrefslogtreecommitdiff
path: root/gnome
diff options
context:
space:
mode:
authorPhil Blundell <philb@gnu.org>2004-05-15 18:13:30 +0000
committerPhil Blundell <philb@gnu.org>2004-05-15 18:13:30 +0000
commita0fbfadf8ec045acb2087b7bd50218a9ca8fedd0 (patch)
tree3ff19ced22a785ea5b344e747218288ca1dd3443 /gnome
parentba08a3c9396cd6a8119f2a8912f63f102c65cd06 (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.patch0
-rw-r--r--gnome/gconf_2.6.1.oe6
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
}