diff options
author | Koen Kooi <koen@dominion.thruhere.net> | 2011-02-09 11:58:02 +0100 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2011-02-09 11:07:37 +0000 |
commit | a20600d4bb5d853fa9a0953ffbf3706d3f3d6ed6 (patch) | |
tree | 37010c7d54b7cf14334168d0b026c55e89ac6796 /meta/recipes-multimedia/mpeg2dec/mpeg2dec-0.4.1 | |
parent | 29ed2c6e9a0c3cc57c5bbaf3c53e1cff8586c51c (diff) | |
download | openembedded-core-a20600d4bb5d853fa9a0953ffbf3706d3f3d6ed6.tar.gz openembedded-core-a20600d4bb5d853fa9a0953ffbf3706d3f3d6ed6.tar.bz2 openembedded-core-a20600d4bb5d853fa9a0953ffbf3706d3f3d6ed6.tar.xz openembedded-core-a20600d4bb5d853fa9a0953ffbf3706d3f3d6ed6.zip |
bitbake.conf: fix SDK_NAME
It was using a '/' in a name variable, subtly breaking things like this:
populate_sdk.bbclass:
mkdir -p ${SDK_DEPLOY}
cd ${SDK_OUTPUT}
tar --owner=root --group=root -cj --file=${SDK_DEPLOY}/${TOOLCHAIN_OUTPUTNAME}.tar.bz2 .
Tar will error out since SDK_DEPLOY/DISTRO/ doesn't exist. Change the default to be more like the one from poky.conf, without the poky specific POKYLIBC.
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-multimedia/mpeg2dec/mpeg2dec-0.4.1')
0 files changed, 0 insertions, 0 deletions