summaryrefslogtreecommitdiffstats
path: root/recipes-core/runv
diff options
context:
space:
mode:
Diffstat (limited to 'recipes-core/runv')
-rw-r--r--recipes-core/runv/runv_git.bb6
1 files changed, 3 insertions, 3 deletions
diff --git a/recipes-core/runv/runv_git.bb b/recipes-core/runv/runv_git.bb
index ef94f096..af19de81 100644
--- a/recipes-core/runv/runv_git.bb
+++ b/recipes-core/runv/runv_git.bb
@@ -22,7 +22,7 @@ inherit autotools-brokensep
22PACKAGECONFIG[xen] = "--with-xen,--without-xen," 22PACKAGECONFIG[xen] = "--with-xen,--without-xen,"
23AUTOTOOLS_SCRIPT_PATH = "${S}/src/import/" 23AUTOTOOLS_SCRIPT_PATH = "${S}/src/import/"
24 24
25RDEPENDS_${PN} += " qemu hyperstart" 25RDEPENDS:${PN} += " qemu hyperstart"
26 26
27do_compile() { 27do_compile() {
28 export GOARCH="${TARGET_GOARCH}" 28 export GOARCH="${TARGET_GOARCH}"
@@ -76,6 +76,6 @@ do_install() {
76 76
77deltask compile_ptest_base 77deltask compile_ptest_base
78 78
79FILES_${PN} += "/usr/local/bin/*" 79FILES:${PN} += "/usr/local/bin/*"
80 80
81INSANE_SKIP_${PN} += "ldflags already-stripped" 81INSANE_SKIP:${PN} += "ldflags already-stripped"