diff options
author | Lauren Post <lauren.post@freescale.com> | 2014-03-07 15:26:15 -0600 |
---|---|---|
committer | Martin Jansa <Martin.Jansa@gmail.com> | 2014-03-15 15:25:27 +0100 |
commit | 3fd74bd96b3984f356335a67cc53d35fb7a2b6db (patch) | |
tree | 545175f409219973167aa8818a723bd4e39b1fa4 /meta-oe/recipes-connectivity/obex | |
parent | 2e7e9bec4882ee0a01e1a13cd8d981f2fd15c639 (diff) | |
download | meta-openembedded-3fd74bd96b3984f356335a67cc53d35fb7a2b6db.tar.gz |
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 <lauren.post@freescale.com>
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Diffstat (limited to 'meta-oe/recipes-connectivity/obex')
-rw-r--r-- | meta-oe/recipes-connectivity/obex/openobex_1.5.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-oe/recipes-connectivity/obex/openobex_1.5.bb b/meta-oe/recipes-connectivity/obex/openobex_1.5.bb index c62c5aab3..0d5cfef0c 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 | |||
17 | 17 | ||
18 | inherit autotools binconfig pkgconfig | 18 | inherit autotools binconfig pkgconfig |
19 | 19 | ||
20 | EXTRA_OECONF = "--enable-apps --enable-syslog --enable-dump \ | 20 | EXTRA_OECONF = "--enable-apps --enable-syslog \ |
21 | --with-usb=${STAGING_LIBDIR}/.. --with-bluez=${STAGING_LIBDIR}/.." | 21 | --with-usb=${STAGING_LIBDIR}/.. --with-bluez=${STAGING_LIBDIR}/.." |
22 | 22 | ||
23 | do_install_append() { | 23 | do_install_append() { |