aboutsummaryrefslogtreecommitdiffstats
path: root/meta/classes/icecc.bbclass
diff options
context:
space:
mode:
authorHongxu Jia <hongxu.jia@windriver.com>2013-03-20 08:29:22 +0800
committerRichard Purdie <richard.purdie@linuxfoundation.org>2013-04-11 14:02:23 +0100
commitcf53c606fc1bc81abb68b6851ae68916f92e1d84 (patch)
tree8c3b17a11b1eba4f8c58eeef20bd83c6f9abd482 /meta/classes/icecc.bbclass
parent997f39575dbf85600a67bfb815d715443c3fe279 (diff)
downloadopenembedded-core-cf53c606fc1bc81abb68b6851ae68916f92e1d84.tar.gz
package_rpm.bbclass: fix build multilib image failed when PR Server enabled
1, In bitbake.conf PKGR ?= "${PR}${EXTENDPRAUTO}" EXTENDPKGV ?= "${EXTENDPKGEVER}${PKGV}-${PKGR}" RDEPENDS_${PN}-dev = "${PN} (= ${EXTENDPKGV})" 2, When PR Server is enabled, EXTENDPRAUTO is not none which means PKGR and PR don't have the same value. 3, When multilib is enabled, RDEPENDS_${PN}-dev is not expanded correctly which uses PR rather than PKGR in the versioned dependency string. 4, Make sure PKGR rather than PR in version string when do_package_rpm. [YOCTO #4050] Signed-off-by: Hongxu Jia <hongxu.jia@windriver.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/classes/icecc.bbclass')
0 files changed, 0 insertions, 0 deletions