ping
On Thu, Nov 13, 2014 at 06:58:38PM -0500, Denys Dmytriyenko wrote: > From: Denys Dmytriyenko <[email protected]> > > Signed-off-by: Denys Dmytriyenko <[email protected]> > --- > 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 6f1f880..06fb049 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 \ > -not -name 'libQt5Core.so*' -and \ > ${QTLIBSPRESERVE} \ > -not -name 'libQt5Bootstrap.a' \ > -- > 2.1.2 > > -- > _______________________________________________ > Openembedded-devel mailing list > [email protected] > http://lists.openembedded.org/mailman/listinfo/openembedded-devel -- _______________________________________________ Openembedded-devel mailing list [email protected] http://lists.openembedded.org/mailman/listinfo/openembedded-devel
