diff options
| author | wangmy <wangmy@fujitsu.com> | 2021-11-30 12:01:28 +0800 |
|---|---|---|
| committer | Khem Raj <raj.khem@gmail.com> | 2021-12-01 12:39:28 -0800 |
| commit | 213cf9f5e6554d93818cc49c427b6c3da5c152fd (patch) | |
| tree | 298e18e91a3bb9fc8f343818d7c95efdaf6f9b24 /meta-oe/recipes-devtools/dnf-plugin-tui/dnf-plugin-tui_git.bb | |
| parent | a56b7f825cad14a51a14211728942346590f9f00 (diff) | |
| download | meta-openembedded-213cf9f5e6554d93818cc49c427b6c3da5c152fd.tar.gz | |
dnf-plugin-tui: Fix a bug with newer version rpm.
Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-oe/recipes-devtools/dnf-plugin-tui/dnf-plugin-tui_git.bb')
| -rw-r--r-- | meta-oe/recipes-devtools/dnf-plugin-tui/dnf-plugin-tui_git.bb | 2 |
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 2c9e45fce7..d2b1a4ab55 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" | |||
| 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 = "b0d80b7129f1d84cc563a4098d869e7420bcf4bc" | 7 | SRCREV = "4b49165051bfdd136986855dd98aa9238eefdf78" |
| 8 | PV = "1.3" | 8 | PV = "1.3" |
| 9 | 9 | ||
| 10 | SRC_URI:append:class-target = " file://oe-remote.repo.sample" | 10 | SRC_URI:append:class-target = " file://oe-remote.repo.sample" |
