summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorWang Mingyu <wangmy@fujitsu.com>2023-10-17 15:23:38 +0800
committerArmin Kuster <akuster808@gmail.com>2023-10-30 07:14:02 -0400
commitef38c490da8ccd6216fa91ec5e194de01c9f2e94 (patch)
tree57bf9edb4258a35f5a54b0b8dad930e366891629
parent2252f9c452ea8c19a9c74bfb1727d6f277139406 (diff)
downloadmeta-openembedded-ef38c490da8ccd6216fa91ec5e194de01c9f2e94.tar.gz
dnf-plugin-tui: create symlinks from /usr/ to /.
From Poky 4.3, by default, usrmerge has been enabled. Some important binaries have been installed to /usr/sbin instead of /sbin such as init. So it is necessary to create symlinks from /usr/ to /, such as /usr/sbin to /sbin, /usr/bin to /bin. Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com> (cherry picked from commit 129bcf4a7e7a7dc0927709701c8215d2df721c2f) Signed-off-by: Armin Kuster <akuster808@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 94023922a2..0709019056 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"
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 = "83917a3935ac7ce1d8d96e914d96a6679319a336" 7SRCREV = "baac322a8a6d57e62c703f6ed523152baec18b4f"
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"