mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-05-31 13:20:03 +00:00
memcached: add 1.4.15
Signed-off-by: Marcin Juszkiewicz <marcin.juszkiewicz@linaro.org> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
This commit is contained in:
committed by
Martin Jansa
parent
0cedafff98
commit
452d98eb26
@@ -0,0 +1,15 @@
|
|||||||
|
DESCRIPTION = "Free & open source, high-performance, distributed memory object \
|
||||||
|
caching system, generic in nature, but intended for use in speeding up dynamic \
|
||||||
|
web applications by alleviating database load."
|
||||||
|
HOMEPAGE = "http://memcached.org/"
|
||||||
|
LICENSE = "BSD"
|
||||||
|
LIC_FILES_CHKSUM = "file://COPYING;md5=7e5ded7363d335e1bb18013ca08046ff"
|
||||||
|
|
||||||
|
SRC_URI = "http://memcached.googlecode.com/files/memcached-${PV}.tar.gz"
|
||||||
|
|
||||||
|
SRC_URI[md5sum] = "36ea966f5a29655be1746bf4949f7f69"
|
||||||
|
SRC_URI[sha256sum] = "169721ab7a7531add6ae9f6b14b6b5641725fe0b1f0bdf5c3a4327725901e2b4"
|
||||||
|
|
||||||
|
DEPENDS = "libevent"
|
||||||
|
|
||||||
|
inherit autotools
|
||||||
Reference in New Issue
Block a user