summaryrefslogtreecommitdiffstats
path: root/bitbake/lib/toaster/toastergui/templates/base.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:04 +0100
commit15eb02516bda682fd2b4a1ed61870a8de431a6e7 (patch)
treef0452f0a361e128624a5aaf73840650681968471 /bitbake/lib/toaster/toastergui/templates/base.html
parent717303e6fbcbbe181ad9645d762eb5a85d934523 (diff)
downloadpoky-15eb02516bda682fd2b4a1ed61870a8de431a6e7.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: 8c86ec28abd406f6d62dee9f917ed1df47f7f301) 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/base.html')
-rw-r--r--bitbake/lib/toaster/toastergui/templates/base.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/bitbake/lib/toaster/toastergui/templates/base.html b/bitbake/lib/toaster/toastergui/templates/base.html
index 11c6f91260..32b49795f9 100644
--- a/bitbake/lib/toaster/toastergui/templates/base.html
+++ b/bitbake/lib/toaster/toastergui/templates/base.html
@@ -24,7 +24,7 @@
24 </script> 24 </script>
25 <script src="{% static 'js/jsrender.min.js' %}"> 25 <script src="{% static 'js/jsrender.min.js' %}">
26 </script> 26 </script>
27 <script src="{% static 'js/prettify.js' %}"> 27 <script src="{% static 'js/highlight.pack.js' %}">
28 </script> 28 </script>
29 <script src="{% static 'js/libtoaster.js' %}"> 29 <script src="{% static 'js/libtoaster.js' %}">
30 </script> 30 </script>