diff options
author | Khem Raj <raj.khem@gmail.com> | 2018-08-29 07:34:10 -0700 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2018-08-29 18:18:14 -0700 |
commit | 028208f6999aa76c881e8a49fa00f472ea9efb84 (patch) | |
tree | d3801bb788eddea78273aa2220c28aa776011b93 /meta-networking/recipes-support/memcached | |
parent | b3f3251273cf2ed97e597de00eda5c8cf9538567 (diff) | |
download | meta-openembedded-028208f6999aa76c881e8a49fa00f472ea9efb84.tar.gz |
memcached: Update to 1.5.10
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-networking/recipes-support/memcached')
-rw-r--r-- | meta-networking/recipes-support/memcached/memcached_1.5.10.bb (renamed from meta-networking/recipes-support/memcached/memcached_1.5.7.bb) | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/meta-networking/recipes-support/memcached/memcached_1.5.7.bb b/meta-networking/recipes-support/memcached/memcached_1.5.10.bb index 0703e7c59..d2cafc9f6 100644 --- a/meta-networking/recipes-support/memcached/memcached_1.5.7.bb +++ b/meta-networking/recipes-support/memcached/memcached_1.5.10.bb | |||
@@ -22,8 +22,8 @@ RDEPENDS_${PN} += "perl perl-module-posix perl-module-autoloader \ | |||
22 | SRC_URI = "http://www.memcached.org/files/${BP}.tar.gz \ | 22 | SRC_URI = "http://www.memcached.org/files/${BP}.tar.gz \ |
23 | file://memcached-add-hugetlbfs-check.patch \ | 23 | file://memcached-add-hugetlbfs-check.patch \ |
24 | " | 24 | " |
25 | SRC_URI[md5sum] = "07feaa900181c66753f9b060f40f24aa" | 25 | SRC_URI[md5sum] = "8462616b554183a75845b03c56837cca" |
26 | SRC_URI[sha256sum] = "5bb706a8fc7ae7461a6788eaddd85e4a4e84e952d3a80c21926342c2838f4e46" | 26 | SRC_URI[sha256sum] = "494c060dbd96d546c74ab85a3cc3984d009b4423767ac33e05dd2340c01f1c4b" |
27 | 27 | ||
28 | # set the same COMPATIBLE_HOST as libhugetlbfs | 28 | # set the same COMPATIBLE_HOST as libhugetlbfs |
29 | COMPATIBLE_HOST = '(i.86|x86_64|powerpc|powerpc64|arm).*-linux' | 29 | COMPATIBLE_HOST = '(i.86|x86_64|powerpc|powerpc64|arm).*-linux' |