]> code.ossystems Code Review - meta-freescale.git/commitdiff
jailhouse: Fix FILES_pyjailhouse
authorCristinel Panfir <cristinel.panfir@nxp.com>
Tue, 6 Oct 2020 11:31:12 +0000 (14:31 +0300)
committerOtavio Salvador <otavio@ossystems.com.br>
Tue, 20 Oct 2020 13:27:07 +0000 (10:27 -0300)
Signed-off-by: Cristinel Panfir <cristinel.panfir@nxp.com>
recipes-extended/jailhouse/jailhouse_0.12.bb

index 9e9457690a15c695228d9be9b1020b75a30c041f..a15bec6c820b2f091b807186982c77bfe24e552a 100644 (file)
@@ -102,7 +102,7 @@ do_install() {
 PACKAGE_BEFORE_PN = "kernel-module-jailhouse pyjailhouse"
 
 FILES_${PN} += "${base_libdir}/firmware ${libexecdir} ${sbindir} ${JH_DATADIR}"
-FILES_pyjailhouse = "${PYTHON_SITEPACKAGES_DIR}"
+FILES_pyjailhouse = "${PYTHON_SITEPACKAGES_DIR}/pyjailhouse"
 
 RDEPENDS_${PN} += " \
     python3-curses \