diff options
author | Robert Yang <liezhi.yang@windriver.com> | 2011-08-21 17:52:55 +0800 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2011-08-23 18:23:15 -0700 |
commit | 282773ff3e0f365c08ae7e8fe759029f33e575b1 (patch) | |
tree | dbc16de56ac08adbcfe9de5c85e8f92f12612b24 /meta/recipes-multimedia/gstreamer/gst-ffmpeg-0.10.11 | |
parent | 450b6eded024c365d0ad4808b492d73c4cd02f6d (diff) | |
download | openembedded-core-282773ff3e0f365c08ae7e8fe759029f33e575b1.tar.gz openembedded-core-282773ff3e0f365c08ae7e8fe759029f33e575b1.tar.bz2 openembedded-core-282773ff3e0f365c08ae7e8fe759029f33e575b1.tar.xz openembedded-core-282773ff3e0f365c08ae7e8fe759029f33e575b1.zip |
bitbake meta-toolchain with gcc 4.5.1 failed
Fixes bug [YOCTO #1386]
1) Add the following lines to conf/local.conf:
SDKGCCVERSION="4.5.1"
GCCVERSION="4.5.1"
2) bitbake meta-toolchain
The we will notice the error that sed can't find the directory:
${TMPDIR}/work-shared/gcc-${PV}/gcc-${PV}-${PR}
we had changed the name of S from gcc-${PV} to gcc-${PV}-${PR}, but didn't
update meta/recipes-devtools/gcc/gcc-common.inc, so fix S in gcc-common.inc
would make it work.
Signed-off-by: Robert Yang <liezhi.yang@windriver.com>
Diffstat (limited to 'meta/recipes-multimedia/gstreamer/gst-ffmpeg-0.10.11')
0 files changed, 0 insertions, 0 deletions