aboutsummaryrefslogtreecommitdiffstats
path: root/meta-networking/recipes-support/libmemcached/libmemcached.inc
blob: 50ef4d606257ca077c854de690aa5306f607374b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
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"

PACKAGECONFIG ??= ""
PACKAGECONFIG[sasl] = "--enable-sasl,--disable-sasl,cyrus-sasl"

inherit autotools gettext pkgconfig