diff options
author | Matthias Hentges <oe@hentges.net> | 2006-03-27 16:38:24 +0000 |
---|---|---|
committer | OpenEmbedded Project <openembedded-devel@lists.openembedded.org> | 2006-03-27 16:38:24 +0000 |
commit | 643b5b8338554da781462bee60944bfe901e0122 (patch) | |
tree | 316f8c91386d87433a9654b1f9678017aa0b1898 /packages/openobex/files/disable-cable-test.patch | |
parent | fd76ecd58f985cd8552b7cdb46942311307f68be (diff) | |
parent | a8ce58df9771978d98beeb476be86a7e2a5ab190 (diff) |
merge of fa2942578b779e2f09210ed8416c89ed68c49837
and 8809b1f1d7adf1812d6bf8155574eb4721370006
Diffstat (limited to 'packages/openobex/files/disable-cable-test.patch')
-rw-r--r-- | packages/openobex/files/disable-cable-test.patch | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/packages/openobex/files/disable-cable-test.patch b/packages/openobex/files/disable-cable-test.patch new file mode 100644 index 0000000000..95b636dd8f --- /dev/null +++ b/packages/openobex/files/disable-cable-test.patch @@ -0,0 +1,16 @@ + +# +# Patch managed by http://www.holgerschurig.de/patcher.html +# + +--- openobex-1.2/apps/Makefile.am~disable-cable-test ++++ openobex-1.2/apps/Makefile.am +@@ -6,7 +6,7 @@ + obex_io.c obex_io.h \ + obex_put_common.c obex_put_common.h + +-bin_PROGRAMS = irxfer obex_tcp irobex_palm3 obex_test ++bin_PROGRAMS = irxfer obex_tcp irobex_palm3 + + obex_test_SOURCES = \ + obex_test.c obex_test.h \ |