[oe] [PATCH] Added rcc (resource compiler) utility setup for QTE toolchain environment.

Henning Heinold heinold at inf.fu-berlin.de
Fri Aug 7 11:59:00 UTC 2009


On Fri, Aug 07, 2009 at 02:42:00PM +0300, Ihar Hrachyshka wrote:
> Signed-off-by: Ihar Hrachyshka <ihar.hrachyshka at gmail.com>
> ---
>  recipes/meta/meta-toolchain-qte.bb |    1 +
>  1 files changed, 1 insertions(+), 0 deletions(-)
> 
> diff --git a/recipes/meta/meta-toolchain-qte.bb b/recipes/meta/meta-toolchain-qte.bb
> index 70c4087..699f053 100644
> --- a/recipes/meta/meta-toolchain-qte.bb
> +++ b/recipes/meta/meta-toolchain-qte.bb
> @@ -19,6 +19,7 @@ do_populate_sdk_append() {
>         echo 'export OE_QMAKE_INCDIR_QT=${prefix}/${TARGET_SYS}/${layout_includedir}/${QT_DIR_NAME}' >> $script
>         echo 'export OE_QMAKE_MOC=${prefix}/${layout_bindir}/moc4' >> $script
>         echo 'export OE_QMAKE_UIC=${prefix}/${layout_bindir}/uic4' >> $script
> +       echo 'export OE_QMAKE_RCC=${prefix}/${layout_bindir}/rcc4' >> $script
>  
>         # Repack SDK with new environment-setup
>         cd ${SDK_OUTPUT}
> -- 
> 1.6.3.3
> 
ACK

Bye Henning




More information about the Openembedded-devel mailing list