From 2080452f1dc48f3be79d9a8001d48abf2ad01064 Mon Sep 17 00:00:00 2001 From: Wang Mingyu Date: Mon, 8 May 2023 18:07:51 +0800 Subject: log4cpp: upgrade 1.1.3 -> 1.1.4 Signed-off-by: Wang Mingyu Signed-off-by: Khem Raj --- meta-oe/recipes-support/log4cpp/log4cpp_1.1.3.bb | 23 ----------------------- meta-oe/recipes-support/log4cpp/log4cpp_1.1.4.bb | 22 ++++++++++++++++++++++ 2 files changed, 22 insertions(+), 23 deletions(-) delete mode 100644 meta-oe/recipes-support/log4cpp/log4cpp_1.1.3.bb create mode 100644 meta-oe/recipes-support/log4cpp/log4cpp_1.1.4.bb diff --git a/meta-oe/recipes-support/log4cpp/log4cpp_1.1.3.bb b/meta-oe/recipes-support/log4cpp/log4cpp_1.1.3.bb deleted file mode 100644 index 8e6d455174..0000000000 --- a/meta-oe/recipes-support/log4cpp/log4cpp_1.1.3.bb +++ /dev/null @@ -1,23 +0,0 @@ -DESCRIPTION = "A library of C++ classes for flexible logging to files, syslog, IDSA and other destinations." -HOMEPAGE = "http://sourceforge.net/projects/log4cpp/" -LICENSE = "LGPL-2.1-only" -LIC_FILES_CHKSUM = "file://COPYING;md5=7fbc338309ac38fefcd64b04bb903e34" - -SRC_URI = "http://downloads.sourceforge.net/${BPN}/${BP}.tar.gz \ - file://fix-pc.patch;striplevel=2 \ - " -SRC_URI[md5sum] = "b9e2cee932da987212f2c74b767b4d8b" -SRC_URI[sha256sum] = "2cbbea55a5d6895c9f0116a9a9ce3afb86df383cd05c9d6c1a4238e5e5c8f51d" - -S = "${WORKDIR}/${BPN}" - -inherit autotools pkgconfig - -EXTRA_OECONF = "\ - --enable-doxygen=no \ - --enable-dot=no \ - --enable-html-docs=no \ - --enable-latex-docs=no \ -" - -CXXFLAGS += "-std=c++14" diff --git a/meta-oe/recipes-support/log4cpp/log4cpp_1.1.4.bb b/meta-oe/recipes-support/log4cpp/log4cpp_1.1.4.bb new file mode 100644 index 0000000000..729857eb62 --- /dev/null +++ b/meta-oe/recipes-support/log4cpp/log4cpp_1.1.4.bb @@ -0,0 +1,22 @@ +DESCRIPTION = "A library of C++ classes for flexible logging to files, syslog, IDSA and other destinations." +HOMEPAGE = "http://sourceforge.net/projects/log4cpp/" +LICENSE = "LGPL-2.1-only" +LIC_FILES_CHKSUM = "file://COPYING;md5=7fbc338309ac38fefcd64b04bb903e34" + +SRC_URI = "http://downloads.sourceforge.net/${BPN}/${BP}.tar.gz \ + file://fix-pc.patch;striplevel=2 \ + " +SRC_URI[sha256sum] = "696113659e426540625274a8b251052cc04306d8ee5c42a0c7639f39ca90c9d6" + +S = "${WORKDIR}/${BPN}" + +inherit autotools pkgconfig + +EXTRA_OECONF = "\ + --enable-doxygen=no \ + --enable-dot=no \ + --enable-html-docs=no \ + --enable-latex-docs=no \ +" + +CXXFLAGS += "-std=c++14" -- cgit v1.2.3-54-g00ecf