Note: with ptests the adduser package is only avaliable in the meta-openembedded/meta-perl layer. Does this need to be included elsewhere for the ptest use case? Should it be added to the core layer to allow the ptests to work correctly? Thanks, Aoife
On Mon, Aug 19, 2024 at 4:52 PM Aoife Power <[email protected]> wrote: > Missing adduser and eudev to RDEPENDS dependencies for ptest > > Signed-off-by: Aoife Power <[email protected]> > --- > meta/recipes-core/util-linux/util-linux_2.40.1.bb | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/meta/recipes-core/util-linux/util-linux_2.40.1.bb > b/meta/recipes-core/util-linux/util-linux_2.40.1.bb > index a1aab94055..f1c200c28b 100644 > --- a/meta/recipes-core/util-linux/util-linux_2.40.1.bb > +++ b/meta/recipes-core/util-linux/util-linux_2.40.1.bb > @@ -139,7 +139,7 @@ RDEPENDS:${PN}-dev += " util-linux-libuuid-dev" > RPROVIDES:${PN}-dev = "${PN}-libblkid-dev ${PN}-libmount-dev" > > RDEPENDS:${PN}-bash-completion += "${PN}-lsblk" > -RDEPENDS:${PN}-ptest += "bash bc btrfs-tools coreutils e2fsprogs > findutils grep iproute2 kmod procps sed socat which xz diffutils" > +RDEPENDS:${PN}-ptest += "bash bc btrfs-tools coreutils e2fsprogs > findutils grep iproute2 kmod procps sed socat which xz diffutils adduser > eudev" > RRECOMMENDS:${PN}-ptest += "kernel-module-scsi-debug kernel-module-sd-mod > kernel-module-loop kernel-module-algif-hash" > RDEPENDS:${PN}-swaponoff = "${PN}-swapon ${PN}-swapoff" > ALLOW_EMPTY:${PN}-swaponoff = "1" > -- > 2.46.0 > >
-=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#203509): https://lists.openembedded.org/g/openembedded-core/message/203509 Mute This Topic: https://lists.openembedded.org/mt/107982088/21656 Group Owner: [email protected] Unsubscribe: https://lists.openembedded.org/g/openembedded-core/unsub [[email protected]] -=-=-=-=-=-=-=-=-=-=-=-
