summaryrefslogtreecommitdiffstats
path: root/meta/recipes-devtools/createrepo-c/createrepo-c_git.bb
diff options
context:
space:
mode:
authorZheng Ruoqin <zhengrq.fnst@cn.fujitsu.com>2018-12-11 18:57:28 +0800
committerRichard Purdie <richard.purdie@linuxfoundation.org>2019-01-08 20:14:44 +0000
commitc9bffece78263a9be9657ca6566e431988c303d8 (patch)
tree45541c42cbc745dfcf4cc9d50e5f0141a3709035 /meta/recipes-devtools/createrepo-c/createrepo-c_git.bb
parentbb2d4def8d42370a142409d39126581ac3a254c5 (diff)
downloadpoky-c9bffece78263a9be9657ca6566e431988c303d8.tar.gz
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>
Diffstat (limited to 'meta/recipes-devtools/createrepo-c/createrepo-c_git.bb')
-rw-r--r--meta/recipes-devtools/createrepo-c/createrepo-c_git.bb1
1 files changed, 1 insertions, 0 deletions
diff --git a/meta/recipes-devtools/createrepo-c/createrepo-c_git.bb b/meta/recipes-devtools/createrepo-c/createrepo-c_git.bb
index 2960811048..08766b3124 100644
--- a/meta/recipes-devtools/createrepo-c/createrepo-c_git.bb
+++ b/meta/recipes-devtools/createrepo-c/createrepo-c_git.bb
@@ -7,6 +7,7 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=b234ee4d69f5fce4486a80fdaf4a4263"
7SRC_URI = "git://github.com/rpm-software-management/createrepo_c \ 7SRC_URI = "git://github.com/rpm-software-management/createrepo_c \
8 file://0001-Do-not-set-PYTHON_INSTALL_DIR-by-running-python.patch \ 8 file://0001-Do-not-set-PYTHON_INSTALL_DIR-by-running-python.patch \
9 file://0001-Correctly-install-the-shared-library.patch \ 9 file://0001-Correctly-install-the-shared-library.patch \
10 file://0001-Fix-setup-of-logging-log-domains-RhBug-1645897.patch \
10 " 11 "
11 12
12PV = "0.11.1+git${SRCPV}" 13PV = "0.11.1+git${SRCPV}"