Skip to content
Snippets Groups Projects
Commit be1a2d80 authored by Jonas Höppner's avatar Jonas Höppner
Browse files

nogplv3: libpam: Remove xtests package due to its dependencies

parent 23d533c5
No related branches found
No related tags found
1 merge request!49Cherry-pick from dunfell and rewrite nogplv3 distro.
# libpam-xtests uses bash and coreutils, but the package is not
# needed, so we remove it for the nogplv3 variant
PACKAGES:remove:nogplv3 = "${PN}-xtests"
RDEPENDS:${PN}-xtests:remove:nogplv3 = "bash coreutils"
do_install:append:nogplv3(){
rm -r ${D}/usr/share/Linux-PAM
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment