Complete Yocto mirror with license table for TQMa6UL (2038-compliance)
- 264 license table entries with exact download URLs (224/264 resolved) - Complete sources/ directory with all BitBake recipes - Build configuration: tqma6ul-multi-mba6ulx, spaetzle (musl) - Full traceability for Softwarefreigabeantrag - GCC 13.4.0, Linux 6.6.102, U-Boot 2023.04, musl 1.2.4 - License distribution: GPL-2.0 (24), MIT (23), GPL-2.0+ (18), BSD-3 (16)
This commit is contained in:
@@ -0,0 +1,22 @@
|
||||
Upstream-Status: Pending
|
||||
|
||||
diff -Nurd ./log4cpp.orig/configure.in ./log4cpp/configure.in
|
||||
--- ./log4cpp.orig/configure.in 2009-09-07 16:57:46.000000000 -0400
|
||||
+++ ./log4cpp/configure.in 2016-02-23 12:57:11.567240018 -0500
|
||||
@@ -130,7 +130,6 @@
|
||||
# ----------------------------------------------------------------------------
|
||||
|
||||
AC_CONFIG_LIBCONFIG_IN([log4cpp])
|
||||
-AC_CONFIG_PKGCONFIG_IN([log4cpp], [C++ library for flexible logging, modeled after Log4j])
|
||||
|
||||
AC_CONFIG_FILES([
|
||||
Makefile
|
||||
diff -Nurd ./log4cpp.orig/log4cpp.pc.in ./log4cpp/log4cpp.pc.in
|
||||
--- ./log4cpp.orig/log4cpp.pc.in 2004-01-27 05:24:25.000000000 -0500
|
||||
+++ ./log4cpp/log4cpp.pc.in 2016-02-22 15:06:55.769327491 -0500
|
||||
@@ -7,4 +7,4 @@
|
||||
Description: C++ library for flexible logging, modeled after Log4j
|
||||
Version: @VERSION@
|
||||
Libs: -L${libdir} @log4cpp_libs@
|
||||
-Cflags: -I${includedir} @log4cpp_cflags@
|
||||
+Cflags: -I${includedir}
|
||||
@@ -0,0 +1,26 @@
|
||||
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"
|
||||
|
||||
do_install:append() {
|
||||
sed -i -e 's|${DEBUG_PREFIX_MAP}||g; s|--sysroot=${STAGING_DIR_TARGET}||g' ${D}${bindir}/log4cpp-config
|
||||
}
|
||||
Reference in New Issue
Block a user