mirror of
https://git.yoctoproject.org/git/poky
synced 2026-01-01 13:58:04 +00:00
cross: Drop virtclass-cross OVERRIDE
This has been replaced by the class-cross override. (From OE-Core rev: 7d6050c57f195589c8429397432c78f68298b672) Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
parent
17daa2ba62
commit
03a0f8e8b4
|
|
@ -58,21 +58,6 @@ do_populate_sysroot[sstate-inputdirs] = "${SYSROOT_DESTDIR}/${STAGING_DIR_NATIVE
|
|||
do_populate_sysroot[stamp-extra-info] = ""
|
||||
do_packagedata[stamp-extra-info] = ""
|
||||
|
||||
python cross_virtclass_handler () {
|
||||
classextend = e.data.getVar('BBCLASSEXTEND', True) or ""
|
||||
if "cross" not in classextend:
|
||||
return
|
||||
|
||||
pn = e.data.getVar("PN", True)
|
||||
if not pn.endswith("-cross"):
|
||||
return
|
||||
|
||||
bb.data.setVar("OVERRIDES", e.data.getVar("OVERRIDES", False) + ":virtclass-cross", e.data)
|
||||
}
|
||||
|
||||
addhandler cross_virtclass_handler
|
||||
cross_virtclass_handler[eventmask] = "bb.event.RecipePreFinalise"
|
||||
|
||||
do_install () {
|
||||
oe_runmake 'DESTDIR=${D}' install
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user