mirror of
https://git.yoctoproject.org/git/poky
synced 2026-01-04 16:10:04 +00:00
dmidecode: use absolute paths in fixup task
The calls to sed use relative paths so they depend on the directory the task starts in. To clarify the code, use absolute paths. (From OE-Core rev: b61c56ade298726f0b861c5189cb9d5fd6260a36) Signed-off-by: Ross Burton <ross.burton@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
parent
5352e6573e
commit
4e9ea09cf8
|
|
@ -12,7 +12,7 @@ do_install() {
|
|||
}
|
||||
|
||||
do_unpack_extra() {
|
||||
sed -i -e '/^prefix/s:/usr/local:${exec_prefix}:' Makefile
|
||||
sed -i -e '/^prefix/s:/usr/local:${exec_prefix}:' ${S}/Makefile
|
||||
}
|
||||
addtask unpack_extra after do_unpack before do_patch
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user