summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--meta-oe/recipes-extended/volume_key/volume-key_0.3.12.bb7
1 files changed, 3 insertions, 4 deletions
diff --git a/meta-oe/recipes-extended/volume_key/volume-key_0.3.12.bb b/meta-oe/recipes-extended/volume_key/volume-key_0.3.12.bb
index 398ca5c21..3103748e4 100644
--- a/meta-oe/recipes-extended/volume_key/volume-key_0.3.12.bb
+++ b/meta-oe/recipes-extended/volume_key/volume-key_0.3.12.bb
@@ -31,8 +31,7 @@ PACKAGECONFIG ??= "python3"
31PACKAGECONFIG[python] = "--with-python,--without-python,python,python" 31PACKAGECONFIG[python] = "--with-python,--without-python,python,python"
32PACKAGECONFIG[python3] = "--with-python3,--without-python3,python3,python3" 32PACKAGECONFIG[python3] = "--with-python3,--without-python3,python3,python3"
33 33
34RDEPENDS_python3-${PN} += "${PN}" 34RDEPENDS_python3-${BPN} += "${PN}"
35
36PACKAGES += "python3-${PN}"
37FILES_python3-${PN} = "${PYTHON_SITEPACKAGES_DIR}/*"
38 35
36PACKAGES += "python3-${BPN}"
37FILES_python3-${BPN} = "${PYTHON_SITEPACKAGES_DIR}/*"