Patrick Williams | b48b7b4 | 2016-08-17 15:04:38 -0500 | [diff] [blame] | 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" |
| 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 | TARGET_LDFLAGS += "-luuid" |
Brad Bishop | 6e60e8b | 2018-02-01 10:27:11 -0500 | [diff] [blame] | 10 | TARGET_CFLAGS += "-D__USE_GNU -D_GNU_SOURCE" |
Patrick Williams | b48b7b4 | 2016-08-17 15:04:38 -0500 | [diff] [blame] | 11 | |
| 12 | PACKAGECONFIG ??= "" |
| 13 | PACKAGECONFIG[sasl] = "--enable-sasl,--disable-sasl,cyrus-sasl" |
| 14 | |
| 15 | inherit autotools gettext pkgconfig |