]> code.ossystems Code Review - openembedded-core.git/commit
util-linux: one package per binary (pt 2: base_bindir)
authorAndré Draszik <andre.draszik@jci.com>
Tue, 5 Feb 2019 02:32:35 +0000 (02:32 +0000)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Tue, 12 Feb 2019 14:04:24 +0000 (14:04 +0000)
commitaea97fe48de5e983b938718d861dceb9f0084339
tree41d5ab033c87f76e3d7679830d53a7950c5b3afc
parentfc709be54fee06801446774ff1a434294c2eda9b
util-linux: one package per binary (pt 2: base_bindir)

Similar to the previous patch.

Existing packages (and current dependency by main package):
* mount <- RRECOMMENDS
* umount <- RDEPENDS
* mountpoint <- RRECOMMENDS
* getopt
* su <- RDEPENDS

New packages:
* dmesg
* kill
* more

To avoid breaking existing users, all the new packages
are added to the main package as RRECOMMENDS_${PN}, so
they are pulled into existing images etc.

The existing RDEPENDS_${PN} will need some further
clean-up in the future, as it appears a bit random which
packages the main package depends on vs. recommends.
Existing packages that aren't in RDEPENDS / RRECOMMENDS
haven't been added to RRECOMMENDS for that reason.

[YOCTO #13058]

Signed-off-by: André Draszik <andre.draszik@jci.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/recipes-core/util-linux/util-linux.inc