aboutsummaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-support/dfu-util
diff options
context:
space:
mode:
Diffstat (limited to 'meta-oe/recipes-support/dfu-util')
-rw-r--r--meta-oe/recipes-support/dfu-util/dfu-util/configure.patch12
-rw-r--r--meta-oe/recipes-support/dfu-util/dfu-util_0.4.bb4
2 files changed, 15 insertions, 1 deletions
diff --git a/meta-oe/recipes-support/dfu-util/dfu-util/configure.patch b/meta-oe/recipes-support/dfu-util/dfu-util/configure.patch
new file mode 100644
index 0000000000..c83d510c17
--- /dev/null
+++ b/meta-oe/recipes-support/dfu-util/dfu-util/configure.patch
@@ -0,0 +1,12 @@
+diff -uNr dfu-util-0.4.orig/configure.ac dfu-util-0.4/configure.ac
+--- dfu-util-0.4.orig/configure.ac 2014-07-18 08:18:45.407552416 +0200
++++ dfu-util-0.4/configure.ac 2014-07-18 20:05:11.934894143 +0200
+@@ -4,7 +4,7 @@
+ AC_PREREQ(2.59)
+ AC_INIT([dfu-util],[0.4])
+ AC_CONFIG_AUX_DIR(m4)
+-AM_INIT_AUTOMAKE(AC_PACKAGE_NAME, AC_PACKAGE_VERSION)
++AM_INIT_AUTOMAKE([foreign])
+ AM_CONFIG_HEADER([config.h])
+
+ # Test for new silent rules and enable only if they are available
diff --git a/meta-oe/recipes-support/dfu-util/dfu-util_0.4.bb b/meta-oe/recipes-support/dfu-util/dfu-util_0.4.bb
index 12d6af6af4..9f55a8695b 100644
--- a/meta-oe/recipes-support/dfu-util/dfu-util_0.4.bb
+++ b/meta-oe/recipes-support/dfu-util/dfu-util_0.4.bb
@@ -2,7 +2,9 @@ require dfu-util.inc
DEPENDS = "libusb1"
-SRC_URI += "file://no-usbpath.patch"
+SRC_URI += "file://no-usbpath.patch \
+ file://configure.patch \
+"
SRC_URI[md5sum] = "2cf466fabb881e8598fa02f286d3242c"
SRC_URI[sha256sum] = "f60fea987aa06ee03da22a656d1d113ac224458ec4442bcf1764a62f0930bd07"