diff options
| author | Anuj Mittal <anuj.mittal@intel.com> | 2020-03-13 09:09:39 +0800 |
|---|---|---|
| committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2020-03-13 23:00:26 +0000 |
| commit | b353a8069ba1b7691aa198115e047211c93f09c4 (patch) | |
| tree | 6d1d739a861df766de32b0aa6e65a25f0001890c /meta/recipes-devtools/binutils/binutils-2.34.inc | |
| parent | bed169a07b04a7dc003958fa309e6ff761f85a72 (diff) | |
| download | poky-b353a8069ba1b7691aa198115e047211c93f09c4.tar.gz | |
binutils: fix CVE-2020-0551
(From OE-Core rev: 287123a9562e08cd97a4ebfd380508432654324b)
Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-devtools/binutils/binutils-2.34.inc')
| -rw-r--r-- | meta/recipes-devtools/binutils/binutils-2.34.inc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/meta/recipes-devtools/binutils/binutils-2.34.inc b/meta/recipes-devtools/binutils/binutils-2.34.inc index eaaa5ed2ac..ed9f902fd2 100644 --- a/meta/recipes-devtools/binutils/binutils-2.34.inc +++ b/meta/recipes-devtools/binutils/binutils-2.34.inc | |||
| @@ -40,6 +40,7 @@ SRC_URI = "\ | |||
| 40 | file://0013-fix-the-incorrect-assembling-for-ppc-wait-mnemonic.patch \ | 40 | file://0013-fix-the-incorrect-assembling-for-ppc-wait-mnemonic.patch \ |
| 41 | file://0014-Detect-64-bit-MIPS-targets.patch \ | 41 | file://0014-Detect-64-bit-MIPS-targets.patch \ |
| 42 | file://0015-sync-with-OE-libtool-changes.patch \ | 42 | file://0015-sync-with-OE-libtool-changes.patch \ |
| 43 | file://CVE-2020-0551.patch \ | ||
| 43 | " | 44 | " |
| 44 | S = "${WORKDIR}/git" | 45 | S = "${WORKDIR}/git" |
| 45 | 46 | ||
