mirror of
git://git.openembedded.org/meta-openembedded
synced 2026-09-27 03:54:09 +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:
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"
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user