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

Holger Hans Peter Freyther holger+oe at freyther.de
Fri Aug 7 23:03:19 UTC 2009


On Friday 07 August 2009 13:42:00 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_NA
>ME}' >> $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}

Hey,

while you are at it the following is still missing:
	export OE_QMAKE_UIC3=
	export OE_QMAKE_QDBUSCPP2XML=
	export OE_QMAKE_QDBUSXML2CPP=

you would have my rubber stamp do commit these too.

	z.




More information about the Openembedded-devel mailing list