]> code.ossystems Code Review - openembedded-core.git/commit
python: don't wipe RDEPENDS when parsing manifest
authorRoss Burton <ross.burton@intel.com>
Mon, 15 Oct 2018 18:13:01 +0000 (19:13 +0100)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Mon, 15 Oct 2018 22:19:37 +0000 (23:19 +0100)
commitfe3727af217dce4488f1fc6aab3f66232cf11fea
treec8b4faa6178d556ecb1d67343982d44a857916f6
parentfc4c4f40dbcf558a48058d944eef21e588d64aa0
python: don't wipe RDEPENDS when parsing manifest

We want to allow the main recipe to extend RDEPENDS directly, so don't wipe
RDEPENDS when reading the manifest.

This fixes the missing python-misc dependency from python-modules.

As the wiping was having the good side-effect of removing the PN-dev dependency
on PN (which doesn't exist), clear RDEPENDS_${PN}-dev.

Signed-off-by: Ross Burton <ross.burton@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/recipes-devtools/python/python3_3.5.6.bb
meta/recipes-devtools/python/python_2.7.15.bb