mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-04-19 11:18:35 +00:00
python-cheetah : Drop RDEPENDS from native build.
If the native recipe has the RDEPENDS in, the build fails because these packages are not provided by python-native. Signed-off-by: Philip Balister <philip@balister.org> Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
This commit is contained in:
committed by
Koen Kooi
parent
32bf3d74d3
commit
eb63724f43
@@ -13,6 +13,7 @@ S = "${WORKDIR}/${SRCNAME}-${PV}"
|
||||
inherit setuptools
|
||||
|
||||
RDEPENDS_${PN} = "python-pickle python-pprint"
|
||||
RDEPENDS_${PN}_class-native = ""
|
||||
|
||||
BBCLASSEXTEND = "native"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user