mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-06-02 01:50:18 +00:00
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>
This commit is contained in:
@@ -4,7 +4,7 @@ LICENSE = "GPLv2"
|
|||||||
LIC_FILES_CHKSUM = "file://COPYING;md5=b234ee4d69f5fce4486a80fdaf4a4263"
|
LIC_FILES_CHKSUM = "file://COPYING;md5=b234ee4d69f5fce4486a80fdaf4a4263"
|
||||||
|
|
||||||
SRC_URI = "git://github.com/ubinux/dnf-plugin-tui.git;branch=master;protocol=https"
|
SRC_URI = "git://github.com/ubinux/dnf-plugin-tui.git;branch=master;protocol=https"
|
||||||
SRCREV = "3ccf87915ceb70eac055a07eb80bc9105e916620"
|
SRCREV = "7c45fd65dcd811def66161f6d572c3930f2ba4d8"
|
||||||
PV = "1.3"
|
PV = "1.3"
|
||||||
|
|
||||||
SRC_URI:append:class-target = " file://oe-remote.repo.sample"
|
SRC_URI:append:class-target = " file://oe-remote.repo.sample"
|
||||||
|
|||||||
Reference in New Issue
Block a user