[oe] [oe-commits] org.oe.dev qt4-x11: create dir before trying to put files into it

Robert Schuster theBohemian at gmx.net
Wed Dec 19 19:29:47 CET 2007


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

-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 252 bytes
Desc: OpenPGP digital signature
Url : http://lists.linuxtogo.org/pipermail/openembedded-devel/attachments/20071219/34fca177/attachment.pgp 


More information about the Openembedded-devel mailing list