summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorWang Mingyu <wangmy@fujitsu.com>2022-02-18 16:18:16 +0800
committerKhem Raj <raj.khem@gmail.com>2022-02-20 17:14:10 -0800
commit6ec4451fc92f61baf28779e8944f2d0ec115325b (patch)
tree6f3df16eb1a7fd210add6055d0dbb3cc0ed2d7ab
parent5617b1269d9c571d913115dc7d174c75abf9f86e (diff)
downloadmeta-openembedded-6ec4451fc92f61baf28779e8944f2d0ec115325b.tar.gz
dnf-plugin-tui: Fix a bug of multilib
Fix the following error when install rpms for multilib: error: Too many levels of recursion in macro expansion. It is likely caused by recursive macro declaration. Transaction check succeeded. 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.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 5263aaef30..88c83f1020 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"
4LIC_FILES_CHKSUM = "file://COPYING;md5=b234ee4d69f5fce4486a80fdaf4a4263" 4LIC_FILES_CHKSUM = "file://COPYING;md5=b234ee4d69f5fce4486a80fdaf4a4263"
5 5
6SRC_URI = "git://github.com/ubinux/dnf-plugin-tui.git;branch=master;protocol=https" 6SRC_URI = "git://github.com/ubinux/dnf-plugin-tui.git;branch=master;protocol=https"
7SRCREV = "3ccf87915ceb70eac055a07eb80bc9105e916620" 7SRCREV = "7c45fd65dcd811def66161f6d572c3930f2ba4d8"
8PV = "1.3" 8PV = "1.3"
9 9
10SRC_URI:append:class-target = " file://oe-remote.repo.sample" 10SRC_URI:append:class-target = " file://oe-remote.repo.sample"