]> code.ossystems Code Review - openembedded-core.git/commit
classes/populate_sdk_ext: remove unnecessary dependencies breaking SDK_TARGETS
authorPaul Eggleton <paul.eggleton@linux.intel.com>
Mon, 6 Feb 2017 20:30:48 +0000 (09:30 +1300)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Tue, 7 Feb 2017 14:48:55 +0000 (14:48 +0000)
commitfe8268ede33a8c76492b85da0f41062f47a5279c
tree9986cb2c3c6e13329c91635d991f1e8109f78508
parente7b624c268cb917c00e88e8e9a6a87585eb98eac
classes/populate_sdk_ext: remove unnecessary dependencies breaking SDK_TARGETS

Up until recently it was possible to set SDK_TARGETS to include a native
recipe you wanted installed into the sysroot when installing the eSDK.
I'm not sure what happened but now when you try to add a native recipe
to SDK_TARGETS you get a missing task error because this recipe has no
do_package_write_* task. Of course such a task dependency is erroneous
and is apparently caused by setting SDK_RDEPENDS. I've checked and it
turns out that we no longer need to set SDK_RDEPENDS anyway (probably
because we explicitly set up task dependencies further down in the
class, which I don't think we were fully doing in early versions of the
eSDK). Thus, drop setting this variable to restore the functionality.

Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/classes/populate_sdk_ext.bbclass