mirror of
https://git.yoctoproject.org/poky
synced 2026-09-14 03:49:32 +02:00
bitbake: toastergui: "Run again" button in build pages
This patch fixes the "Run again" button for the completed builds. [YOCTO #7173] (Bitbake rev: 37125f2b52492f8bee465611e60514b365541892) Signed-off-by: Alexandru DAMIAN <alexandru.damian@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
committed by
Richard Purdie
parent
99bbf30b1d
commit
bdbc37f5c6
@@ -339,7 +339,7 @@ projectApp.controller('prjCtrl', function($scope, $modal, $http, $interval, $loc
|
||||
$scope.buildExistingTarget = function(targets) {
|
||||
var oldTargetName = $scope.targetName;
|
||||
$scope.targetName = targets.map(function(v,i,a){return v.target}).join(' ');
|
||||
$scope.targetNamedBuild();
|
||||
$scope.buildNamedTarget();
|
||||
$scope.targetName = oldTargetName;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user