diff options
-rw-r--r-- | meta-oe/recipes-extended/volume_key/volume-key_0.3.12.bb | 3 |
1 files changed, 2 insertions, 1 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 3103748e40..e036f714ba 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 | |||
@@ -28,9 +28,10 @@ DEPENDS += " \ | |||
28 | " | 28 | " |
29 | 29 | ||
30 | PACKAGECONFIG ??= "python3" | 30 | PACKAGECONFIG ??= "python3" |
31 | PACKAGECONFIG[python] = "--with-python,--without-python,python,python" | ||
32 | PACKAGECONFIG[python3] = "--with-python3,--without-python3,python3,python3" | 31 | PACKAGECONFIG[python3] = "--with-python3,--without-python3,python3,python3" |
33 | 32 | ||
33 | EXTRA_OECONF = "--without-python" | ||
34 | |||
34 | RDEPENDS_python3-${BPN} += "${PN}" | 35 | RDEPENDS_python3-${BPN} += "${PN}" |
35 | 36 | ||
36 | PACKAGES += "python3-${BPN}" | 37 | PACKAGES += "python3-${BPN}" |