From 3fd74bd96b3984f356335a67cc53d35fb7a2b6db Mon Sep 17 00:00:00 2001 From: Lauren Post Date: Fri, 7 Mar 2014 15:26:15 -0600 Subject: openobex: Remove --enable-dump to disable dumping This features slows down performance and should only be enabled when debugging openobex. Signed-off-by: Lauren Post Signed-off-by: Martin Jansa --- meta-oe/recipes-connectivity/obex/openobex_1.5.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta-oe/recipes-connectivity/obex/openobex_1.5.bb b/meta-oe/recipes-connectivity/obex/openobex_1.5.bb index c62c5aab38..0d5cfef0c7 100644 --- a/meta-oe/recipes-connectivity/obex/openobex_1.5.bb +++ b/meta-oe/recipes-connectivity/obex/openobex_1.5.bb @@ -17,7 +17,7 @@ SRC_URI[sha256sum] = "e602047570799a47ecb028420bda8f2cef41310e5a99d084de10aa9422 inherit autotools binconfig pkgconfig -EXTRA_OECONF = "--enable-apps --enable-syslog --enable-dump \ +EXTRA_OECONF = "--enable-apps --enable-syslog \ --with-usb=${STAGING_LIBDIR}/.. --with-bluez=${STAGING_LIBDIR}/.." do_install_append() { -- cgit 1.2.3-korg