From: Robert Schuster <theBohemian@gmx.net>
To: openembedded-devel@lists.openembedded.org
Subject: Re: [oe-commits] org.oe.dev qt4-x11: create dir before trying to put files into it
Date: Wed, 19 Dec 2007 19:29:47 +0100 [thread overview]
Message-ID: <4769631B.9060408@gmx.net> (raw)
In-Reply-To: <E1J4yUM-0004ua-NG@linuxtogo.org>
[-- Attachment #1: Type: text/plain, Size: 1153 bytes --]
Hi.
koen commit schrieb:
> ============================================================
> --- packages/qt/qt4-x11-free_4.1.2.bb 87ff0a36e1696d7c7726c3e3ffd517ca7f9233f3
> +++ packages/qt/qt4-x11-free_4.1.2.bb 3f0c2bbb385a352c8af18085b894d4224822db3c
> @@ -70,6 +70,7 @@ do_stage() {
>
> do_stage() {
> oe_runmake install INSTALL_ROOT=/
> + install -d ${STAGING_QT_DIR}
> install -m 0755 ${STAGING_BINDIR_NATIVE}/rcc4 ${STAGING_QT_DIR}/bin/rcc
> install -m 0755 ${STAGING_BINDIR_NATIVE}/moc4 ${STAGING_QT_DIR}/bin/moc
> install -m 0755 ${STAGING_BINDIR_NATIVE}/uic4 ${STAGING_QT_DIR}/bin/uic
> ============================================================
> --- packages/qt/qt4-x11-free_4.3.2.bb 2a8bfa1b9cc3aa059dd561726a7bbdfc8bcc4e79
> +++ packages/qt/qt4-x11-free_4.3.2.bb 706fc53c8f4c041fca267bea9825aa99010fa460
> @@ -62,7 +62,7 @@ do_compile() {
>
> # FIXME: Might want to compile the cross tools for the -dev packages as well...
> do_compile() {
> - unset CFLAGS CXXFLAGS
> + unset CFLAGS CXXFLAGSi
^
I think at this point an unwanted keypress slipped in.
Regards
Robert
[-- Attachment #2: OpenPGP digital signature --]
[-- Type: application/pgp-signature, Size: 260 bytes --]
parent reply other threads:[~2007-12-19 18:34 UTC|newest]
Thread overview: expand[flat|nested] mbox.gz Atom feed
[parent not found: <E1J4yUM-0004ua-NG@linuxtogo.org>]
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=4769631B.9060408@gmx.net \
--to=thebohemian@gmx.net \
--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.