aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorWang Mingyu <wangmy@fujitsu.com>2021-09-14 05:15:38 +0800
committerKhem Raj <raj.khem@gmail.com>2021-09-13 08:31:08 -0700
commit11a40c1d912a559baf227fd4f6e4de3e1c06084a (patch)
treed7c0389e2cca3ab2d86863b9929f0a8629ee30b7
parentc5087606145d991e2555401eacee5175a89edf92 (diff)
downloadmeta-openembedded-11a40c1d912a559baf227fd4f6e4de3e1c06084a.tar.gz
dnf-plugin-tui: upgrade 1.2 -> 1.3
2021/09/08: Release v1.3. 1.When installing with package list, add the function of detecting whether the package exists. 2.Added the function of generating installed package info csv file. 3.Delete the pseudo directory in each init phase. Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
-rw-r--r--meta-oe/recipes-devtools/dnf-plugin-tui/dnf-plugin-tui_git.bb4
1 files changed, 2 insertions, 2 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 8835f3233d..60ca2ab282 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,8 +4,8 @@ LICENSE = "GPLv2"
LIC_FILES_CHKSUM = "file://COPYING;md5=b234ee4d69f5fce4486a80fdaf4a4263"
SRC_URI = "git://github.com/ubinux/dnf-plugin-tui.git;branch=master "
-SRCREV = "6d3fab9b9559b6a483fe668e39c29126cdbb58d8"
-PV = "1.2"
+SRCREV = "b0d80b7129f1d84cc563a4098d869e7420bcf4bc"
+PV = "1.3"
SRC_URI:append:class-target = " file://oe-remote.repo.sample"