[meta-ti] [PATCH] add missing quotes around PLATFORM_XDC
Denys Dmytriyenko
denis at denix.org
Thu Mar 1 09:02:48 PST 2012
On Thu, Mar 01, 2012 at 10:57:09AM -0600, Chris Whittenburg wrote:
> Had trouble building gstreamer-ti today, and it turned out to be these
> missing quotes, I believe.
Thanks, Chris. Please update your copy of meta-ti, as it has been fixed
yesterday:
http://git.yoctoproject.org/cgit/cgit.cgi/meta-ti/commit/?id=f581b98514272f49c7a4a210a062ee0122b1908f
Also, please subscribe to the mailing list at
https://lists.yoctoproject.org/listinfo/meta-ti, as normally non-subscribers
are not allowed to post. Thanks.
--
Denys
> Signed-off-by: Chris Whittenburg <whittenburg at gmail.com>
> ---
> recipes-ti/gstreamer-ti/gstreamer-ti.inc | 2 +-
> 1 files changed, 1 insertions(+), 1 deletions(-)
>
> diff --git a/recipes-ti/gstreamer-ti/gstreamer-ti.inc
> b/recipes-ti/gstreamer-ti/gstreamer-ti.inc
> index 401ee26..05b4d28 100644
> --- a/recipes-ti/gstreamer-ti/gstreamer-ti.inc
> +++ b/recipes-ti/gstreamer-ti/gstreamer-ti.inc
> @@ -60,7 +60,7 @@ export PLATFORM
> export GST_TI_PLATFORM
> export XDC_PLATFORM
> export XDC_TARGET = "gnu.targets.arm.GCArmv5T"
> -export PLATFORM_XDC = ${XDC_PLATFORM}
> +export PLATFORM_XDC = "${XDC_PLATFORM}"
> export CSTOOL_DIR = "${TOOLCHAIN_PATH}"
> export MVTOOL_DIR = "${TOOLCHAIN_PATH}"
> export MVTOOL_PREFIX = "${TARGET_PREFIX}"
> --
> 1.7.1
> _______________________________________________
> meta-ti mailing list
> meta-ti at yoctoproject.org
> https://lists.yoctoproject.org/listinfo/meta-ti
>
More information about the meta-ti
mailing list