aboutsummaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-devtools
diff options
context:
space:
mode:
authorWang Mingyu <wangmy@fujitsu.com>2021-12-17 10:23:31 +0800
committerKhem Raj <raj.khem@gmail.com>2021-12-21 18:48:51 -0800
commitd288e98c257ce906d957f4c8c890bd0fd31fb94b (patch)
treee54378bf458579406424cebeedbe4274780e6dd8 /meta-oe/recipes-devtools
parent1427cbe9c234600ebdd50e2fe9a087a5b147eb6c (diff)
downloadmeta-openembedded-contrib-d288e98c257ce906d957f4c8c890bd0fd31fb94b.tar.gz
dnf-plugin-tui: Fix bug when generating CSV file
If the rpm lacks dependencies, an exception will be thrown and exit when generating the CSV file. Modify utils.py to catch and handle exception. Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-oe/recipes-devtools')
-rw-r--r--meta-oe/recipes-devtools/dnf-plugin-tui/dnf-plugin-tui_git.bb2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-oe/recipes-devtools/dnf-plugin-tui/dnf-plugin-tui_git.bb b/meta-oe/recipes-devtools/dnf-plugin-tui/dnf-plugin-tui_git.bb
index d2b1a4ab55..e0f52ea62b 100644
--- a/meta-oe/recipes-devtools/dnf-plugin-tui/dnf-plugin-tui_git.bb
+++ b/meta-oe/recipes-devtools/dnf-plugin-tui/dnf-plugin-tui_git.bb
@@ -4,7 +4,7 @@ LICENSE = "GPLv2"
LIC_FILES_CHKSUM = "file://COPYING;md5=b234ee4d69f5fce4486a80fdaf4a4263"
SRC_URI = "git://github.com/ubinux/dnf-plugin-tui.git;branch=master;protocol=https"
-SRCREV = "4b49165051bfdd136986855dd98aa9238eefdf78"
+SRCREV = "3ccf87915ceb70eac055a07eb80bc9105e916620"
PV = "1.3"
SRC_URI:append:class-target = " file://oe-remote.repo.sample"