diff options
| author | Wang Mingyu <wangmy@fujitsu.com> | 2022-12-31 17:21:24 +0800 |
|---|---|---|
| committer | Khem Raj <raj.khem@gmail.com> | 2023-01-06 11:38:16 -0800 |
| commit | 554f119627178b87e560e7d6b734cd9d4bf2df96 (patch) | |
| tree | b83459ea65ba4b737918a393b587cb4a5e55719f | |
| parent | ee624a6a7fc910a0cfe9006a45f15665eaf06e6f (diff) | |
| download | meta-openembedded-554f119627178b87e560e7d6b734cd9d4bf2df96.tar.gz | |
dnf-plugins/rpm.py: Fix grammar when RPM_PREFER_ELF_ARCH doesn't exit.
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.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 9f961882af..ca2b20108a 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 = "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 = "b0d80b7129f1d84cc563a4098d869e7420bcf4bc" | 7 | SRCREV = "8d21f52577aa03958732a5a346a678c699e98cb6" |
| 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" |
