bitbake: toaster: rename bldviewer projecttags custom tagset
authorAlexandru DAMIAN <alexandru.damian@intel.com>
Wed, 3 Sep 2014 13:20:25 +0000 (14:20 +0100)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Fri, 5 Sep 2014 09:14:24 +0000 (10:14 +0100)
commit3fa95f6ac6b8872b479ee5d21323c0b4c1831493
tree2a5f8a8c6e1f2ed51012d153ead6c7039da4de66
parent283d4252738ddfaf48538951bb8e1140175a894e
bitbake: toaster: rename bldviewer projecttags custom tagset

We rename the projecttags in bldviewer.templatetags to
simple_projecttags in order to avoid conflict with the
similarly named tagset in toastergui.

The conflict leads to an intermittent bug where proper
tags are not read correctly since Django uses only the
module name as global tag library identificator.

(Bitbake rev: a37f2c194d7e59611177cb8755524b7ad702fe91)

Signed-off-by: Alexandru DAMIAN <alexandru.damian@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
bitbake/lib/toaster/bldviewer/templates/simple_build.html
bitbake/lib/toaster/bldviewer/templates/simple_layer.html
bitbake/lib/toaster/bldviewer/templates/simple_recipe.html
bitbake/lib/toaster/bldviewer/templatetags/simple_projecttags.py [moved from bitbake/lib/toaster/bldviewer/templatetags/projecttags.py with 100% similarity]