aboutsummaryrefslogtreecommitdiffstats
path: root/meta/recipes-support/libusb/libusb1-1.0.9/obsolete_automake_macros.patch
diff options
context:
space:
mode:
authorMarko Lindqvist <cazfi74@gmail.com>2013-01-08 09:16:39 +0200
committerSaul Wold <sgw@linux.intel.com>2013-01-09 16:40:37 -0800
commitdaee74c11411b78560a9682675a215da634a142a (patch)
tree711b644e59b3b0e396829de55eef47e8cba4c137 /meta/recipes-support/libusb/libusb1-1.0.9/obsolete_automake_macros.patch
parentbebb0419ca98b386db0046c127a6eccc66f4507a (diff)
downloadopenembedded-core-contrib-daee74c11411b78560a9682675a215da634a142a.tar.gz
libusb: replace obsolete automake macros with working ones
Add obsolete_automake_macros.patch that replaces automake macros no longer supported by automake-1.13 with modern constructs. Signed-off-by: Marko Lindqvist <cazfi74@gmail.com> Signed-off-by: Saul Wold <sgw@linux.intel.com>
Diffstat (limited to 'meta/recipes-support/libusb/libusb1-1.0.9/obsolete_automake_macros.patch')
-rw-r--r--meta/recipes-support/libusb/libusb1-1.0.9/obsolete_automake_macros.patch15
1 files changed, 15 insertions, 0 deletions
diff --git a/meta/recipes-support/libusb/libusb1-1.0.9/obsolete_automake_macros.patch b/meta/recipes-support/libusb/libusb1-1.0.9/obsolete_automake_macros.patch
new file mode 100644
index 0000000000..b1dd66c969
--- /dev/null
+++ b/meta/recipes-support/libusb/libusb1-1.0.9/obsolete_automake_macros.patch
@@ -0,0 +1,15 @@
+Upstream-Status: Submitted [https://libusb.org/ticket/159]
+
+Signed-off-by: Marko Lindqvist <cazfi74@gmail.com>
+diff -Nurd libusb-1.0.9/configure.ac libusb-1.0.9/configure.ac
+--- libusb-1.0.9/configure.ac 2012-04-20 09:44:27.000000000 +0300
++++ libusb-1.0.9/configure.ac 2013-01-02 16:36:44.152121483 +0200
+@@ -31,7 +31,7 @@
+
+ AC_CONFIG_SRCDIR([libusb/core.c])
+ AC_CONFIG_MACRO_DIR([m4])
+-AM_CONFIG_HEADER([config.h])
++AC_CONFIG_HEADERS([config.h])
+ m4_ifdef([AM_SILENT_RULES],[AM_SILENT_RULES([yes])])
+
+ AC_PREREQ([2.50])