summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--recipes-devtools/yq/yq_git.bb4
1 files 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() {
49do_install:append() { 49do_install:append() {
50 # these bring in dependencies for the -dev package on bash, and we don't 50 # these bring in dependencies for the -dev package on bash, and we don't
51 # need them .. so we remove them to avoid needing that rdepends 51 # need them .. so we remove them to avoid needing that rdepends
52 rm -rf ${D}/${prefix}/lib/go/src/${GO_IMPORT}/debian/rules 52 rm -rf ${D}/${libdir}/go/src/${GO_IMPORT}/debian/rules
53 rm -rf ${D}/${prefix}/lib/go/src/${GO_IMPORT}/scripts 53 rm -rf ${D}/${libdir}/go/src/${GO_IMPORT}/scripts
54} 54}
55 55
56BBCLASSEXTEND = "native" 56BBCLASSEXTEND = "native"