summaryrefslogtreecommitdiffstats
path: root/bitbake/lib/toaster/toastergui/templates/js-unit-tests.html
diff options
context:
space:
mode:
authorDavid Reyna <David.Reyna@windriver.com>2017-10-09 20:31:40 -0700
committerRichard Purdie <richard.purdie@linuxfoundation.org>2017-10-10 09:42:09 +0100
commitcb44402f979c47b1c57044a12ed34f9090ca4ec6 (patch)
tree09b60b3876ef1efd724a5a2d6478e9ebc930df81 /bitbake/lib/toaster/toastergui/templates/js-unit-tests.html
parente2fcc721c2af8e2785a91eaceea1d81f503ea2ec (diff)
downloadpoky-cb44402f979c47b1c57044a12ed34f9090ca4ec6.tar.gz
bitbake: toaster: Remove prettify
Remove "prettify.js" and "prettify.css" due to license issues with Apache2. Replace with "highlight.pack.js" with its BSD3 License. [YOCTO #12206] (Bitbake rev: 5732046a48779be5f42616ec08b32ae53b33b230) Signed-off-by: Jason Wessel <jason.wessel@windriver.com> Signed-off-by: Brian Avery <brian.avery@intel.com> Signed-off-by: David Reyna <david.reyna@windriver.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'bitbake/lib/toaster/toastergui/templates/js-unit-tests.html')
-rw-r--r--bitbake/lib/toaster/toastergui/templates/js-unit-tests.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/bitbake/lib/toaster/toastergui/templates/js-unit-tests.html b/bitbake/lib/toaster/toastergui/templates/js-unit-tests.html
index 94ad4f8e99..ca248962f0 100644
--- a/bitbake/lib/toaster/toastergui/templates/js-unit-tests.html
+++ b/bitbake/lib/toaster/toastergui/templates/js-unit-tests.html
@@ -14,7 +14,7 @@
14<script src="{% static 'js/bootstrap.min.js' %}"></script> 14<script src="{% static 'js/bootstrap.min.js' %}"></script>
15<script src="{% static 'js/filtersnippet.js' %}"></script> 15<script src="{% static 'js/filtersnippet.js' %}"></script>
16<script src="{% static 'js/importlayer.js' %}"></script> 16<script src="{% static 'js/importlayer.js' %}"></script>
17<script src="{% static 'js/prettify.js' %}"></script> 17<script src="{% static 'js/highlight.pack.js' %}"></script>
18<script src="{% static 'js/layerBtn.js' %}"></script> 18<script src="{% static 'js/layerBtn.js' %}"></script>
19<script src="{% static 'js/layerDepsModal.js' %}"></script> 19<script src="{% static 'js/layerDepsModal.js' %}"></script>
20<script src="{% static 'js/projectpage.js' %}"></script> 20<script src="{% static 'js/projectpage.js' %}"></script>