mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-07-27 20:07:25 +00:00
sedutil: fix compile errors on big endian architectures
Patch fixes compile errors by defining empty macros as hinted by TODO mark in the sources. Signed-off-by: Primoz Fiser <primoz.fiser@norik.com> Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Armin Kuster <akuster808@gmail.com>
This commit is contained in:
committed by
Armin Kuster
parent
d7306703f6
commit
1c982f813d
@@ -10,7 +10,9 @@ LIC_FILES_CHKSUM = "file://Common/LICENSE.txt;md5=d32239bcb673463ab874e80d47fae5
|
||||
BASEPV = "1.15.1"
|
||||
PV = "${BASEPV}+git${SRCPV}"
|
||||
SRCREV = "358cc758948be788284d5faba46ccf4cc1813796"
|
||||
SRC_URI = "git://github.com/Drive-Trust-Alliance/sedutil.git"
|
||||
SRC_URI = "git://github.com/Drive-Trust-Alliance/sedutil.git \
|
||||
file://0001-Fix-build-on-big-endian-architectures.patch \
|
||||
"
|
||||
|
||||
S = "${WORKDIR}/git"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user