aboutsummaryrefslogtreecommitdiffstats
path: root/recipes-devtools/python/python-backports-init_1.0.bb
diff options
context:
space:
mode:
Diffstat (limited to 'recipes-devtools/python/python-backports-init_1.0.bb')
-rw-r--r--recipes-devtools/python/python-backports-init_1.0.bb2
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes-devtools/python/python-backports-init_1.0.bb b/recipes-devtools/python/python-backports-init_1.0.bb
index cbb0351..0666d9e 100644
--- a/recipes-devtools/python/python-backports-init_1.0.bb
+++ b/recipes-devtools/python/python-backports-init_1.0.bb
@@ -22,7 +22,7 @@ do_install() {
install ${WORKDIR}/backports/__init__.py ${D}${PYTHON_SITEPACKAGES_DIR}/backports/
}
-FILES_${PN} = "${PYTHON_SITEPACKAGES_DIR}/backports/__init__.py"
+FILES:${PN} = "${PYTHON_SITEPACKAGES_DIR}/backports/__init__.py"
BBCLASSEXTEND = "native nativesdk"