diff options
author | Elliot Smith <elliot.smith@intel.com> | 2016-04-12 12:07:01 +0100 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2016-06-15 08:35:03 +0100 |
commit | cd7b48cd0da27f415194d3aaeb330ba6eb7d5d9d (patch) | |
tree | f0053453162a55de7cb7390d234d0e8612a074d7 /bitbake/LICENSE | |
parent | 64622029d7226c64bc1c92bf9680119946cf8b81 (diff) | |
download | poky-cd7b48cd0da27f415194d3aaeb330ba6eb7d5d9d.tar.gz |
bitbake: toaster: migrate typeahead library
Migrate from Bootstrap 2's built-in typeahead to Twitter's
typeahead library.
This is to facilitate moving to Bootstrap 3, which doesn't have
a typeahead.
(Bitbake rev: 0748177b40188a6fb735fe1ba1c17294afa4a3d0)
Signed-off-by: Elliot Smith <elliot.smith@intel.com>
Signed-off-by: Michael Wood <michael.g.wood@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'bitbake/LICENSE')
-rw-r--r-- | bitbake/LICENSE | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/bitbake/LICENSE b/bitbake/LICENSE index a57f9a419b..4ceabf7a73 100644 --- a/bitbake/LICENSE +++ b/bitbake/LICENSE | |||
@@ -9,4 +9,6 @@ Foundation and individual contributors. | |||
9 | 9 | ||
10 | * jQuery is redistributed under the MIT license. | 10 | * jQuery is redistributed under the MIT license. |
11 | 11 | ||
12 | * Twitter typeahead.js redistributed under the MIT license. | ||
13 | |||
12 | * QUnit is redistributed under the MIT license. | 14 | * QUnit is redistributed under the MIT license. |