diff options
author | David Reyna <David.Reyna@windriver.com> | 2017-10-09 20:31:40 -0700 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2017-10-10 09:18:17 +0100 |
commit | 2c27e3ea04dbd0376db5652a124b3c518ed20699 (patch) | |
tree | 57c06e11149a362350aacb75aedfff1047513dab /bitbake/lib/toaster/toastergui/templates | |
parent | da05a01423a60a23cd1073eb0ad3776e5bf4f2a8 (diff) | |
download | poky-2c27e3ea04dbd0376db5652a124b3c518ed20699.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: 6361698819530382541506b06a61f2c76dde59cb)
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')
-rw-r--r-- | bitbake/lib/toaster/toastergui/templates/base.html | 2 | ||||
-rw-r--r-- | bitbake/lib/toaster/toastergui/templates/js-unit-tests.html | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/bitbake/lib/toaster/toastergui/templates/base.html b/bitbake/lib/toaster/toastergui/templates/base.html index 0fbe17b5d8..edbd110c25 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> |
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> |