From: Denys Dmytriyenko <denis@denix.org>
To: Chris Whittenburg <whittenburg@gmail.com>
Cc: meta-ti@yoctoproject.org
Subject: Re: [PATCH] add missing quotes around PLATFORM_XDC
Date: Thu, 01 Mar 2012 12:02:48 -0500 [thread overview]
Message-ID: <20120301170248.GA24667@denix.org> (raw)
In-Reply-To: <CABcw_On04+-qN7e50u_7LDYzAhyXX_ACYaoXnQbp3m80p7rbuQ@mail.gmail.com>
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
>
prev parent reply other threads:[~2012-03-01 17:03 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2012-03-01 16:57 [PATCH] add missing quotes around PLATFORM_XDC Chris Whittenburg
2012-03-01 17:02 ` Denys Dmytriyenko [this message]
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20120301170248.GA24667@denix.org \
--to=denis@denix.org \
--cc=meta-ti@yoctoproject.org \
--cc=whittenburg@gmail.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
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.