From 7a65ba6089560efdd840a9590684c24fbcdb7818 Mon Sep 17 00:00:00 2001 From: Denys Dmytriyenko Date: Mon, 2 Mar 2015 11:17:58 -0500 Subject: nativesdk-qtbase.inc: avoid removing directories, namely /usr/lib itself Signed-off-by: Denys Dmytriyenko Signed-off-by: Martin Jansa --- recipes-qt/qt5/nativesdk-qtbase.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/recipes-qt/qt5/nativesdk-qtbase.inc b/recipes-qt/qt5/nativesdk-qtbase.inc index 3bad980d..35953bbe 100644 --- a/recipes-qt/qt5/nativesdk-qtbase.inc +++ b/recipes-qt/qt5/nativesdk-qtbase.inc @@ -230,7 +230,7 @@ do_install() { ${D}/${OE_QMAKE_PATH_PLUGINS} \ ${D}${libdir}/cmake \ ${D}${libdir}/pkgconfig - find ${D}${libdir} -maxdepth 1 -name 'lib*' -and \ + find ${D}${libdir} -maxdepth 1 -name 'lib*' -and -not -type d -and \ -not -name 'libQt5Core.so*' -and \ ${QTLIBSPRESERVE} \ -not -name 'libQt5Bootstrap.a' \ -- cgit v1.2.3-54-g00ecf