diff options
author | wangmy <wangmy@fujitsu.com> | 2021-04-15 14:10:26 +0800 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2021-04-15 09:28:44 -0700 |
commit | e1c894d6876c439e362e761176b09f863ee2c689 (patch) | |
tree | b180923888ef425586ce3dba18e3458e7428f4c8 /meta-oe/recipes-devtools/uftrace/uftrace_0.9.4.bb | |
parent | 342b6b047504e4efa12d29c5f1956aa9d67a43e5 (diff) | |
download | meta-openembedded-e1c894d6876c439e362e761176b09f863ee2c689.tar.gz |
uftrace: Fix error on aarch64 when binutils update to 2.35.1
Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-oe/recipes-devtools/uftrace/uftrace_0.9.4.bb')
-rw-r--r-- | meta-oe/recipes-devtools/uftrace/uftrace_0.9.4.bb | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/meta-oe/recipes-devtools/uftrace/uftrace_0.9.4.bb b/meta-oe/recipes-devtools/uftrace/uftrace_0.9.4.bb index a3d060218..4b4fc831c 100644 --- a/meta-oe/recipes-devtools/uftrace/uftrace_0.9.4.bb +++ b/meta-oe/recipes-devtools/uftrace/uftrace_0.9.4.bb | |||
@@ -13,6 +13,7 @@ inherit autotools | |||
13 | PV .= "+git${SRCPV}" | 13 | PV .= "+git${SRCPV}" |
14 | SRCREV = "d648bbffedef529220896283fb59e35531c13804" | 14 | SRCREV = "d648bbffedef529220896283fb59e35531c13804" |
15 | SRC_URI = "git://github.com/namhyung/${BPN} \ | 15 | SRC_URI = "git://github.com/namhyung/${BPN} \ |
16 | file://0001-Fix-error-on-aarch64-with-binutils2.35.1.patch \ | ||
16 | " | 17 | " |
17 | S = "${WORKDIR}/git" | 18 | S = "${WORKDIR}/git" |
18 | 19 | ||