mirror of
https://git.yoctoproject.org/poky
synced 2026-09-19 18:49:32 +02:00
createrepo-c: Fix setup of logging (log domains)
New debug messages were added into GLib library. These messages come from the "GLib" log domain and were not hidden in the standard and quiet mode of the application. This fix hides log messages regardless on source log domain. Backport from 80810f04f2de6bae6e394f52ad9cdd2189862f74. (From OE-Core rev: a41927366c3c3070dfb95ec7f595e9f73105a517) Signed-off-by: Zheng Ruoqin <zhengrq.fnst@cn.fujitsu.com> Signed-off-by: Armin Kuster <akuster808@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
committed by
Richard Purdie
parent
bb2d4def8d
commit
c9bffece78
@@ -7,6 +7,7 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=b234ee4d69f5fce4486a80fdaf4a4263"
|
||||
SRC_URI = "git://github.com/rpm-software-management/createrepo_c \
|
||||
file://0001-Do-not-set-PYTHON_INSTALL_DIR-by-running-python.patch \
|
||||
file://0001-Correctly-install-the-shared-library.patch \
|
||||
file://0001-Fix-setup-of-logging-log-domains-RhBug-1645897.patch \
|
||||
"
|
||||
|
||||
PV = "0.11.1+git${SRCPV}"
|
||||
|
||||
Reference in New Issue
Block a user