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

dtc: Remove -misc package and dependency to bash and diffutils

diffutils and bash are only available as gplv3
parent 95193b3b
No related branches found
No related tags found
1 merge request!49Cherry-pick from dunfell and rewrite nogplv3 distro.
# the dtc-misc package rdepends on diffutils and bash which we don't have
# But the available PACKAGECONFIG 'tools' disables also the dtc itself
# which we need. So we remove the misc package here to get rid of the deps
PACKAGES:remove:nogplv3 = "${PN}-misc"
do_install:append:nogplv3(){
# Remove the files to not trigger 'not-shipped' QA message
find ${D} -name dtdiff -exec rm {} \;
find ${D} -name convert-dtsv0 -exec rm {} \;
}
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