diff options
author | Khem Raj <raj.khem@gmail.com> | 2020-04-29 16:18:29 -0700 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2020-04-29 22:32:17 -0700 |
commit | ec058689d82ed70c071dde36be9e7b8ec18654bf (patch) | |
tree | dcbab2f6e332f379cdb7d3dae2fd984e01d0f661 /meta-oe/recipes-devtools/abseil-cpp/abseil-cpp_git.bb | |
parent | 81cb6e232acb5895a0f3858db3b48d846caebee3 (diff) | |
download | meta-openembedded-ec058689d82ed70c071dde36be9e7b8ec18654bf.tar.gz |
abseil-cpp: Fix build on riscv32
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-oe/recipes-devtools/abseil-cpp/abseil-cpp_git.bb')
-rw-r--r-- | meta-oe/recipes-devtools/abseil-cpp/abseil-cpp_git.bb | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/meta-oe/recipes-devtools/abseil-cpp/abseil-cpp_git.bb b/meta-oe/recipes-devtools/abseil-cpp/abseil-cpp_git.bb index 9a44133c5..e874e4a5e 100644 --- a/meta-oe/recipes-devtools/abseil-cpp/abseil-cpp_git.bb +++ b/meta-oe/recipes-devtools/abseil-cpp/abseil-cpp_git.bb | |||
@@ -16,6 +16,7 @@ SRC_URI = "git://github.com/abseil/abseil-cpp;branch=${BRANCH} \ | |||
16 | file://0003-Add-fPIC-option.patch \ | 16 | file://0003-Add-fPIC-option.patch \ |
17 | file://0001-Add-RISCV-support-to-GetProgramCounter.patch \ | 17 | file://0001-Add-RISCV-support-to-GetProgramCounter.patch \ |
18 | file://0001-absl-always-use-asm-sgidefs.h.patch \ | 18 | file://0001-absl-always-use-asm-sgidefs.h.patch \ |
19 | file://0001-Fix-build-on-riscv32.patch \ | ||
19 | " | 20 | " |
20 | 21 | ||
21 | S = "${WORKDIR}/git" | 22 | S = "${WORKDIR}/git" |