[bitbake-devel] [PATCH] toaster: Fix extra checkbox in most recently built recipes section

Elliot Smith elliot.smith at intel.com
Thu Aug 27 13:25:58 UTC 2015


From: Sujith Haridasan <Sujith_Haridasan at mentor.com>

This patch fixes an extra checkbox which is due to an extra space
in the target.

[YOCTO #8202]

Signed-off-by: Sujith Haridasan <sujith.h at gmail.com>
Signed-off-by: Sujith Haridasan <Sujith_Haridasan at mentor.com>
Signed-off-by: Elliot Smith <elliot.smith at intel.com>
---
 bitbake/lib/toaster/toastergui/static/js/projectpage.js | 1 -
 1 file changed, 1 deletion(-)

diff --git a/bitbake/lib/toaster/toastergui/static/js/projectpage.js b/bitbake/lib/toaster/toastergui/static/js/projectpage.js
index 146319e..d367047 100644
--- a/bitbake/lib/toaster/toastergui/static/js/projectpage.js
+++ b/bitbake/lib/toaster/toastergui/static/js/projectpage.js
@@ -216,7 +216,6 @@ function projectPageInit(ctx) {
     var toBuild = "";
     freqBuildList.find(":checked").each(function(){
       toBuild += $(this).val();
-      toBuild += " ";
     });
 
     libtoaster.startABuild(libtoaster.ctx.projectBuildsUrl, libtoaster.ctx.projectId, toBuild, function(){
-- 
1.9.3

---------------------------------------------------------------------
Intel Corporation (UK) Limited
Registered No. 1134945 (England)
Registered Office: Pipers Way, Swindon SN3 1RJ
VAT No: 860 2173 47

This e-mail and any attachments may contain confidential material for
the sole use of the intended recipient(s). Any review or distribution
by others is strictly prohibited. If you are not the intended
recipient, please contact the sender and delete all copies.




More information about the bitbake-devel mailing list