[oe-commits] [openembedded-core] 03/05: util-linux: Fix packaging of util-linux-unshare

git at git.openembedded.org git at git.openembedded.org
Wed Sep 26 16:41:41 UTC 2018


This is an automated email from the git hooks/post-receive script.

rpurdie pushed a commit to branch master-next
in repository openembedded-core.

commit 69d8a8801bd894e4a6e4bb36a3da96fcf5529ff3
Author: Otavio Salvador <otavio at ossystems.com.br>
AuthorDate: Wed Sep 26 10:08:52 2018 -0300

    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 at 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 at ni.com>
    |     Signed-off-by: Ross Burton <ross.burton at intel.com>
    `----
    
    Signed-off-by: Otavio Salvador <otavio at ossystems.com.br>
    Signed-off-by: Richard Purdie <richard.purdie at linuxfoundation.org>
---
 meta/recipes-core/util-linux/util-linux.inc | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/meta/recipes-core/util-linux/util-linux.inc b/meta/recipes-core/util-linux/util-linux.inc
index 9d52ed9..c2e02e8 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*"

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the Openembedded-commits mailing list