summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--meta-oe/recipes-support/satyr/satyr_0.27.bb4
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 10dfc2bad..cc07dcb06 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
22PACKAGES += "python3-${PN}" 22PACKAGES += "python3-${BPN}"
23FILES_python3-${PN} = "${PYTHON_SITEPACKAGES_DIR}/${BPN}" 23FILES_python3-${BPN} = "${PYTHON_SITEPACKAGES_DIR}/${BPN}"
24 24
25PACKAGECONFIG ??= "python3 rpm" 25PACKAGECONFIG ??= "python3 rpm"
26PACKAGECONFIG[python2] = "--with-python2, --without-python2,,python2" 26PACKAGECONFIG[python2] = "--with-python2, --without-python2,,python2"