All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 1/3] yq: fix QA issues
@ 2023-01-31  7:29 mingli.yu
  2023-01-31  7:29 ` [PATCH 2/3] yq: Upgrade to 4.30.8 mingli.yu
       [not found] ` <173F54303363EB50.28029@lists.yoctoproject.org>
  0 siblings, 2 replies; 4+ messages in thread
From: mingli.yu @ 2023-01-31  7:29 UTC (permalink / raw)
  To: bruce.ashfield, meta-virtualization

From: Mingli Yu <mingli.yu@windriver.com>

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>
---
 recipes-devtools/yq/yq_git.bb | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/recipes-devtools/yq/yq_git.bb b/recipes-devtools/yq/yq_git.bb
index 0f73362c..daa9ab8f 100644
--- a/recipes-devtools/yq/yq_git.bb
+++ b/recipes-devtools/yq/yq_git.bb
@@ -49,8 +49,8 @@ do_compile:prepend() {
 do_install:append() {
     # 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
-    rm -rf ${D}/${prefix}/lib/go/src/${GO_IMPORT}/debian/rules
-    rm -rf ${D}/${prefix}/lib/go/src/${GO_IMPORT}/scripts
+    rm -rf ${D}/${libdir}/go/src/${GO_IMPORT}/debian/rules
+    rm -rf ${D}/${libdir}/go/src/${GO_IMPORT}/scripts
 }
 
 BBCLASSEXTEND = "native"
-- 
2.25.1



^ permalink raw reply related	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2023-02-08 14:48 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-01-31  7:29 [PATCH 1/3] yq: fix QA issues mingli.yu
2023-01-31  7:29 ` [PATCH 2/3] yq: Upgrade to 4.30.8 mingli.yu
     [not found] ` <173F54303363EB50.28029@lists.yoctoproject.org>
2023-02-08  3:19   ` [meta-virtualization] " Yu, Mingli
2023-02-08 14:47     ` Bruce Ashfield

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.