summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--meta-phosphor/common/recipes-devtools/python/python-bottle.inc4
1 files changed, 2 insertions, 2 deletions
diff --git a/meta-phosphor/common/recipes-devtools/python/python-bottle.inc b/meta-phosphor/common/recipes-devtools/python/python-bottle.inc
index 37526f7eb..ed4744df3 100644
--- a/meta-phosphor/common/recipes-devtools/python/python-bottle.inc
+++ b/meta-phosphor/common/recipes-devtools/python/python-bottle.inc
@@ -20,10 +20,10 @@ RDEPENDS_${PN} += " \
"
PROVIDES += "${PN}-app"
-PACKAGES += "${PN}-app"
+PACKAGE_BEFORE_PN += "${PN}-app"
SUMMARY_${PN}-app = "${SRCNAME} app"
RDEPENDS_${PN}-app = "${PN}"
-FILES_${PN}-app = "${bindir}/bottle.py"
+FILES_${PN}-app = "${bindir}/bottle.py*"
BBCLASSEXTEND = "nativesdk"
OpenPOWER on IntegriCloud