summaryrefslogtreecommitdiffstats
path: root/meta-yocto
diff options
context:
space:
mode:
authorHongxu Jia <hongxu.jia@windriver.com>2013-03-02 17:12:58 +0800
committerRichard Purdie <richard.purdie@linuxfoundation.org>2013-03-02 12:59:51 +0000
commit8e73fb597ab7c518978c44beb75464dfdcdbd768 (patch)
tree54884631a2b254a1c3cd74458c2c6ffc5b8a9ce6 /meta-yocto
parentfe39685c0c59967afa4108d74086724e3b617379 (diff)
downloadpoky-8e73fb597ab7c518978c44beb75464dfdcdbd768.tar.gz
package_deb.bbclass:fix the arch (replace "_" with "-") in deb package control
when build deb image, such as building meta-toolchain-sdk in x86_64 host, there is warning like that: ... 'x86_64' is not a valid architecture name: character `_' not allowed (only letters, digits and characters `-') ... The params in deb package control file don't allow character `_', only letters, digits and characters `-' allowed. Change the arch's "_" to "-" in the deb package's control file at the control file creation time. Such as `x86_64'-->`x86-64' [YOCTO #3721] (From OE-Core rev: 8487b352cabd8c8ae8a7d9e7e66489e4e964bd50) Signed-off-by: Hongxu Jia <hongxu.jia@windriver.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta-yocto')
0 files changed, 0 insertions, 0 deletions