diff options
author | Ross Burton <ross.burton@arm.com> | 2023-03-09 13:04:10 +0000 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2023-03-10 08:58:23 -0800 |
commit | f97d8d3932aac3142ea904af0577d9ec5c9aa098 (patch) | |
tree | 19bb59efe5c6348a2a479d05ac53c789c4d1d29f | |
parent | c758e3245ed65f7f1e55932162a475080e6bafd0 (diff) | |
download | meta-clang-f97d8d3932aac3142ea904af0577d9ec5c9aa098.tar.gz |
mesa: remove unused FILESEXTRAPATHS
This bbappend doesn't have any patches, so this is redundant.
Signed-off-by: Ross Burton <ross.burton@arm.com>
-rw-r--r-- | recipes-graphics/mesa/mesa_%.bbappend | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/recipes-graphics/mesa/mesa_%.bbappend b/recipes-graphics/mesa/mesa_%.bbappend index 17637b4..7353604 100644 --- a/recipes-graphics/mesa/mesa_%.bbappend +++ b/recipes-graphics/mesa/mesa_%.bbappend | |||
@@ -1,5 +1,3 @@ | |||
1 | FILESEXTRAPATHS:prepend := "${THISDIR}/${PN}:" | ||
2 | |||
3 | LDFLAGS:append:toolchain-clang = " -latomic -lm" | 1 | LDFLAGS:append:toolchain-clang = " -latomic -lm" |
4 | DEPENDS:append:toolchain-clang = " libatomic-ops" | 2 | DEPENDS:append:toolchain-clang = " libatomic-ops" |
5 | 3 | ||