diff options
author | Otavio Salvador <otavio@ossystems.com.br> | 2018-09-26 10:08:52 -0300 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2018-09-27 23:39:28 +0100 |
commit | a68f1cacb560632382f8f8ff0c7e03e39a891b29 (patch) | |
tree | 4394d9562722eed083b5cf96cad495026794d9a9 | |
parent | 920f2c479c3cf30d92f79dc9098e5915c05cc5e1 (diff) | |
download | openembedded-core-a68f1cacb560632382f8f8ff0c7e03e39a891b29.tar.gz openembedded-core-a68f1cacb560632382f8f8ff0c7e03e39a891b29.tar.bz2 openembedded-core-a68f1cacb560632382f8f8ff0c7e03e39a891b29.zip |
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>
`----
Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
-rw-r--r-- | meta/recipes-core/util-linux/util-linux.inc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-core/util-linux/util-linux.inc b/meta/recipes-core/util-linux/util-linux.inc index 9d52ed935f..c2e02e847a 100644 --- a/meta/recipes-core/util-linux/util-linux.inc +++ b/meta/recipes-core/util-linux/util-linux.inc @@ -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*" |