mirror of
https://git.yoctoproject.org/poky
synced 2026-06-01 13:09:50 +00:00
syslinux: add APPEND to dependency list
Changing APPEND wasn't causing syslinux to re-run, so add a manual dependency. (From OE-Core rev: 3c2d7ae5d59cb76a838f227c4cb0c64cea0d9e03) Signed-off-by: Ross Burton <ross.burton@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
committed by
Richard Purdie
parent
df564c4ea8
commit
65ca5cb164
@@ -179,3 +179,4 @@ python build_syslinux_cfg () {
|
|||||||
|
|
||||||
cfgfile.close()
|
cfgfile.close()
|
||||||
}
|
}
|
||||||
|
build_syslinux_cfg[vardeps] += "APPEND"
|
||||||
|
|||||||
Reference in New Issue
Block a user