summaryrefslogtreecommitdiffstats
path: root/meta/recipes-support/lzo/lzo/0001-Use-memcpy-instead-of-reinventing-it.patch
diff options
context:
space:
mode:
Diffstat (limited to 'meta/recipes-support/lzo/lzo/0001-Use-memcpy-instead-of-reinventing-it.patch')
-rw-r--r--meta/recipes-support/lzo/lzo/0001-Use-memcpy-instead-of-reinventing-it.patch10
1 files changed, 9 insertions, 1 deletions
diff --git a/meta/recipes-support/lzo/lzo/0001-Use-memcpy-instead-of-reinventing-it.patch b/meta/recipes-support/lzo/lzo/0001-Use-memcpy-instead-of-reinventing-it.patch
index db3a70e803..a0d2502d24 100644
--- a/meta/recipes-support/lzo/lzo/0001-Use-memcpy-instead-of-reinventing-it.patch
+++ b/meta/recipes-support/lzo/lzo/0001-Use-memcpy-instead-of-reinventing-it.patch
@@ -10,7 +10,15 @@ Change suggested by Julian Taylor.
10 10
11Bug-Debian: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=757037 11Bug-Debian: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=757037
12 12
13Upstream-Status: Pending 13RP: Patch is still in debian as of 20220524 in a revised form:
14https://sources.debian.org/patches/lzo2/2.10-2/
15https://sources.debian.org/patches/lzo2/2.10-2/0001-Conditionally-replace-reinvention-of-memcpy-with-cal.patch/
16It was submitted in 2015, no reply to an email from RP in 2022 either.
17
18We likely need this in OE to prevent against unaligned accesses
19on systems such as armv5.
20
21Upstream-Status: Inactive-Upstream
14Signed-off-by: Saul Wold <sgw@linux.intel.com> 22Signed-off-by: Saul Wold <sgw@linux.intel.com>
15--- 23---
16 minilzo/minilzo.c | 14 ++++++++++++++ 24 minilzo/minilzo.c | 14 ++++++++++++++