aboutsummaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-support/satyr/satyr_0.38.bb
diff options
context:
space:
mode:
Diffstat (limited to 'meta-oe/recipes-support/satyr/satyr_0.38.bb')
-rw-r--r--meta-oe/recipes-support/satyr/satyr_0.38.bb4
1 files changed, 2 insertions, 2 deletions
diff --git a/meta-oe/recipes-support/satyr/satyr_0.38.bb b/meta-oe/recipes-support/satyr/satyr_0.38.bb
index d01ea42bd2..4c0845a0fa 100644
--- a/meta-oe/recipes-support/satyr/satyr_0.38.bb
+++ b/meta-oe/recipes-support/satyr/satyr_0.38.bb
@@ -24,12 +24,12 @@ DEPENDS += " \
"
PACKAGES += "python3-${BPN}"
-FILES_python3-${BPN} = "${PYTHON_SITEPACKAGES_DIR}/${BPN}"
+FILES:python3-${BPN} = "${PYTHON_SITEPACKAGES_DIR}/${BPN}"
PACKAGECONFIG ??= "python3 rpm"
PACKAGECONFIG[python3] = "--with-python3, --without-python3,,python3"
PACKAGECONFIG[rpm] = "--with-rpm, --without-rpm, rpm"
-do_configure_prepend() {
+do_configure:prepend() {
${S}/gen-version
}