Make pkg manager case-insensitive to wgt backend installer name.
authorZbigniew Kostrzewa <z.kostrzewa@samsung.com>
Tue, 2 Jul 2013 05:51:05 +0000 (07:51 +0200)
committerGerrit Code Review <gerrit@gerrit.vlan144.tizendev.org>
Thu, 4 Jul 2013 07:52:21 +0000 (07:52 +0000)
commit9217ee4fd711c57f557d5c0031a25ec8b30fdc02
tree62bc8bb80e22f694fe1ad2670b795d9e92b77f09
parent3b5bc7a3ecb892dbc61907894ed928d3f85a6316
Make pkg manager case-insensitive to wgt backend installer name.

[Issue#] WEB-3480
[Problem] Pkg manager cannot find backend installer for widgets with
file extension not being in lowercase.
[Cause] W3C P&C specifies that widget file extension should be matched
case-insensitively to string ".wgt". However, pkg-manager when resolving
backend installer for specific file matches its extension case-sensitively
against the backend installer names. In a result, if a widget file
extension differs from "wgt" (in letters capitalization, e.g. wgT, WgT)
pkg manager cannot find appropriate backend installer.
[Solution] Because other backend installers may require matching
their names case-sensitively the fix is to provide symbolic links to wgt
backend installer in all possible combinations of uppercase/lowercase
letters.
[SCMRequest] N/A

Change-Id: Ic146c96df7f22196af0f933045b442ef5d17babe
packaging/wrt-installer.spec