diff options
author | Wang Mingyu <wangmy@fujitsu.com> | 2024-03-13 16:49:52 +0800 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2024-03-13 10:14:56 -0700 |
commit | 63250c3ba81d06acdfa4b3acad460b0e80f0f077 (patch) | |
tree | dd2c2ed2e022f2864f93d2940f47a161684f229e | |
parent | 59b8f744757ded442eceeb440ac07351e10e6c78 (diff) | |
download | meta-openembedded-63250c3ba81d06acdfa4b3acad460b0e80f0f077.tar.gz |
dnf-plugin-tui: upgrade 1.3 -> 1.4
Changelog:
fix the bug of syntax error when poky updated to scarthgap.
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_1.4.bb (renamed from meta-oe/recipes-devtools/dnf-plugin-tui/dnf-plugin-tui_git.bb) | 3 |
1 files changed, 1 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_1.4.bb index 8db456b99..479b98d44 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_1.4.bb | |||
@@ -4,8 +4,7 @@ LICENSE = "GPL-2.0-only" | |||
4 | LIC_FILES_CHKSUM = "file://COPYING;md5=b234ee4d69f5fce4486a80fdaf4a4263" | 4 | LIC_FILES_CHKSUM = "file://COPYING;md5=b234ee4d69f5fce4486a80fdaf4a4263" |
5 | 5 | ||
6 | SRC_URI = "git://github.com/ubinux/dnf-plugin-tui.git;branch=master;protocol=https" | 6 | SRC_URI = "git://github.com/ubinux/dnf-plugin-tui.git;branch=master;protocol=https" |
7 | SRCREV = "baac322a8a6d57e62c703f6ed523152baec18b4f" | 7 | SRCREV = "ad48d934c54ab01026634c90f47f151f148b8147" |
8 | PV = "1.3" | ||
9 | 8 | ||
10 | SRC_URI:append:class-target = " file://oe-remote.repo.sample" | 9 | SRC_URI:append:class-target = " file://oe-remote.repo.sample" |
11 | 10 | ||