From: Marco Cavallini <koansoftware@gmail.com>
To: openembedded-devel@lists.openembedded.org
Subject: Re: [PATCH] qt4-embedded: rename qtdemo file
Date: Wed, 09 Jun 2010 15:55:55 +0200 [thread overview]
Message-ID: <4C0F9D6B.6000105@gmail.com> (raw)
In-Reply-To: <20100603165055.GA4402@denix.org>
Denys Dmytriyenko ha scritto, Il 03/06/2010 18:50:
> On Thu, Jun 03, 2010 at 05:50:06PM +0200, Koen Kooi wrote:
> On 03-06-10 17:15, Chase Maupin wrote:
>>>> * 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 <chase.maupin@ti.com>
> Acked-by: Koen Kooi <k-kooi@ti.com>
>
>> Applied, thanks.
>
>>>> ---
>>>> recipes/qt4/qt-4.6.2.inc | 3 +++
>>>> recipes/qt4/qt4-embedded.inc | 2 +-
>>>> recipes/qt4/qt4.inc | 4 ++--
>>>> 3 files changed, 6 insertions(+), 3 deletions(-)
>>>>
>>>> diff --git a/recipes/qt4/qt-4.6.2.inc b/recipes/qt4/qt-4.6.2.inc
>>>> index e89cf17..4a9f077 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}
>>>> }
>>>>
This patch drive to an error with qt/X11
ERROR: Build of
/home/koan/devel/openembedded/recipes/qt4/qt4-x11-free_4.6.2.bb
do_install fail
| mv:
`/home/koan/devel/build/kaeilos/tmp/work/armv5te-oe-linux-gnueabi/qt4-x11-free-4.6.2-r17.2/image/usr/bin/qtdemo'
and
`/home/koan/devel/build/kaeilos/tmp/work/armv5te-oe-linux-gnueabi/qt4-x11-free-4.6.2-r17.2/image/usr/bin/qtdemo'
are the same file
looks like the Append an E to the qtdemo file han not been tested with
qt/X11, so I'd like to change recipes/qt4/qt-4.6.2.inc in this way
#Append an E to the qtdemo file
if [${QT_LIBINFIX} == "E"] ; then
mv ${D}${bindir}/qtdemo ${D}${bindir}/qtdemo${QT_LIBINFIX}
fi
--
Marco Cavallini | KOAN sas | Bergamo - Italia
embedded and real-time software engineering
Atmel third party certified consultant
Phone:+39-035-255.235 - Fax:+39-178-22.39.748
http://www.KoanSoftware.com
http://www.KaeilOS.com
next prev parent reply other threads:[~2010-06-09 14:00 UTC|newest]
Thread overview: 6+ messages / expand[flat|nested] mbox.gz Atom feed top
2010-06-03 15:15 [PATCH] qt4-embedded: rename qtdemo file Chase Maupin
2010-06-03 15:50 ` Koen Kooi
2010-06-03 16:50 ` Denys Dmytriyenko
2010-06-09 13:55 ` Marco Cavallini [this message]
2010-06-09 14:08 ` Phil Blundell
2010-06-11 16:00 ` Leon Woestenberg
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=4C0F9D6B.6000105@gmail.com \
--to=koansoftware@gmail.com \
--cc=openembedded-devel@lists.openembedded.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.