mirror of
https://git.yoctoproject.org/poky
synced 2026-02-13 20:23:04 +01:00
python3-native: Add python3-misc-native to RPROVIDES
OE-core commit 800753069f667cd1664d70b3779150c467e3b3fe remove RPROVIDES list to get runtime dependences from manifest file. python3-misc is added in python3 recipe, we need to add native runtime to use python3-misc with native recipes. (From OE-Core rev: 31fd20811f6d11e7ed6ac84caf776ac46cd6fb6f) Signed-off-by: Fabio Berton <fabio.berton@ossystems.com.br> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
committed by
Richard Purdie
parent
ba1a7556b9
commit
f14f918d9d
@@ -80,3 +80,5 @@ do_install() {
|
||||
# Tests are large and we don't need them in the native sysroot
|
||||
rm ${D}${libdir}/python${PYTHON_MAJMIN}/test -rf
|
||||
}
|
||||
|
||||
RPROVIDES += "python3-misc-native"
|
||||
|
||||
Reference in New Issue
Block a user