mirror of
git://git.openembedded.org/meta-openembedded
synced 2026-04-02 02:49:12 +00:00
dfu-util-0.4: add foreign to AM_INIT_AUTOMAKE
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
This commit is contained in:
parent
3bcea1441c
commit
e3bc528b65
12
meta-oe/recipes-support/dfu-util/dfu-util/configure.patch
Normal file
12
meta-oe/recipes-support/dfu-util/dfu-util/configure.patch
Normal file
@ -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
|
||||
@ -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"
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user