diff options
Diffstat (limited to 'meta-networking/recipes-support/libmemcached/libmemcached.inc')
-rw-r--r-- | meta-networking/recipes-support/libmemcached/libmemcached.inc | 17 |
1 files changed, 0 insertions, 17 deletions
diff --git a/meta-networking/recipes-support/libmemcached/libmemcached.inc b/meta-networking/recipes-support/libmemcached/libmemcached.inc deleted file mode 100644 index 319ab29ce7..0000000000 --- a/meta-networking/recipes-support/libmemcached/libmemcached.inc +++ /dev/null | |||
@@ -1,17 +0,0 @@ | |||
1 | DESCRIPTION = "open source C/C++ client library and tools for the memcached server" | ||
2 | DEPENDS = "libevent util-linux" | ||
3 | SECTION = "libdevel" | ||
4 | LICENSE = "BSD-3-Clause" | ||
5 | LIC_FILES_CHKSUM = "file://COPYING;md5=865490941c91ba790f0ea78dec93bd60" | ||
6 | |||
7 | SRC_URI = "http://launchpad.net/libmemcached/1.0/${PV}/+download/libmemcached-${PV}.tar.gz" | ||
8 | |||
9 | UPSTREAM_CHECK_URI = "https://launchpad.net/libmemcached" | ||
10 | |||
11 | TARGET_LDFLAGS += "-luuid" | ||
12 | TARGET_CFLAGS += "-D__USE_GNU -D_GNU_SOURCE" | ||
13 | |||
14 | PACKAGECONFIG ??= "" | ||
15 | PACKAGECONFIG[sasl] = "--enable-sasl,--disable-sasl,cyrus-sasl" | ||
16 | |||
17 | inherit autotools gettext pkgconfig | ||