[meta-ti] [PATCH] add missing quotes around PLATFORM_XDC
Chris Whittenburg
whittenburg at gmail.com
Thu Mar 1 08:57:09 PST 2012
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 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
More information about the meta-ti
mailing list