summaryrefslogtreecommitdiffstats
path: root/bitbake
diff options
context:
space:
mode:
Diffstat (limited to 'bitbake')
-rw-r--r--bitbake/lib/toaster/toastergui/templates/customrecipe.html5
1 files changed, 3 insertions, 2 deletions
diff --git a/bitbake/lib/toaster/toastergui/templates/customrecipe.html b/bitbake/lib/toaster/toastergui/templates/customrecipe.html
index 8cce919670..4b589926c5 100644
--- a/bitbake/lib/toaster/toastergui/templates/customrecipe.html
+++ b/bitbake/lib/toaster/toastergui/templates/customrecipe.html
@@ -66,13 +66,14 @@
66 <h3><span class="package-to-rm-name"></span> reverse dependencies</h3> 66 <h3><span class="package-to-rm-name"></span> reverse dependencies</h3>
67 </div> 67 </div>
68 <div class="modal-body"> 68 <div class="modal-body">
69 <p>Based on information from a previous build it is likely that <strong class="package-to-rm-name"></strong> may be added again as the following packages directly depend on it for your custom image:</p> 69 <p> <strong class="reverse-deps-count"></strong> <span class="reverse-deps-package"></span> in your image <span class="reverse-deps-depends"></span> on <strong class="package-to-rm-name"></strong>:</p>
70 <ul id="package-reverse-dep-list"> 70 <ul id="package-reverse-dep-list">
71 </ul> 71 </ul>
72 <p>In order to remove <strong class="package-to-rm-name"></strong>, you must remove <span class="reverse-deps-this"></span> <strong class="reverse-deps-count"></strong> <span class="reverse-deps-package"></span> as well.</p>
72 </div> 73 </div>
73 <div class="modal-footer"> 74 <div class="modal-footer">
74 <p class="help-block text-left">Total package size: <strong id="package-reverse-deps-total-size"></strong></p> 75 <p class="help-block text-left">Total package size: <strong id="package-reverse-deps-total-size"></strong></p>
75 <button id="rm-package-reverse-deps-modal-btn" type="submit" class="btn btn-primary" data-dismiss="modal">Remove package</button> 76 <button id="rm-package-reverse-deps-modal-btn" type="submit" class="btn btn-primary" data-dismiss="modal">Remove all <span class="reverse-deps-count-plus1"></button>
76 <button class="btn" data-dismiss="modal">Cancel</button> 77 <button class="btn" data-dismiss="modal">Cancel</button>
77 </div> 78 </div>
78</div> 79</div>