From a34c6b9f28413c17d163b5d139dfdf2d7fd16a07 Mon Sep 17 00:00:00 2001 From: Khem Raj Date: Tue, 9 Jun 2026 21:17:23 -0700 Subject: libqb: upgrade 2.0.8 -> 2.0.10 Signed-off-by: Khem Raj --- meta-oe/recipes-extended/libqb/libqb_2.0.10.bb | 19 +++++++++++++++++++ meta-oe/recipes-extended/libqb/libqb_2.0.8.bb | 19 ------------------- 2 files changed, 19 insertions(+), 19 deletions(-) create mode 100644 meta-oe/recipes-extended/libqb/libqb_2.0.10.bb delete mode 100644 meta-oe/recipes-extended/libqb/libqb_2.0.8.bb (limited to 'meta-oe') diff --git a/meta-oe/recipes-extended/libqb/libqb_2.0.10.bb b/meta-oe/recipes-extended/libqb/libqb_2.0.10.bb new file mode 100644 index 0000000000..9ea1d542fa --- /dev/null +++ b/meta-oe/recipes-extended/libqb/libqb_2.0.10.bb @@ -0,0 +1,19 @@ +SUMMARY = "An IPC library for high performance servers" +DESCRIPTION = "libqb is a library with the primary purpose of providing high performance client server reusable features. \ +It provides high performance logging, tracing, ipc, and poll." + +HOMEPAGE = "https://github.com/clusterlabs/libqb/wiki" +SECTION = "libs" +LICENSE = "LGPL-2.1-only" +LIC_FILES_CHKSUM = "file://COPYING;md5=321bf41f280cf805086dd5a720b37785" + +inherit autotools pkgconfig + +SRC_URI = "https://github.com/ClusterLabs/${BPN}/releases/download/v${PV}/${BP}.tar.xz" +SRC_URI[sha256sum] = "326a69fb5b2ee4479f0db4f98d10d670ad0798b5ded8c4cfd585b765fd8941e8" + +DEPENDS += "libxml2" + +CFLAGS += "-pthread -D_REENTRANT" + +BBCLASSEXTEND = "native" diff --git a/meta-oe/recipes-extended/libqb/libqb_2.0.8.bb b/meta-oe/recipes-extended/libqb/libqb_2.0.8.bb deleted file mode 100644 index d270bf2113..0000000000 --- a/meta-oe/recipes-extended/libqb/libqb_2.0.8.bb +++ /dev/null @@ -1,19 +0,0 @@ -SUMMARY = "An IPC library for high performance servers" -DESCRIPTION = "libqb is a library with the primary purpose of providing high performance client server reusable features. \ -It provides high performance logging, tracing, ipc, and poll." - -HOMEPAGE = "https://github.com/clusterlabs/libqb/wiki" -SECTION = "libs" -LICENSE = "LGPL-2.1-only" -LIC_FILES_CHKSUM = "file://COPYING;md5=321bf41f280cf805086dd5a720b37785" - -inherit autotools pkgconfig - -SRC_URI = "https://github.com/ClusterLabs/${BPN}/releases/download/v${PV}/${BP}.tar.xz" -SRC_URI[sha256sum] = "b42531fc20b8ac02f4c6d0a4dc49f7c4a1eef09bdb13af5f6927b7fc49522ee6" - -DEPENDS += "libxml2" - -CFLAGS += "-pthread -D_REENTRANT" - -BBCLASSEXTEND = "native" -- cgit v1.2.3-54-g00ecf