mirror of
https://git.yoctoproject.org/poky
synced 2026-05-31 00:39:46 +00:00
bitbake: toaster: Fix extra checkbox in most recently built recipes section
This patch fixes an extra checkbox which is due to an extra space in the target. [YOCTO #8202] (Bitbake rev: 742d15beaf7e2bb8b61ed61b1a26909d16de0eac) Signed-off-by: Sujith Haridasan <sujith.h@gmail.com> Signed-off-by: Sujith Haridasan <Sujith_Haridasan@mentor.com> Signed-off-by: Elliot Smith <elliot.smith@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
committed by
Richard Purdie
parent
d45ab491d0
commit
f454fc50a3
@@ -216,7 +216,6 @@ function projectPageInit(ctx) {
|
|||||||
var toBuild = "";
|
var toBuild = "";
|
||||||
freqBuildList.find(":checked").each(function(){
|
freqBuildList.find(":checked").each(function(){
|
||||||
toBuild += $(this).val();
|
toBuild += $(this).val();
|
||||||
toBuild += " ";
|
|
||||||
});
|
});
|
||||||
|
|
||||||
libtoaster.startABuild(libtoaster.ctx.projectBuildsUrl, libtoaster.ctx.projectId, toBuild, function(){
|
libtoaster.startABuild(libtoaster.ctx.projectBuildsUrl, libtoaster.ctx.projectId, toBuild, function(){
|
||||||
|
|||||||
Reference in New Issue
Block a user