]> code.ossystems Code Review - openembedded-core.git/commit
pythonnative.bbclass, python3native.bbclass: use DEPENDS_append instead of DEPENDS +=
authorAlexander Kanavin <alexander.kanavin@linux.intel.com>
Thu, 23 Jun 2016 19:03:48 +0000 (22:03 +0300)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Fri, 1 Jul 2016 15:08:45 +0000 (16:08 +0100)
commit834514198f9e39ce323270567e3ce744f763b637
tree19b465d339006531337a84a4ef4d1b64b4837f78
parent204d19b02265e5b2241888e4c92c0a730f3d3472
pythonnative.bbclass, python3native.bbclass: use DEPENDS_append instead of DEPENDS +=

Otherwise -native variants of recipes that use these classes don't get a proper python[3]-native
dependency for some reason.

Signed-off-by: Alexander Kanavin <alexander.kanavin@linux.intel.com>
Signed-off-by: Ross Burton <ross.burton@intel.com>
meta/classes/python3native.bbclass
meta/classes/pythonnative.bbclass