diff options
author | Alexandru DAMIAN <alexandru.damian@intel.com> | 2013-11-21 11:47:44 +0000 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2013-12-10 11:16:11 +0000 |
commit | 6cbc83fe8977c07ad2ac829f13fb850c054d89b7 (patch) | |
tree | bc29cfcb3c14bf73f6ed5fab84e41142d181838e | |
parent | 7d24b00d0e996739139ba29ed8e554437488b6bc (diff) | |
download | poky-6cbc83fe8977c07ad2ac829f13fb850c054d89b7.tar.gz |
bitbake: toaster: remove Author field in SimpleUI
Removes a left-over Author field in the Simple UI
recipe page.
[YOCTO #5449]
(Bitbake rev: a9c24343f13d33d159dab0ac2fd8f50262408980)
Signed-off-by: Alexandru DAMIAN <alexandru.damian@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
-rw-r--r-- | bitbake/lib/toaster/bldviewer/templates/recipe.html | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/bitbake/lib/toaster/bldviewer/templates/recipe.html b/bitbake/lib/toaster/bldviewer/templates/recipe.html index e9a1c1089d..7d5fbf4e55 100644 --- a/bitbake/lib/toaster/bldviewer/templates/recipe.html +++ b/bitbake/lib/toaster/bldviewer/templates/recipe.html | |||
@@ -21,7 +21,6 @@ | |||
21 | <th>License file</th> | 21 | <th>License file</th> |
22 | <th>Homepage</th> | 22 | <th>Homepage</th> |
23 | <th>Bugtracker</th> | 23 | <th>Bugtracker</th> |
24 | <th>Author</th> | ||
25 | <th>File_path</th> | 24 | <th>File_path</th> |
26 | <th style="width: 30em">Recipe Dependency</th> | 25 | <th style="width: 30em">Recipe Dependency</th> |
27 | 26 | ||