diff options
-rw-r--r-- | meta-oe/recipes-support/satyr/satyr_0.27.bb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/meta-oe/recipes-support/satyr/satyr_0.27.bb b/meta-oe/recipes-support/satyr/satyr_0.27.bb index 10dfc2bade..cc07dcb06e 100644 --- a/meta-oe/recipes-support/satyr/satyr_0.27.bb +++ b/meta-oe/recipes-support/satyr/satyr_0.27.bb | |||
@@ -19,8 +19,8 @@ DEPENDS += " \ | |||
19 | gdb \ | 19 | gdb \ |
20 | " | 20 | " |
21 | 21 | ||
22 | PACKAGES += "python3-${PN}" | 22 | PACKAGES += "python3-${BPN}" |
23 | FILES_python3-${PN} = "${PYTHON_SITEPACKAGES_DIR}/${BPN}" | 23 | FILES_python3-${BPN} = "${PYTHON_SITEPACKAGES_DIR}/${BPN}" |
24 | 24 | ||
25 | PACKAGECONFIG ??= "python3 rpm" | 25 | PACKAGECONFIG ??= "python3 rpm" |
26 | PACKAGECONFIG[python2] = "--with-python2, --without-python2,,python2" | 26 | PACKAGECONFIG[python2] = "--with-python2, --without-python2,,python2" |