memcached: Use "foreign" automake strictness

Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
Richard Purdie 2014-07-18 08:15:30 +00:00 committed by Martin Jansa
parent a846cd69f7
commit 5161b267c7
2 changed files with 15 additions and 1 deletions

View File

@ -0,0 +1,13 @@
Index: memcached-1.4.17/configure.ac
===================================================================
--- memcached-1.4.17.orig/configure.ac 2013-12-20 21:44:49.000000000 +0000
+++ memcached-1.4.17/configure.ac 2014-07-18 07:17:00.593499483 +0000
@@ -4,7 +4,7 @@
AC_INIT(memcached, VERSION_NUMBER, memcached@googlegroups.com)
AC_CANONICAL_SYSTEM
AC_CONFIG_SRCDIR(memcached.c)
-AM_INIT_AUTOMAKE(AC_PACKAGE_NAME, AC_PACKAGE_VERSION)
+AM_INIT_AUTOMAKE([foreign])
AM_CONFIG_HEADER(config.h)
AC_PROG_CC

View File

@ -17,7 +17,8 @@ inherit autotools
DEPENDS += "libevent"
RDEPENDS_${PN} += "perl perl-module-posix perl-module-autoloader perl-module-tie-hash"
SRC_URI = "http://www.memcached.org/files/${BP}.tar.gz"
SRC_URI = "http://www.memcached.org/files/${BP}.tar.gz \
file://configure.patch"
SRC_URI[md5sum] = "46402dfbd7faadf6182283dbbd18b1a6"
SRC_URI[sha256sum] = "d9173ef6d99ba798c982ea4566cb4f0e64eb23859fdbf9926a89999d8cdc0458"