mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-04-19 23:28:38 +00:00
SECTION has been used inconsistently throughout the recipes in this layer. Convert them to all use the same convention. Signed-off-by: Joe MacDonald <joe_macdonald@mentor.com>
15 lines
470 B
PHP
15 lines
470 B
PHP
DESCRIPTION = "open source C/C++ client library and tools for the memcached server"
|
|
DEPENDS = "libevent util-linux"
|
|
SECTION = "libdevel"
|
|
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
|