All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] add missing quotes around PLATFORM_XDC
@ 2012-03-01 16:57 Chris Whittenburg
  2012-03-01 17:02 ` Denys Dmytriyenko
  0 siblings, 1 reply; 2+ messages in thread
From: Chris Whittenburg @ 2012-03-01 16:57 UTC (permalink / raw)
  To: meta-ti

Had trouble building gstreamer-ti today, and it turned out to be these
missing quotes, I believe.

Thanks,
Chris


Signed-off-by: Chris Whittenburg <whittenburg@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


^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: [PATCH] add missing quotes around PLATFORM_XDC
  2012-03-01 16:57 [PATCH] add missing quotes around PLATFORM_XDC Chris Whittenburg
@ 2012-03-01 17:02 ` Denys Dmytriyenko
  0 siblings, 0 replies; 2+ messages in thread
From: Denys Dmytriyenko @ 2012-03-01 17:02 UTC (permalink / raw)
  To: Chris Whittenburg; +Cc: meta-ti

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@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@yoctoproject.org
> https://lists.yoctoproject.org/listinfo/meta-ti
> 


^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2012-03-01 17:03 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-03-01 16:57 [PATCH] add missing quotes around PLATFORM_XDC Chris Whittenburg
2012-03-01 17:02 ` Denys Dmytriyenko

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.