perfetto: drop unnecessary FILESEXTRAPATHS

* we already have a common directory in default FILESPATH called 'files'

Signed-off-by: Martin Jansa <martin.jansa@gmail.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
This commit is contained in:
Martin Jansa 2024-10-31 14:41:05 +01:00 committed by Khem Raj
parent 8a676c670c
commit b7a096064b
No known key found for this signature in database
GPG Key ID: BB053355919D3314
2 changed files with 0 additions and 2 deletions

View File

@ -1,8 +1,6 @@
SUMMARY = "Perfetto - System profiling, app tracing and trace analysis."
HOMEPAGE = "https://github.com/google/perfetto"
FILESEXTRAPATHS:prepend := "${THISDIR}/common:"
# Add only patches here which are used by both perfetto and libperfetto
SRC_URI = "git://github.com/google/perfetto.git;protocol=https;name=perfetto;nobranch=1 \
file://0001-fix-musl-build.patch \