summaryrefslogtreecommitdiffstats
path: root/meta-networking/recipes-support/libmemcached/libmemcached.inc
diff options
context:
space:
mode:
Diffstat (limited to 'meta-networking/recipes-support/libmemcached/libmemcached.inc')
-rw-r--r--meta-networking/recipes-support/libmemcached/libmemcached.inc13
1 files changed, 13 insertions, 0 deletions
diff --git a/meta-networking/recipes-support/libmemcached/libmemcached.inc b/meta-networking/recipes-support/libmemcached/libmemcached.inc
new file mode 100644
index 000000000..50ef4d606
--- /dev/null
+++ b/meta-networking/recipes-support/libmemcached/libmemcached.inc
@@ -0,0 +1,13 @@
1DESCRIPTION = "open source C/C++ client library and tools for the memcached server"
2DEPENDS = "libevent util-linux"
3LICENSE = "BSD"
4LIC_FILES_CHKSUM = "file://COPYING;md5=865490941c91ba790f0ea78dec93bd60"
5
6SRC_URI = "http://launchpad.net/libmemcached/1.0/${PV}/+download/libmemcached-${PV}.tar.gz"
7
8TARGET_LDFLAGS += "-luuid"
9
10PACKAGECONFIG ??= ""
11PACKAGECONFIG[sasl] = "--enable-sasl,--disable-sasl,cyrus-sasl"
12
13inherit autotools gettext pkgconfig