mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-05-07 05:10:20 +00:00
python-mako: use BBCLASSEXTEND instead of native recipe
There isn't a need for a separate native recipe, so use BBCLASSEXTEND and overrides. Signed-off-by: Ross Burton <ross.burton@intel.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
This commit is contained in:
committed by
Martin Jansa
parent
bab1d28a35
commit
6c2a235545
@@ -1,5 +0,0 @@
|
|||||||
require python-mako_${PV}.bb
|
|
||||||
inherit native pythonnative
|
|
||||||
|
|
||||||
DEPENDS = "python-native"
|
|
||||||
RDEPENDS_${PN} = ""
|
|
||||||
@@ -17,3 +17,6 @@ RDEPENDS_${PN} = "python-threading \
|
|||||||
python-netclient \
|
python-netclient \
|
||||||
python-html \
|
python-html \
|
||||||
"
|
"
|
||||||
|
RDEPENDS_${PN}_class-native = ""
|
||||||
|
|
||||||
|
BBCLASSEXTEND = "native nativesdk"
|
||||||
|
|||||||
Reference in New Issue
Block a user