mirror of
https://git.yoctoproject.org/poky
synced 2026-05-30 12:29:55 +00:00
meta: Manual override fixes
The automated conversion of OE-Core to use the new override sytax isn't perfect. This patches some mis-converted lines and some lines which were missed by the automation. (From OE-Core rev: 4e9a06b64b43131b731fb59a0305f78a98e27fbd) Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
@@ -1306,7 +1306,7 @@ python () {
|
||||
# Checking ${FILESEXTRAPATHS}
|
||||
extrapaths = (d.getVar("FILESEXTRAPATHS") or "")
|
||||
if '__default' not in extrapaths.split(":"):
|
||||
msg = "FILESEXTRAPATHS-variable, must always use _prepend (or _append)\n"
|
||||
msg = "FILESEXTRAPATHS-variable, must always use :prepend (or :append)\n"
|
||||
msg += "type of assignment, and don't forget the colon.\n"
|
||||
msg += "Please assign it with the format of:\n"
|
||||
msg += " FILESEXTRAPATHS:append := \":${THISDIR}/Your_Files_Path\" or\n"
|
||||
|
||||
Reference in New Issue
Block a user