aboutsummaryrefslogtreecommitdiffstats
path: root/meta-html5-framework/recipes-wam/chromium/chromium68_git.bb
diff options
context:
space:
mode:
authorJacobo Aragunde Pérez <jaragunde@igalia.com>2019-06-29 07:29:57 +0200
committerJacobo Aragunde Pérez <jaragunde@igalia.com>2019-06-29 07:32:54 +0200
commitdca1794cc1928bb00489fb6f2c1c2310628e8a41 (patch)
tree84454d4f9dc97fc9589e4d16f2f6bd0015d17567 /meta-html5-framework/recipes-wam/chromium/chromium68_git.bb
parentfcfbd7497c73413bd35d1a641686f2c095626daa (diff)
Backport upstream patch: https://chromium-review.googlesource.com/c/chromium/third_party/ffmpeg/+/1390286 Fix this warning when linking libcbe.so: obj/third_party/ffmpeg/ffmpeg_internal/ autorename_libavcodec_aarch64_h264idct_neon.o: relocation R_AARCH64_ADR_PREL_PG_HI21 against symbol `ff_h264_idct8_add_neon' which may bind externally can not be used when making a shared object; recompile with -fPIC Bug-AGL: SPEC-2506 Change-Id: Ib18f93be86dfdfa5e4a896f3a851626beb9282b8 Signed-off-by: Jacobo Aragunde Pérez <jaragunde@igalia.com>
Diffstat (limited to 'meta-html5-framework/recipes-wam/chromium/chromium68_git.bb')
-rw-r--r--meta-html5-framework/recipes-wam/chromium/chromium68_git.bb1
1 files changed, 1 insertions, 0 deletions
diff --git a/meta-html5-framework/recipes-wam/chromium/chromium68_git.bb b/meta-html5-framework/recipes-wam/chromium/chromium68_git.bb
index 3c93f7b0..14590f47 100644
--- a/meta-html5-framework/recipes-wam/chromium/chromium68_git.bb
+++ b/meta-html5-framework/recipes-wam/chromium/chromium68_git.bb
@@ -21,6 +21,7 @@ PROVIDES = "${BROWSER_APPLICATION}"
SRC_URI = "\
git://github.com/webosose/${PN};branch=@39.agl.guppy;protocol=https;rev=${SRCREV_chromium68} \
git://github.com/webosose/v8;destsuffix=git/src/v8;rev=${SRCREV_v8} \
+ file://0001-libavcodec-Remove-dynamic-relocs-from-h264idct_neon..patch \
"
SRCREV_chromium68 = "259a8b56bc833956f3acd318b7f19b028277beda"
SRCREV_v8 = "1e3af71f1ff3735e8a5b639c48dfca63a7b8a647"