summaryrefslogtreecommitdiffstats
path: root/meta-networking/recipes-support/libmemcached
diff options
context:
space:
mode:
Diffstat (limited to 'meta-networking/recipes-support/libmemcached')
-rw-r--r--meta-networking/recipes-support/libmemcached/libmemcached.inc17
-rw-r--r--meta-networking/recipes-support/libmemcached/libmemcached_1.0.18.bb21
-rw-r--r--meta-networking/recipes-support/libmemcached/libmemcached_1.0.7.bb4
3 files changed, 19 insertions, 23 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 @@
1DESCRIPTION = "open source C/C++ client library and tools for the memcached server"
2DEPENDS = "libevent util-linux"
3SECTION = "libdevel"
4LICENSE = "BSD-3-Clause"
5LIC_FILES_CHKSUM = "file://COPYING;md5=865490941c91ba790f0ea78dec93bd60"
6
7SRC_URI = "http://launchpad.net/libmemcached/1.0/${PV}/+download/libmemcached-${PV}.tar.gz"
8
9UPSTREAM_CHECK_URI = "https://launchpad.net/libmemcached"
10
11TARGET_LDFLAGS += "-luuid"
12TARGET_CFLAGS += "-D__USE_GNU -D_GNU_SOURCE"
13
14PACKAGECONFIG ??= ""
15PACKAGECONFIG[sasl] = "--enable-sasl,--disable-sasl,cyrus-sasl"
16
17inherit autotools gettext pkgconfig
diff --git a/meta-networking/recipes-support/libmemcached/libmemcached_1.0.18.bb b/meta-networking/recipes-support/libmemcached/libmemcached_1.0.18.bb
index 56778c0483..561308b33d 100644
--- a/meta-networking/recipes-support/libmemcached/libmemcached_1.0.18.bb
+++ b/meta-networking/recipes-support/libmemcached/libmemcached_1.0.18.bb
@@ -1,6 +1,11 @@
1require libmemcached.inc 1DESCRIPTION = "open source C/C++ client library and tools for the memcached server"
2DEPENDS = "libevent util-linux"
3SECTION = "libdevel"
4LICENSE = "BSD-3-Clause"
5LIC_FILES_CHKSUM = "file://COPYING;md5=865490941c91ba790f0ea78dec93bd60"
2 6
3SRC_URI += "\ 7SRC_URI = "\
8 http://launchpad.net/libmemcached/1.0/${PV}/+download/libmemcached-${PV}.tar.gz \
4 file://crosscompile.patch \ 9 file://crosscompile.patch \
5 file://0001-configure.ac-Do-not-configure-build-aux.patch \ 10 file://0001-configure.ac-Do-not-configure-build-aux.patch \
6 file://0001-Fix-comparison-types.patch \ 11 file://0001-Fix-comparison-types.patch \
@@ -8,3 +13,15 @@ SRC_URI += "\
8 " 13 "
9SRC_URI[md5sum] = "b3958716b4e53ddc5992e6c49d97e819" 14SRC_URI[md5sum] = "b3958716b4e53ddc5992e6c49d97e819"
10SRC_URI[sha256sum] = "e22c0bb032fde08f53de9ffbc5a128233041d9f33b5de022c0978a2149885f82" 15SRC_URI[sha256sum] = "e22c0bb032fde08f53de9ffbc5a128233041d9f33b5de022c0978a2149885f82"
16
17UPSTREAM_CHECK_URI = "https://launchpad.net/libmemcached"
18
19CVE_STATUS[CVE-2023-27478] = "fixed-version: this problem was not yet introduced in 1.0.18"
20
21TARGET_LDFLAGS += "-luuid"
22TARGET_CFLAGS += "-D__USE_GNU -D_GNU_SOURCE"
23
24PACKAGECONFIG ??= ""
25PACKAGECONFIG[sasl] = "--enable-sasl,--disable-sasl,cyrus-sasl"
26
27inherit autotools gettext pkgconfig
diff --git a/meta-networking/recipes-support/libmemcached/libmemcached_1.0.7.bb b/meta-networking/recipes-support/libmemcached/libmemcached_1.0.7.bb
deleted file mode 100644
index cdf8415ff7..0000000000
--- a/meta-networking/recipes-support/libmemcached/libmemcached_1.0.7.bb
+++ /dev/null
@@ -1,4 +0,0 @@
1require libmemcached.inc
2
3SRC_URI[md5sum] = "d59a462a92d296f76bff2d9bc72b2516"
4SRC_URI[sha256sum] = "3efa86c9733eaad55d7119cb16769424e2aa6c22b3392e8f973946fce6678d81"