From db786adf5c23822da8004cdef29c07d3884c8d1f Mon Sep 17 00:00:00 2001 From: Chase Maupin Date: Thu, 3 Jun 2010 05:15:13 +0000 Subject: qt4-embedded: rename qtdemo file * Changed the name of the qtdemo exectable installed in the /usr/bin directory to qtdemoE for Qt embedded builds. This allows the Qt embedded version of the demos package to co-exist with the Qt X11 version. * Changed the demos package file list to accept both qtdemo and qtdemoE. Signed-off-by: Chase Maupin Acked-by: Koen Kooi Signed-off-by: Denys Dmytriyenko --- recipes/qt4/qt-4.6.2.inc | 3 +++ 1 file changed, 3 insertions(+) (limited to 'recipes/qt4/qt-4.6.2.inc') diff --git a/recipes/qt4/qt-4.6.2.inc b/recipes/qt4/qt-4.6.2.inc index e89cf1787a..4a9f077aea 100644 --- a/recipes/qt4/qt-4.6.2.inc +++ b/recipes/qt4/qt-4.6.2.inc @@ -57,6 +57,9 @@ do_install_append() { for i in rcc uic moc ; do install -m 0755 ${S}/bin/$i ${D}${bindir}/ done + + #Append an E to the qtdemo file + mv ${D}${bindir}/qtdemo ${D}${bindir}/qtdemo${QT_LIBINFIX} } LICENSE = "LGPLv2.1 GPLv3" -- cgit v1.2.3