mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-06-16 18:40:03 +00:00
0cedafff98
1.0.15 is latest 1.0.7 is required by HipHopVM Signed-off-by: Marcin Juszkiewicz <marcin.juszkiewicz@linaro.org> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
11 lines
363 B
PHP
11 lines
363 B
PHP
DESCRIPTION = "open source C/C++ client library and tools for the memcached server"
|
|
DEPENDS = "libevent util-linux"
|
|
LICENSE = "BSD"
|
|
LIC_FILES_CHKSUM = "file://COPYING;md5=865490941c91ba790f0ea78dec93bd60"
|
|
|
|
SRC_URI = "http://launchpad.net/libmemcached/1.0/${PV}/+download/libmemcached-${PV}.tar.gz"
|
|
|
|
TARGET_LDFLAGS += "-luuid"
|
|
|
|
inherit autotools gettext pkgconfig
|