mirror of
https://git.yoctoproject.org/poky
synced 2026-06-05 14:29:48 +00:00
util-linux: Fix packaging of util-linux-unshare
Below commit has added the unshare to alternatives but did not fix the packaging of the changed file. ,----[ Offending commit ] | commit 147da8fe7458a38598845958cb358bb094eba57b | Author: Ioan-Adrian Ratiu <adrian.ratiu@ni.com> | Date: Thu Jul 5 11:57:19 2018 +0300 | | util-linux.inc: add fallocate & unshare to alternatives | | These binaries can be provided by busybox triggering a conflict in | do_rootfs so update-alternatives needs to know about them to properly | create the symlinks. | | Signed-off-by: Ioan-Adrian Ratiu <adrian.ratiu@ni.com> | Signed-off-by: Ross Burton <ross.burton@intel.com> `---- (From OE-Core rev: a68f1cacb560632382f8f8ff0c7e03e39a891b29) Signed-off-by: Otavio Salvador <otavio@ossystems.com.br> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
committed by
Richard Purdie
parent
5cd00e3e53
commit
3bce21ee54
@@ -113,7 +113,7 @@ FILES_util-linux-sulogin = "${base_sbindir}/sulogin*"
|
||||
FILES_util-linux-mountpoint = "${base_bindir}/mountpoint.${BPN}"
|
||||
|
||||
FILES_util-linux-switch-root = "${base_sbindir}/switch_root.${BPN}"
|
||||
FILES_util-linux-unshare = "${bindir}/unshare"
|
||||
FILES_util-linux-unshare = "${bindir}/unshare.${BPN}"
|
||||
|
||||
# Util-linux' blkid replaces the e2fsprogs one
|
||||
FILES_util-linux-blkid = "${base_sbindir}/blkid*"
|
||||
|
||||
Reference in New Issue
Block a user