]> git.ipfire.org Git - thirdparty/openembedded/openembedded-core-contrib.git/commit
man-db: Add missing rdep for col utility
authorKhem Raj <raj.khem@gmail.com>
Mon, 24 Mar 2025 19:50:57 +0000 (12:50 -0700)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Wed, 26 Mar 2025 18:45:14 +0000 (18:45 +0000)
commitbf5c8801b471fa13df9d55932375bfaedb623bd0
tree0dc576193d66bc8ecd12c6beb67dfb1c747862e4
parentbaa1cbab47326656f762562303ddf4b0d9cc2b5c
man-db: Add missing rdep for col utility

man utility calls col utility internally when formatting is asked for
therefore it expects col to be in rootfs otherwise silently errors with
retcode 3 meaning 'file not found' in this case its due to col not being
found, other distros eg. gets this via bsdextrautils dependency

Add it via packageconfig and keep is disabled by default since its
deprecated and col does not exist on musl

libssh2 ptest mansyntax.sh fails due to this error, which now works

Signed-off-by: Khem Raj <raj.khem@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/recipes-extended/man-db/man-db_2.13.0.bb