diff options
| author | Saul Wold <sgw@linux.intel.com> | 2014-05-15 06:57:24 -0700 |
|---|---|---|
| committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2014-05-15 23:24:44 +0100 |
| commit | 67448158c7ef03119a5065bc62cf90e886f5c564 (patch) | |
| tree | ddfcfbae13378f58f950bb8b7280aded12003ca8 /meta/recipes-support/libusb/libusb1 | |
| parent | 85f51bb754d154ba1f2d3a3903b67d4994efe52f (diff) | |
| download | poky-67448158c7ef03119a5065bc62cf90e886f5c564.tar.gz | |
libusb1: Update to 1.0.18
(From OE-Core rev: 62bccaa7979213555fced945b1b09e92683d4213)
Signed-off-by: Saul Wold <sgw@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-support/libusb/libusb1')
| -rw-r--r-- | meta/recipes-support/libusb/libusb1/obsolete_automake_macros.patch | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/meta/recipes-support/libusb/libusb1/obsolete_automake_macros.patch b/meta/recipes-support/libusb/libusb1/obsolete_automake_macros.patch new file mode 100644 index 0000000000..b1dd66c969 --- /dev/null +++ b/meta/recipes-support/libusb/libusb1/obsolete_automake_macros.patch | |||
| @@ -0,0 +1,15 @@ | |||
| 1 | Upstream-Status: Submitted [https://libusb.org/ticket/159] | ||
| 2 | |||
| 3 | Signed-off-by: Marko Lindqvist <cazfi74@gmail.com> | ||
| 4 | diff -Nurd libusb-1.0.9/configure.ac libusb-1.0.9/configure.ac | ||
| 5 | --- libusb-1.0.9/configure.ac 2012-04-20 09:44:27.000000000 +0300 | ||
| 6 | +++ libusb-1.0.9/configure.ac 2013-01-02 16:36:44.152121483 +0200 | ||
| 7 | @@ -31,7 +31,7 @@ | ||
| 8 | |||
| 9 | AC_CONFIG_SRCDIR([libusb/core.c]) | ||
| 10 | AC_CONFIG_MACRO_DIR([m4]) | ||
| 11 | -AM_CONFIG_HEADER([config.h]) | ||
| 12 | +AC_CONFIG_HEADERS([config.h]) | ||
| 13 | m4_ifdef([AM_SILENT_RULES],[AM_SILENT_RULES([yes])]) | ||
| 14 | |||
| 15 | AC_PREREQ([2.50]) | ||
