diff options
| author | Martin Jansa <martin.jansa@gmail.com> | 2024-10-31 14:41:05 +0100 |
|---|---|---|
| committer | Khem Raj <raj.khem@gmail.com> | 2024-10-31 08:13:24 -0700 |
| commit | b7a096064b1d8d3970dc5e5eecfc49136d0e3607 (patch) | |
| tree | 32600dbd4e42cdb3d0298dcaadacebee140ad416 | |
| parent | 8a676c670c437828f74c552c518f3e0bea624c81 (diff) | |
| download | meta-openembedded-b7a096064b1d8d3970dc5e5eecfc49136d0e3607.tar.gz | |
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>
| -rw-r--r-- | meta-oe/recipes-devtools/perfetto/files/0001-fix-musl-build.patch (renamed from meta-oe/recipes-devtools/perfetto/common/0001-fix-musl-build.patch) | 0 | ||||
| -rw-r--r-- | meta-oe/recipes-devtools/perfetto/perfetto.inc | 2 |
2 files changed, 0 insertions, 2 deletions
diff --git a/meta-oe/recipes-devtools/perfetto/common/0001-fix-musl-build.patch b/meta-oe/recipes-devtools/perfetto/files/0001-fix-musl-build.patch index 3b7ca951ae..3b7ca951ae 100644 --- a/meta-oe/recipes-devtools/perfetto/common/0001-fix-musl-build.patch +++ b/meta-oe/recipes-devtools/perfetto/files/0001-fix-musl-build.patch | |||
diff --git a/meta-oe/recipes-devtools/perfetto/perfetto.inc b/meta-oe/recipes-devtools/perfetto/perfetto.inc index e0e4f04a23..3cd0cb91b8 100644 --- a/meta-oe/recipes-devtools/perfetto/perfetto.inc +++ b/meta-oe/recipes-devtools/perfetto/perfetto.inc | |||
| @@ -1,8 +1,6 @@ | |||
| 1 | SUMMARY = "Perfetto - System profiling, app tracing and trace analysis." | 1 | SUMMARY = "Perfetto - System profiling, app tracing and trace analysis." |
| 2 | HOMEPAGE = "https://github.com/google/perfetto" | 2 | HOMEPAGE = "https://github.com/google/perfetto" |
| 3 | 3 | ||
| 4 | FILESEXTRAPATHS:prepend := "${THISDIR}/common:" | ||
| 5 | |||
| 6 | # Add only patches here which are used by both perfetto and libperfetto | 4 | # Add only patches here which are used by both perfetto and libperfetto |
| 7 | SRC_URI = "git://github.com/google/perfetto.git;protocol=https;name=perfetto;nobranch=1 \ | 5 | SRC_URI = "git://github.com/google/perfetto.git;protocol=https;name=perfetto;nobranch=1 \ |
| 8 | file://0001-fix-musl-build.patch \ | 6 | file://0001-fix-musl-build.patch \ |
