diff options
author | Martin Jansa <Martin.Jansa@gmail.com> | 2021-08-04 13:55:31 +0200 |
---|---|---|
committer | Martin Jansa <Martin.Jansa@gmail.com> | 2021-08-04 13:55:31 +0200 |
commit | b5916b969ed0794a5b1bd049387ad0ef762a6662 (patch) | |
tree | 9e46b88a2a0e4c2de19213f3eac7b73621ef7946 /recipes-qt/examples/qt5nmapcarousedemo_1.0.bb | |
parent | b3995cd83ed67897ef1db010052eb807c19d6483 (diff) | |
download | meta-qt5-upstream/jansa/warrior-overrides.tar.gz |
Convert to new override syntaxupstream/jansa/warrior-overrides
This is the result of automated script (0.9.1) conversion:
oe-core/scripts/contrib/convert-overrides.py .
converting the metadata to use ":" as the override character instead of "_".
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Diffstat (limited to 'recipes-qt/examples/qt5nmapcarousedemo_1.0.bb')
-rw-r--r-- | recipes-qt/examples/qt5nmapcarousedemo_1.0.bb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/recipes-qt/examples/qt5nmapcarousedemo_1.0.bb b/recipes-qt/examples/qt5nmapcarousedemo_1.0.bb index 54875f97..fad6c4bc 100644 --- a/recipes-qt/examples/qt5nmapcarousedemo_1.0.bb +++ b/recipes-qt/examples/qt5nmapcarousedemo_1.0.bb | |||
@@ -21,6 +21,6 @@ do_install() { | |||
21 | cp -R --no-dereference --preserve=mode,links ${S}/content ${D}${datadir}/${P} | 21 | cp -R --no-dereference --preserve=mode,links ${S}/content ${D}${datadir}/${P} |
22 | } | 22 | } |
23 | 23 | ||
24 | FILES_${PN} += "${datadir}" | 24 | FILES:${PN} += "${datadir}" |
25 | 25 | ||
26 | RDEPENDS_${PN} = "qtdeclarative-qmlplugins qtgraphicaleffects-qmlplugins" | 26 | RDEPENDS:${PN} = "qtdeclarative-qmlplugins qtgraphicaleffects-qmlplugins" |