diff options
-rw-r--r-- | recipes-containers/cri-o/cri-o_git.bb | 8 |
1 files changed, 3 insertions, 5 deletions
diff --git a/recipes-containers/cri-o/cri-o_git.bb b/recipes-containers/cri-o/cri-o_git.bb index 9dd37da8..6fdd58a1 100644 --- a/recipes-containers/cri-o/cri-o_git.bb +++ b/recipes-containers/cri-o/cri-o_git.bb | |||
@@ -60,7 +60,7 @@ inherit goarch | |||
60 | inherit pkgconfig | 60 | inherit pkgconfig |
61 | inherit container-host | 61 | inherit container-host |
62 | 62 | ||
63 | EXTRA_OEMAKE="BUILDTAGS=''" | 63 | EXTRA_OEMAKE = "BUILDTAGS='' DEBUG=1 STRIP=true" |
64 | 64 | ||
65 | do_compile() { | 65 | do_compile() { |
66 | set +e | 66 | set +e |
@@ -115,15 +115,13 @@ do_install_ptest() { | |||
115 | cp -rf ${S}/src/import/test ${D}${PTEST_PATH} | 115 | cp -rf ${S}/src/import/test ${D}${PTEST_PATH} |
116 | cp -rf ${S}/src/import/bin ${D}${PTEST_PATH} | 116 | cp -rf ${S}/src/import/bin ${D}${PTEST_PATH} |
117 | } | 117 | } |
118 | |||
118 | FILES:${PN}-config = "${sysconfdir}/crio/config/*" | 119 | FILES:${PN}-config = "${sysconfdir}/crio/config/*" |
119 | FILES:${PN} += "${systemd_unitdir}/system/*" | 120 | FILES:${PN} += "${systemd_unitdir}/system/*" |
120 | FILES:${PN} += "/usr/local/bin/*" | 121 | FILES:${PN} += "/usr/local/bin/*" |
121 | FILES:${PN} += "/usr/share/containers/oci/hooks.d" | 122 | FILES:${PN} += "/usr/share/containers/oci/hooks.d" |
122 | 123 | ||
123 | # don't clobber hooks.d | 124 | INSANE_SKIP:${PN} += "ldflags textrel" |
124 | ALLOW_EMPTY:${PN} = "1" | ||
125 | |||
126 | INSANE_SKIP:${PN} += "ldflags already-stripped textrel" | ||
127 | INSANE_SKIP:${PN}-ptest += "textrel" | 125 | INSANE_SKIP:${PN}-ptest += "textrel" |
128 | 126 | ||
129 | RDEPENDS:${PN}-ptest += " \ | 127 | RDEPENDS:${PN}-ptest += " \ |