diff options
author | Richard Purdie <richard.purdie@linuxfoundation.org> | 2014-07-18 08:15:30 +0000 |
---|---|---|
committer | Martin Jansa <Martin.Jansa@gmail.com> | 2014-07-22 00:01:55 +0200 |
commit | 5161b267c7d4e93b668a21da9db40f7ab49a4140 (patch) | |
tree | 8dfa303f8a2c7bede49dfe7bc69a752880b92b42 /meta-networking | |
parent | a846cd69f75557b9a47c6d68d4d2b678aad493a4 (diff) | |
download | meta-openembedded-5161b267c7d4e93b668a21da9db40f7ab49a4140.tar.gz |
memcached: Use "foreign" automake strictness
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta-networking')
-rw-r--r-- | meta-networking/recipes-support/memcached/memcached/configure.patch | 13 | ||||
-rw-r--r-- | meta-networking/recipes-support/memcached/memcached_1.4.17.bb | 3 |
2 files changed, 15 insertions, 1 deletions
diff --git a/meta-networking/recipes-support/memcached/memcached/configure.patch b/meta-networking/recipes-support/memcached/memcached/configure.patch new file mode 100644 index 000000000..7001a0ed6 --- /dev/null +++ b/meta-networking/recipes-support/memcached/memcached/configure.patch | |||
@@ -0,0 +1,13 @@ | |||
1 | Index: memcached-1.4.17/configure.ac | ||
2 | =================================================================== | ||
3 | --- memcached-1.4.17.orig/configure.ac 2013-12-20 21:44:49.000000000 +0000 | ||
4 | +++ memcached-1.4.17/configure.ac 2014-07-18 07:17:00.593499483 +0000 | ||
5 | @@ -4,7 +4,7 @@ | ||
6 | AC_INIT(memcached, VERSION_NUMBER, memcached@googlegroups.com) | ||
7 | AC_CANONICAL_SYSTEM | ||
8 | AC_CONFIG_SRCDIR(memcached.c) | ||
9 | -AM_INIT_AUTOMAKE(AC_PACKAGE_NAME, AC_PACKAGE_VERSION) | ||
10 | +AM_INIT_AUTOMAKE([foreign]) | ||
11 | AM_CONFIG_HEADER(config.h) | ||
12 | |||
13 | AC_PROG_CC | ||
diff --git a/meta-networking/recipes-support/memcached/memcached_1.4.17.bb b/meta-networking/recipes-support/memcached/memcached_1.4.17.bb index 20e1bd465..5d37df08a 100644 --- a/meta-networking/recipes-support/memcached/memcached_1.4.17.bb +++ b/meta-networking/recipes-support/memcached/memcached_1.4.17.bb | |||
@@ -17,7 +17,8 @@ inherit autotools | |||
17 | DEPENDS += "libevent" | 17 | DEPENDS += "libevent" |
18 | RDEPENDS_${PN} += "perl perl-module-posix perl-module-autoloader perl-module-tie-hash" | 18 | RDEPENDS_${PN} += "perl perl-module-posix perl-module-autoloader perl-module-tie-hash" |
19 | 19 | ||
20 | SRC_URI = "http://www.memcached.org/files/${BP}.tar.gz" | 20 | SRC_URI = "http://www.memcached.org/files/${BP}.tar.gz \ |
21 | file://configure.patch" | ||
21 | 22 | ||
22 | SRC_URI[md5sum] = "46402dfbd7faadf6182283dbbd18b1a6" | 23 | SRC_URI[md5sum] = "46402dfbd7faadf6182283dbbd18b1a6" |
23 | SRC_URI[sha256sum] = "d9173ef6d99ba798c982ea4566cb4f0e64eb23859fdbf9926a89999d8cdc0458" | 24 | SRC_URI[sha256sum] = "d9173ef6d99ba798c982ea4566cb4f0e64eb23859fdbf9926a89999d8cdc0458" |