archiver.bbclass: remove the "upper()" function
authorRobert Yang <liezhi.yang@windriver.com>
Thu, 23 Aug 2012 15:13:25 +0000 (23:13 +0800)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Wed, 29 Aug 2012 23:02:08 +0000 (16:02 -0700)
commit3aea25ed0cc2fd1e4c067d381d69aaa39d9dc47d
treeee21e7d60a745204050cf1c6b83c7ba5eaf63a16
parent0dab687af2e219d8d36168a7790dcc40cc81660d
archiver.bbclass: remove the "upper()" function

The configuration value from the conf file is lower case, e.g. srpm,
tar, so there is no reason to use the upper case which makes things
complicated.

[YOCTO #2619]

(From OE-Core rev: 036a2502689092bb278b929f6e8ef2a119c1cf35)

Signed-off-by: Robert Yang <liezhi.yang@windriver.com>
Signed-off-by: Saul Wold <sgw@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/classes/archiver.bbclass
meta/classes/package_rpm.bbclass