diff options
author | Martin Jansa <Martin.Jansa@gmail.com> | 2014-07-18 20:07:29 +0200 |
---|---|---|
committer | Martin Jansa <Martin.Jansa@gmail.com> | 2014-07-22 00:01:57 +0200 |
commit | e3bc528b655788e3a5f95209b9f59ac85315e35a (patch) | |
tree | 1438afbfdf41d479e42c815868786fc676ed720a /meta-oe | |
parent | 3bcea1441cc608fc7e0913c5b8c30b39c5eef3aa (diff) | |
download | meta-openembedded-e3bc528b655788e3a5f95209b9f59ac85315e35a.tar.gz |
dfu-util-0.4: add foreign to AM_INIT_AUTOMAKE
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Diffstat (limited to 'meta-oe')
-rw-r--r-- | meta-oe/recipes-support/dfu-util/dfu-util/configure.patch | 12 | ||||
-rw-r--r-- | meta-oe/recipes-support/dfu-util/dfu-util_0.4.bb | 4 |
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 000000000..c83d510c1 --- /dev/null +++ b/meta-oe/recipes-support/dfu-util/dfu-util/configure.patch | |||
@@ -0,0 +1,12 @@ | |||
1 | diff -uNr dfu-util-0.4.orig/configure.ac dfu-util-0.4/configure.ac | ||
2 | --- dfu-util-0.4.orig/configure.ac 2014-07-18 08:18:45.407552416 +0200 | ||
3 | +++ dfu-util-0.4/configure.ac 2014-07-18 20:05:11.934894143 +0200 | ||
4 | @@ -4,7 +4,7 @@ | ||
5 | AC_PREREQ(2.59) | ||
6 | AC_INIT([dfu-util],[0.4]) | ||
7 | AC_CONFIG_AUX_DIR(m4) | ||
8 | -AM_INIT_AUTOMAKE(AC_PACKAGE_NAME, AC_PACKAGE_VERSION) | ||
9 | +AM_INIT_AUTOMAKE([foreign]) | ||
10 | AM_CONFIG_HEADER([config.h]) | ||
11 | |||
12 | # 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 12d6af6af..9f55a8695 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 | |||
2 | 2 | ||
3 | DEPENDS = "libusb1" | 3 | DEPENDS = "libusb1" |
4 | 4 | ||
5 | SRC_URI += "file://no-usbpath.patch" | 5 | SRC_URI += "file://no-usbpath.patch \ |
6 | file://configure.patch \ | ||
7 | " | ||
6 | 8 | ||
7 | SRC_URI[md5sum] = "2cf466fabb881e8598fa02f286d3242c" | 9 | SRC_URI[md5sum] = "2cf466fabb881e8598fa02f286d3242c" |
8 | SRC_URI[sha256sum] = "f60fea987aa06ee03da22a656d1d113ac224458ec4442bcf1764a62f0930bd07" | 10 | SRC_URI[sha256sum] = "f60fea987aa06ee03da22a656d1d113ac224458ec4442bcf1764a62f0930bd07" |