]> code.ossystems Code Review - openembedded-core.git/commit
sanity.bbclass: data.getVar(VAR, obj, exp) -> obj.getVar(VAR, exp)
authorJoshua Lock <josh@linux.intel.com>
Wed, 23 May 2012 22:42:24 +0000 (15:42 -0700)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Thu, 24 May 2012 07:34:51 +0000 (08:34 +0100)
commit41ee978b62a9c40f36f8ad0acef147e36edffa17
treee70d5f4d64738e1f744bf42ef7bf910d77632363
parent71142172efc0f44a50216550c2b6cc3094fdc21d
sanity.bbclass: data.getVar(VAR, obj, exp) -> obj.getVar(VAR, exp)

Replace calls to data.getVar(VARIABLE, data_object, expand) to
direct calls to the getVar method the the data_object.

Signed-off-by: Joshua Lock <josh@linux.intel.com>
meta/classes/sanity.bbclass