diff options
author | Richard Purdie <richard.purdie@linuxfoundation.org> | 2014-07-18 08:15:19 +0000 |
---|---|---|
committer | Martin Jansa <Martin.Jansa@gmail.com> | 2014-07-22 00:01:54 +0200 |
commit | a846cd69f75557b9a47c6d68d4d2b678aad493a4 (patch) | |
tree | 1902e702ae697c2fa6efa755ea735a4d0b870718 | |
parent | e97f2308e3b3710452deed5b9dfb390351ce6ce5 (diff) | |
download | meta-openembedded-a846cd69f75557b9a47c6d68d4d2b678aad493a4.tar.gz |
ipsec-tools: Use "foreign" automake strictness
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
-rw-r--r-- | meta-networking/recipes-support/ipsec-tools/ipsec-tools/configure.patch | 13 | ||||
-rw-r--r-- | meta-networking/recipes-support/ipsec-tools/ipsec-tools_0.8.1.bb | 1 |
2 files changed, 14 insertions, 0 deletions
diff --git a/meta-networking/recipes-support/ipsec-tools/ipsec-tools/configure.patch b/meta-networking/recipes-support/ipsec-tools/ipsec-tools/configure.patch new file mode 100644 index 000000000..8d270a62b --- /dev/null +++ b/meta-networking/recipes-support/ipsec-tools/ipsec-tools/configure.patch | |||
@@ -0,0 +1,13 @@ | |||
1 | Index: ipsec-tools-0.8.1/configure.ac | ||
2 | =================================================================== | ||
3 | --- ipsec-tools-0.8.1.orig/configure.ac 2013-01-08 12:43:29.000000000 +0000 | ||
4 | +++ ipsec-tools-0.8.1/configure.ac 2014-07-18 07:51:30.045555880 +0000 | ||
5 | @@ -6,7 +6,7 @@ | ||
6 | AC_CONFIG_SRCDIR([configure.ac]) | ||
7 | AC_CONFIG_HEADERS(config.h) | ||
8 | |||
9 | -AM_INIT_AUTOMAKE(dist-bzip2) | ||
10 | +AM_INIT_AUTOMAKE([foreign dist-bzip2]) | ||
11 | |||
12 | AC_ENABLE_SHARED(no) | ||
13 | |||
diff --git a/meta-networking/recipes-support/ipsec-tools/ipsec-tools_0.8.1.bb b/meta-networking/recipes-support/ipsec-tools/ipsec-tools_0.8.1.bb index fcf329c11..2e5c0a450 100644 --- a/meta-networking/recipes-support/ipsec-tools/ipsec-tools_0.8.1.bb +++ b/meta-networking/recipes-support/ipsec-tools/ipsec-tools_0.8.1.bb | |||
@@ -10,6 +10,7 @@ DEPENDS = "virtual/kernel openssl readline flex-native bison-native" | |||
10 | SRC_URI = "ftp://ftp.netbsd.org/pub/NetBSD/misc/ipsec-tools/0.8/ipsec-tools-${PV}.tar.bz2 \ | 10 | SRC_URI = "ftp://ftp.netbsd.org/pub/NetBSD/misc/ipsec-tools/0.8/ipsec-tools-${PV}.tar.bz2 \ |
11 | file://0001-Fix-warning-with-gcc-4.8.patch \ | 11 | file://0001-Fix-warning-with-gcc-4.8.patch \ |
12 | file://0002-Don-t-link-against-libfl.patch \ | 12 | file://0002-Don-t-link-against-libfl.patch \ |
13 | file://configure.patch \ | ||
13 | " | 14 | " |
14 | SRC_URI[md5sum] = "d38b39f291ba2962387c3232e7335dd8" | 15 | SRC_URI[md5sum] = "d38b39f291ba2962387c3232e7335dd8" |
15 | SRC_URI[sha256sum] = "fa4a95bb36842f001b84c4e7a1bb727e3ee06147edbc830a881d63abe8153dd4" | 16 | SRC_URI[sha256sum] = "fa4a95bb36842f001b84c4e7a1bb727e3ee06147edbc830a881d63abe8153dd4" |