gst-ffmpeg: use immediate var expansion of TOOLCHAIN_PATH for PATH_prepend
authorDenys Dmytriyenko <denis@denix.org>
Thu, 5 Aug 2010 23:37:35 +0000 (19:37 -0400)
committerDenys Dmytriyenko <denis@denix.org>
Thu, 5 Aug 2010 23:50:21 +0000 (19:50 -0400)
Fixes the recursive var expansion when TOOLCHAIN_PATH is derived from PATH.

Signed-off-by: Denys Dmytriyenko <denis@denix.org>
recipes/gstreamer/gst-ffmpeg_0.10.10.bb
recipes/gstreamer/gst-ffmpeg_0.10.2.bb
recipes/gstreamer/gst-ffmpeg_0.10.4.bb
recipes/gstreamer/gst-ffmpeg_0.10.6.bb
recipes/gstreamer/gst-ffmpeg_0.10.7.bb
recipes/gstreamer/gst-ffmpeg_0.10.8.bb

index 0952683..c5fec35 100644 (file)
@@ -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}"
-
-
index 2328b0d..5164bbd 100644 (file)
@@ -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}"
index 83ccdb5..a80c8dd 100644 (file)
@@ -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}"
index c78b4c4..2ca8a95 100644 (file)
@@ -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}"
index a8bbbec..caaf374 100644 (file)
@@ -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}"
index 5f92dcc..fa42b91 100644 (file)
@@ -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}"