diff options
Diffstat (limited to 'recipes-qt/examples/qtsmarthome_1.0.bb')
-rw-r--r-- | recipes-qt/examples/qtsmarthome_1.0.bb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/recipes-qt/examples/qtsmarthome_1.0.bb b/recipes-qt/examples/qtsmarthome_1.0.bb index 03f3c994..e858a618 100644 --- a/recipes-qt/examples/qtsmarthome_1.0.bb +++ b/recipes-qt/examples/qtsmarthome_1.0.bb | |||
@@ -22,6 +22,6 @@ do_install() { | |||
22 | cp -R --no-dereference --preserve=mode,links ${S}/components ${D}${datadir}/${P} | 22 | cp -R --no-dereference --preserve=mode,links ${S}/components ${D}${datadir}/${P} |
23 | } | 23 | } |
24 | 24 | ||
25 | FILES_${PN} += "${datadir}" | 25 | FILES:${PN} += "${datadir}" |
26 | 26 | ||
27 | RDEPENDS_${PN} = "qtdeclarative-qmlplugins qtgraphicaleffects-qmlplugins" | 27 | RDEPENDS:${PN} = "qtdeclarative-qmlplugins qtgraphicaleffects-qmlplugins" |