[oe-commits] Denys Dmytriyenko : gst-ffmpeg: use immediate var expansion of TOOLCHAIN_PATH for PATH_prepend

git version control git at git.openembedded.org
Thu Aug 5 23:50:37 UTC 2010


Module: openembedded.git
Branch: org.openembedded.dev
Commit: 7c376183bb70d404e7a9bb4d31552f80de91927a
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=7c376183bb70d404e7a9bb4d31552f80de91927a

Author: Denys Dmytriyenko <denis at denix.org>
Date:   Thu Aug  5 19:37:35 2010 -0400

gst-ffmpeg: use immediate var expansion of TOOLCHAIN_PATH for PATH_prepend

Fixes the recursive var expansion when TOOLCHAIN_PATH is derived from PATH.

Signed-off-by: Denys Dmytriyenko <denis at denix.org>

---

 recipes/gstreamer/gst-ffmpeg_0.10.10.bb |    4 +---
 recipes/gstreamer/gst-ffmpeg_0.10.2.bb  |    2 +-
 recipes/gstreamer/gst-ffmpeg_0.10.4.bb  |    2 +-
 recipes/gstreamer/gst-ffmpeg_0.10.6.bb  |    2 +-
 recipes/gstreamer/gst-ffmpeg_0.10.7.bb  |    2 +-
 recipes/gstreamer/gst-ffmpeg_0.10.8.bb  |    2 +-
 6 files changed, 6 insertions(+), 8 deletions(-)

diff --git a/recipes/gstreamer/gst-ffmpeg_0.10.10.bb b/recipes/gstreamer/gst-ffmpeg_0.10.10.bb
index 0952683..c5fec35 100644
--- a/recipes/gstreamer/gst-ffmpeg_0.10.10.bb
+++ b/recipes/gstreamer/gst-ffmpeg_0.10.10.bb
@@ -24,9 +24,7 @@ EXTRA_OECONF = " --with-system-ffmpeg "
 
 # We do this because the install program is called with -s which causes it to
 # call "strip" and it then mangles cross compiled stuff..
-PATH_prepend="${TOOLCHAIN_PATH}/${TARGET_SYS}/bin:"
+PATH_prepend := "${TOOLCHAIN_PATH}/${TARGET_SYS}/bin:"
 
 # Hack to get STAGING_LIBDIR into the linker path when building ffmpeg
 CC = "${CCACHE} ${HOST_PREFIX}gcc ${TARGET_CC_ARCH} -L${STAGING_LIBDIR}"
-
-
diff --git a/recipes/gstreamer/gst-ffmpeg_0.10.2.bb b/recipes/gstreamer/gst-ffmpeg_0.10.2.bb
index 2328b0d..5164bbd 100644
--- a/recipes/gstreamer/gst-ffmpeg_0.10.2.bb
+++ b/recipes/gstreamer/gst-ffmpeg_0.10.2.bb
@@ -25,7 +25,7 @@ EXTRA_OECONF = "--disable-sdltest --disable-ffplay --disable-freetypetest \
 
 # We do this because the install program is called with -s which causes it to
 # call "strip" and it then mangles cross compiled stuff..
-PATH_prepend="${TOOLCHAIN_PATH}/${TARGET_SYS}/bin:"
+PATH_prepend := "${TOOLCHAIN_PATH}/${TARGET_SYS}/bin:"
 
 # Hack to get STAGING_LIBDIR into the linker path when building ffmpeg
 CC = "${CCACHE} ${HOST_PREFIX}gcc ${TARGET_CC_ARCH} -L${STAGING_LIBDIR}"
diff --git a/recipes/gstreamer/gst-ffmpeg_0.10.4.bb b/recipes/gstreamer/gst-ffmpeg_0.10.4.bb
index 83ccdb5..a80c8dd 100644
--- a/recipes/gstreamer/gst-ffmpeg_0.10.4.bb
+++ b/recipes/gstreamer/gst-ffmpeg_0.10.4.bb
@@ -24,7 +24,7 @@ EXTRA_OECONF = "--disable-sdltest --disable-ffplay --disable-freetypetest \
 
 # We do this because the install program is called with -s which causes it to
 # call "strip" and it then mangles cross compiled stuff..
-PATH_prepend="${TOOLCHAIN_PATH}/${TARGET_SYS}/bin:"
+PATH_prepend := "${TOOLCHAIN_PATH}/${TARGET_SYS}/bin:"
 
 # Hack to get STAGING_LIBDIR into the linker path when building ffmpeg
 CC = "${CCACHE} ${HOST_PREFIX}gcc ${TARGET_CC_ARCH} -L${STAGING_LIBDIR}"
diff --git a/recipes/gstreamer/gst-ffmpeg_0.10.6.bb b/recipes/gstreamer/gst-ffmpeg_0.10.6.bb
index c78b4c4..2ca8a95 100644
--- a/recipes/gstreamer/gst-ffmpeg_0.10.6.bb
+++ b/recipes/gstreamer/gst-ffmpeg_0.10.6.bb
@@ -25,7 +25,7 @@ EXTRA_OECONF = "--disable-sdltest --disable-ffplay --disable-freetypetest \
 
 # We do this because the install program is called with -s which causes it to
 # call "strip" and it then mangles cross compiled stuff..
-PATH_prepend="${TOOLCHAIN_PATH}/${TARGET_SYS}/bin:"
+PATH_prepend := "${TOOLCHAIN_PATH}/${TARGET_SYS}/bin:"
 
 # Hack to get STAGING_LIBDIR into the linker path when building ffmpeg
 CC = "${CCACHE} ${HOST_PREFIX}gcc ${TARGET_CC_ARCH} -L${STAGING_LIBDIR}"
diff --git a/recipes/gstreamer/gst-ffmpeg_0.10.7.bb b/recipes/gstreamer/gst-ffmpeg_0.10.7.bb
index a8bbbec..caaf374 100644
--- a/recipes/gstreamer/gst-ffmpeg_0.10.7.bb
+++ b/recipes/gstreamer/gst-ffmpeg_0.10.7.bb
@@ -25,7 +25,7 @@ EXTRA_OECONF = "--disable-sdltest --disable-ffplay --disable-freetypetest \
 
 # We do this because the install program is called with -s which causes it to
 # call "strip" and it then mangles cross compiled stuff..
-PATH_prepend="${TOOLCHAIN_PATH}/${TARGET_SYS}/bin:"
+PATH_prepend := "${TOOLCHAIN_PATH}/${TARGET_SYS}/bin:"
 
 # Hack to get STAGING_LIBDIR into the linker path when building ffmpeg
 CC = "${CCACHE} ${HOST_PREFIX}gcc ${TARGET_CC_ARCH} -L${STAGING_LIBDIR}"
diff --git a/recipes/gstreamer/gst-ffmpeg_0.10.8.bb b/recipes/gstreamer/gst-ffmpeg_0.10.8.bb
index 5f92dcc..fa42b91 100644
--- a/recipes/gstreamer/gst-ffmpeg_0.10.8.bb
+++ b/recipes/gstreamer/gst-ffmpeg_0.10.8.bb
@@ -21,7 +21,7 @@ EXTRA_OECONF = " --with-system-ffmpeg "
 
 # We do this because the install program is called with -s which causes it to
 # call "strip" and it then mangles cross compiled stuff..
-PATH_prepend="${TOOLCHAIN_PATH}/${TARGET_SYS}/bin:"
+PATH_prepend := "${TOOLCHAIN_PATH}/${TARGET_SYS}/bin:"
 
 # Hack to get STAGING_LIBDIR into the linker path when building ffmpeg
 CC = "${CCACHE} ${HOST_PREFIX}gcc ${TARGET_CC_ARCH} -L${STAGING_LIBDIR}"





More information about the Openembedded-commits mailing list