diff options
author | Ross Burton <ross@openedhand.com> | 2005-11-25 09:28:38 +0000 |
---|---|---|
committer | Ross Burton <ross@openedhand.com> | 2005-11-25 09:28:38 +0000 |
commit | cb216acc908eca1fa88f631f83b5b9e6b5a5f560 (patch) | |
tree | 59454176a6b8043ed4df0b88b3575f6c0c59f2e2 /openembedded/packages | |
parent | f8f6ddf146ae0b63089d9dfd7aa4e1426935ac02 (diff) | |
download | openembedded-core-cb216acc908eca1fa88f631f83b5b9e6b5a5f560.tar.gz openembedded-core-cb216acc908eca1fa88f631f83b5b9e6b5a5f560.tar.bz2 openembedded-core-cb216acc908eca1fa88f631f83b5b9e6b5a5f560.zip |
Sync args to svn
git-svn-id: https://svn.o-hand.com/repos/poky@185 311d38ba-8fff-0310-9ca6-ca027cbcb966
Diffstat (limited to 'openembedded/packages')
-rwxr-xr-x | openembedded/packages/eds/eds-dbus_svn.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/openembedded/packages/eds/eds-dbus_svn.bb b/openembedded/packages/eds/eds-dbus_svn.bb index 4366dccb61..954cfdcb21 100755 --- a/openembedded/packages/eds/eds-dbus_svn.bb +++ b/openembedded/packages/eds/eds-dbus_svn.bb @@ -16,7 +16,7 @@ S = "${WORKDIR}/trunk" inherit autotools pkgconfig -EXTRA_OECONF = "--without-openldap --disable-nntp --disable-gtk-doc --with-dbus --without-libgnome --disable-soup --with-libdb41=${STAGING_DIR}/${HOST_SYS} --disable-smime --disable-nss --without-camel" +EXTRA_OECONF = "--without-openldap --with-dbus --without-bug-buddy --without-soup --with-libdb41=${STAGING_DIR}/${HOST_SYS} --disable-smime --disable-nss --disable-camel --disable-nntp --disable-gtk-doc" acpaths = " -I ${STAGING_DATADIR}/aclocal/gnome-macros " |