summaryrefslogtreecommitdiffstats
path: root/meta/recipes-support/libusb/libusb1/obsolete_automake_macros.patch
diff options
context:
space:
mode:
Diffstat (limited to 'meta/recipes-support/libusb/libusb1/obsolete_automake_macros.patch')
-rw-r--r--meta/recipes-support/libusb/libusb1/obsolete_automake_macros.patch15
1 files changed, 0 insertions, 15 deletions
diff --git a/meta/recipes-support/libusb/libusb1/obsolete_automake_macros.patch b/meta/recipes-support/libusb/libusb1/obsolete_automake_macros.patch
deleted file mode 100644
index b1dd66c969..0000000000
--- a/meta/recipes-support/libusb/libusb1/obsolete_automake_macros.patch
+++ /dev/null
@@ -1,15 +0,0 @@
1Upstream-Status: Submitted [https://libusb.org/ticket/159]
2
3Signed-off-by: Marko Lindqvist <cazfi74@gmail.com>
4diff -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])