mirror of
git://git.yoctoproject.org/meta-virtualization.git
synced 2025-07-19 20:59:41 +02:00
yq: fix QA issues
Fixes: ERROR: yq-1.13.1+gite0f5cb3c5958e57c7f250a7030e92c768c1b2b19-r0 do_package_qa: QA Issue: /usr/lib64/go/src/github.com/mikefarah/yq/debian/rules contained in package yq-dev requires /usr/bin/make, but no providers found in RDEPENDS:yq-dev? [file-rdeps] ERROR: yq-1.13.1+gite0f5cb3c5958e57c7f250a7030e92c768c1b2b19-r0 do_package_qa: QA Issue: /usr/lib64/go/src/github.com/mikefarah/yq/scripts/xcompile.sh contained in package yq-dev requires /bin/bash, but no providers found in RDEPENDS:yq-dev? [file-rdeps] Signed-off-by: Mingli Yu <mingli.yu@windriver.com> Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
This commit is contained in:
parent
0fc6be16c6
commit
24f5ab34cb
|
@ -49,8 +49,8 @@ do_compile:prepend() {
|
||||||
do_install:append() {
|
do_install:append() {
|
||||||
# these bring in dependencies for the -dev package on bash, and we don't
|
# these bring in dependencies for the -dev package on bash, and we don't
|
||||||
# need them .. so we remove them to avoid needing that rdepends
|
# need them .. so we remove them to avoid needing that rdepends
|
||||||
rm -rf ${D}/${prefix}/lib/go/src/${GO_IMPORT}/debian/rules
|
rm -rf ${D}/${libdir}/go/src/${GO_IMPORT}/debian/rules
|
||||||
rm -rf ${D}/${prefix}/lib/go/src/${GO_IMPORT}/scripts
|
rm -rf ${D}/${libdir}/go/src/${GO_IMPORT}/scripts
|
||||||
}
|
}
|
||||||
|
|
||||||
BBCLASSEXTEND = "native"
|
BBCLASSEXTEND = "native"
|
||||||
|
|
Loading…
Reference in New Issue
Block a user