diff options
| author | Cristinel Panfir <cristinel.panfir@nxp.com> | 2020-10-06 14:31:12 +0300 |
|---|---|---|
| committer | Otavio Salvador <otavio@ossystems.com.br> | 2020-10-20 10:27:07 -0300 |
| commit | 334ae8564c7b7ee2aa2c9441d25689d0a0305dd4 (patch) | |
| tree | 173a037906246809784370d139fa3a69b5b0088f | |
| parent | 547a7a65f07e96a5c4dc6d8f0fd11b40265a93bf (diff) | |
| download | meta-freescale-334ae8564c7b7ee2aa2c9441d25689d0a0305dd4.tar.gz | |
jailhouse: Fix FILES_pyjailhouse
Signed-off-by: Cristinel Panfir <cristinel.panfir@nxp.com>
| -rw-r--r-- | recipes-extended/jailhouse/jailhouse_0.12.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes-extended/jailhouse/jailhouse_0.12.bb b/recipes-extended/jailhouse/jailhouse_0.12.bb index 9e9457690..a15bec6c8 100644 --- a/recipes-extended/jailhouse/jailhouse_0.12.bb +++ b/recipes-extended/jailhouse/jailhouse_0.12.bb | |||
| @@ -102,7 +102,7 @@ do_install() { | |||
| 102 | PACKAGE_BEFORE_PN = "kernel-module-jailhouse pyjailhouse" | 102 | PACKAGE_BEFORE_PN = "kernel-module-jailhouse pyjailhouse" |
| 103 | 103 | ||
| 104 | FILES_${PN} += "${base_libdir}/firmware ${libexecdir} ${sbindir} ${JH_DATADIR}" | 104 | FILES_${PN} += "${base_libdir}/firmware ${libexecdir} ${sbindir} ${JH_DATADIR}" |
| 105 | FILES_pyjailhouse = "${PYTHON_SITEPACKAGES_DIR}" | 105 | FILES_pyjailhouse = "${PYTHON_SITEPACKAGES_DIR}/pyjailhouse" |
| 106 | 106 | ||
| 107 | RDEPENDS_${PN} += " \ | 107 | RDEPENDS_${PN} += " \ |
| 108 | python3-curses \ | 108 | python3-curses \ |
