diff options
Diffstat (limited to 'recipes-extended/xen/xtf_git.bb')
| -rw-r--r-- | recipes-extended/xen/xtf_git.bb | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/recipes-extended/xen/xtf_git.bb b/recipes-extended/xen/xtf_git.bb index bf7470eb..faf46d87 100644 --- a/recipes-extended/xen/xtf_git.bb +++ b/recipes-extended/xen/xtf_git.bb | |||
| @@ -20,11 +20,11 @@ inherit python3native | |||
| 20 | 20 | ||
| 21 | PACKAGES = "${PN}" | 21 | PACKAGES = "${PN}" |
| 22 | 22 | ||
| 23 | FILES_${PN} = " \ | 23 | FILES:${PN} = " \ |
| 24 | ${libexecdir}/* \ | 24 | ${libexecdir}/* \ |
| 25 | " | 25 | " |
| 26 | 26 | ||
| 27 | RDEPENDS_${PN} = " \ | 27 | RDEPENDS:${PN} = " \ |
| 28 | xen-tools-xl \ | 28 | xen-tools-xl \ |
| 29 | python3 \ | 29 | python3 \ |
| 30 | " | 30 | " |
| @@ -51,6 +51,6 @@ do_install() { | |||
| 51 | 51 | ||
| 52 | INSANE_SKIP = "arch" | 52 | INSANE_SKIP = "arch" |
| 53 | # xen-tools-xl is a runtime but not build time dependency | 53 | # xen-tools-xl is a runtime but not build time dependency |
| 54 | INSANE_SKIP_${PN} = "build-deps" | 54 | INSANE_SKIP:${PN} = "build-deps" |
| 55 | INHIBIT_PACKAGE_STRIP = "1" | 55 | INHIBIT_PACKAGE_STRIP = "1" |
| 56 | INHIBIT_PACKAGE_DEBUG_SPLIT = "1" | 56 | INHIBIT_PACKAGE_DEBUG_SPLIT = "1" |
