mirror of
https://git.yoctoproject.org/meta-security
synced 2026-06-02 01:20:29 +00:00
tripwire: Fix build issue for armeb
add config parama for armeb Signed-off-by: Armin Kuster <akuster808@gmail.com>
This commit is contained in:
@@ -0,0 +1,18 @@
|
|||||||
|
tripwire: Add armeb support
|
||||||
|
|
||||||
|
Upstream-Status: Submitted to tripwire-dev
|
||||||
|
|
||||||
|
Signed-off-by: Armin Kuster <akuster@mvista.com>
|
||||||
|
|
||||||
|
diff -Naurp tripwire-2.4.2.2-src_org/config.sub tripwire-2.4.2.2-src/config.sub
|
||||||
|
--- tripwire-2.4.2.2-src_org/config.sub 2015-07-20 15:03:04.161452573 +0530
|
||||||
|
+++ tripwire-2.4.2.2-src/config.sub 2015-07-20 15:06:07.077673139 +0530
|
||||||
|
@@ -268,7 +268,7 @@ case $basic_machine in
|
||||||
|
# FIXME: clean up the formatting here.
|
||||||
|
vax-* | tahoe-* | i*86-* | i860-* | ia64-* | m32r-* | m68k-* | m68000-* \
|
||||||
|
| m88k-* | sparc-* | ns32k-* | fx80-* | arc-* | c[123]* | aarch64-* | aarch64be-* \
|
||||||
|
- | arm-* | armbe-* | armle-* | armv*-* | strongarm-* | xscale-* \
|
||||||
|
+ | arm-* | armeb-* | armbe-* | armle-* | armv*-* | strongarm-* | xscale-* \
|
||||||
|
| mips-* | pyramid-* | tron-* | a29k-* | romp-* | rs6000-* \
|
||||||
|
| power-* | none-* | 580-* | cray2-* | h8300-* | h8500-* | i960-* \
|
||||||
|
| xmp-* | ymp-* \
|
||||||
@@ -15,6 +15,7 @@ SRC_URI = "${SOURCEFORGE_MIRROR}/project/${BPN}/${BPN}-src/${BPN}-${PV}/${BPN}-$
|
|||||||
file://twpol-yocto.txt \
|
file://twpol-yocto.txt \
|
||||||
file://tripwire_add_ppc64.patch \
|
file://tripwire_add_ppc64.patch \
|
||||||
file://tripwire_add_aarch64_to_configure.patch \
|
file://tripwire_add_aarch64_to_configure.patch \
|
||||||
|
file://add_armeb_arch.patch \
|
||||||
"
|
"
|
||||||
SRC_URI[md5sum] = "2462ea16fb0b5ae810471011ad2f2dd6"
|
SRC_URI[md5sum] = "2462ea16fb0b5ae810471011ad2f2dd6"
|
||||||
SRC_URI[sha256sum] = "e09a7bdca9302e704cc62067399e0b584488f825b0e58c82ad6d54cd2e899fad"
|
SRC_URI[sha256sum] = "e09a7bdca9302e704cc62067399e0b584488f825b0e58c82ad6d54cd2e899fad"
|
||||||
|
|||||||
Reference in New Issue
Block a user