]> code.ossystems Code Review - openembedded-core.git/commit
bitbake.conf/python: Drop setting RDEPENDS/RPROVIDES default
authorRichard Purdie <richard.purdie@linuxfoundation.org>
Wed, 27 Jan 2021 14:46:43 +0000 (14:46 +0000)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Fri, 29 Jan 2021 21:21:27 +0000 (21:21 +0000)
commitb8bbc1bbe282cce2ea4d0ff293f931f6caf6153b
treea653a4508cfcb7a1797819ec7d9037b282fa199b
parent06bf68012302330c2b14f59541f78f48c7389c37
bitbake.conf/python: Drop setting RDEPENDS/RPROVIDES default

We never recommend setting RDEPENDS or RPROVIDES without a package name
against them. The default in bitbake.conf is legacy only, drop it.

The python recipe was trying to add to the empty variable in the native case
fix that too.

Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/conf/bitbake.conf
meta/recipes-devtools/python/python3_3.9.1.bb