diff options
author | Richard Purdie <richard@openedhand.com> | 2006-01-18 19:08:01 +0000 |
---|---|---|
committer | Richard Purdie <richard@openedhand.com> | 2006-01-18 19:08:01 +0000 |
commit | eeb0244d2b1f6f62b2bbc95f7b22146bb3698312 (patch) | |
tree | 9f02e904c3fcda0df5a18fb3afe9c04ba4b25680 /openembedded/packages/gnome/gnome-vfs-dbus | |
parent | 3f4950c6c70a519c8a2ef4ce17b13188200f939f (diff) | |
download | openembedded-core-eeb0244d2b1f6f62b2bbc95f7b22146bb3698312.tar.gz openembedded-core-eeb0244d2b1f6f62b2bbc95f7b22146bb3698312.tar.bz2 openembedded-core-eeb0244d2b1f6f62b2bbc95f7b22146bb3698312.tar.xz openembedded-core-eeb0244d2b1f6f62b2bbc95f7b22146bb3698312.zip |
Add gconf-vfs_svn and gnome-vfs-dbus_2.8.4.4.bb from OE and add gconf-lossage patch.
git-svn-id: https://svn.o-hand.com/repos/poky@223 311d38ba-8fff-0310-9ca6-ca027cbcb966
Diffstat (limited to 'openembedded/packages/gnome/gnome-vfs-dbus')
-rw-r--r-- | openembedded/packages/gnome/gnome-vfs-dbus/gconftool-lossage.patch | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/openembedded/packages/gnome/gnome-vfs-dbus/gconftool-lossage.patch b/openembedded/packages/gnome/gnome-vfs-dbus/gconftool-lossage.patch new file mode 100644 index 000000000..3dbc130dd --- /dev/null +++ b/openembedded/packages/gnome/gnome-vfs-dbus/gconftool-lossage.patch @@ -0,0 +1,11 @@ +--- gnome-vfs-2.6.0/configure.in~ 2004-03-22 12:36:23.000000000 +0000 ++++ gnome-vfs-2.6.0/configure.in 2004-06-07 16:04:34.000000000 +0100 +@@ -154,7 +154,7 @@ + AC_PATH_PROG(GCONFTOOL, gconftool-2, no) + + if test x"$GCONFTOOL" = xno; then +- AC_MSG_ERROR([gconftool-2 executable not found in your path - should be installed with GConf]) ++ AC_MSG_WARN([gconftool-2 executable not found in your path - should be installed with GConf]) + fi + + AM_GCONF_SOURCE_2 |