]> code.ossystems Code Review - openembedded-core.git/commit
package.bbclass: add CONFFILES to pkgdata
authorDavid Vincent <freesilicon@gmail.com>
Wed, 5 Apr 2017 15:43:07 +0000 (17:43 +0200)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Sat, 8 Apr 2017 21:48:04 +0000 (22:48 +0100)
commitee44dabc065912ac17f1ee5f06f12695c90b5482
treee6d128ac8ce4746321e5e6a09a6888f6051e1c6b
parent3e678d9b6a9eaeed76ce538d7f6ecf9f423864bc
package.bbclass: add CONFFILES to pkgdata

Emit CONFFILES variable in pkgdata, or else the get_conffiles function
will return 'None' for some packages instead of the expected value. This
is especially true for optional module packages.

Signed-off-by: David Vincent <freesilicon@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/classes/package.bbclass