From 7f8c441d96a61980d272eb7a2a7481e173286f72 Mon Sep 17 00:00:00 2001 From: Martin Jansa Date: Thu, 18 Feb 2016 14:41:10 +0100 Subject: examples: fix few thousands host-user-contaminated QA warnings Signed-off-by: Martin Jansa --- recipes-qt/examples/qtsmarthome_1.0.bb | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'recipes-qt/examples/qtsmarthome_1.0.bb') diff --git a/recipes-qt/examples/qtsmarthome_1.0.bb b/recipes-qt/examples/qtsmarthome_1.0.bb index 944c4dc2..da1bbdf3 100644 --- a/recipes-qt/examples/qtsmarthome_1.0.bb +++ b/recipes-qt/examples/qtsmarthome_1.0.bb @@ -17,9 +17,9 @@ require recipes-qt/qt5/qt5.inc do_install() { install -d ${D}${datadir}/${P} - install -m 0755 ${B}/smarthome ${D}${datadir}/${P} - cp -a ${S}/qml ${D}${datadir}/${P} - cp -a ${S}/components ${D}${datadir}/${P} + install -m 0755 ${B}/smarthome ${D}${datadir}/${P} + cp -R --no-dereference --preserve=mode,links ${S}/qml ${D}${datadir}/${P} + cp -R --no-dereference --preserve=mode,links ${S}/components ${D}${datadir}/${P} } FILES_${PN}-dbg += "${datadir}/${P}/.debug" -- cgit v1.2.3-54-g00ecf