[Buildroot] [patch] Fix Qtopia Core 4 compile and installtion and bump to version 4.4.0 snapshot

Thiago A. Corrêa thiago.correa at gmail.com
Wed Mar 12 12:50:37 UTC 2008


>
>  Like all other packages, set the PATH variable correct, which is done by
>  TARGET_CONFIGURE_OPTS.

How exactly? I have a .mk with:
$(MYPACKAGE_DIR)/.configured: $(MYPACKAGE_DIR)/.unpacked
        (cd $(MYPACKAGE_DIR); rm -rf Makefile; \
         $(QTOPIA4_QMAKE) -spec
qws/linux-$(BR2_PACKAGE_QTOPIA4_EMB_PLATFORM)-g++ \
        )
        touch $@

What should I change?

>  With the old Makefile for Qtopia Core non of the executables made were
>  executable on target because of weird paths used.
>
>  Works for me as it is now, I use the TARGET_CONFIGURE_OPTS and do qmake.

It worked for me as it was then. The executable on the target ran just fine.

>  I guess it would be possible to change the installed mkspecs files, but
>  I do not see the need.

AFAIK, makes the life of users of the lib easier, so they can call
qmake without having to know buildroot specific issues.

Cheers,
   Thiago A. Correa



More information about the buildroot mailing list