]> code.ossystems Code Review - openembedded-core.git/commit
oe-pkgdata-util: Make read-value handle override variables
authorOla x Nilsson <ola.x.nilsson@axis.com>
Mon, 12 Dec 2016 16:19:29 +0000 (17:19 +0100)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Wed, 14 Dec 2016 09:56:32 +0000 (09:56 +0000)
commit6df99cda894033cba68bc6ab91e47f67e0d788a5
tree2266b83f46f26a7b857ebd205df0d45dbaf89d07
parent4e412234c37efec42b3962c11d44903c0c58c92e
oe-pkgdata-util: Make read-value handle override variables

Some variables in pkgdata files have a package-name override.  When
the bare variable can not be found, try with the override-variant.

PKGSIZE is one such variable, and already had special code to handle this.

Test included.

Signed-off-by: Ola x Nilsson <ola.x.nilsson@axis.com>
Signed-off-by: Ross Burton <ross.burton@intel.com>
meta/lib/oeqa/selftest/pkgdata.py
scripts/oe-pkgdata-util