mirror of
https://git.yoctoproject.org/poky
synced 2026-05-30 00:20:08 +00:00
beecrypt: Fix multilib header conflict - beecrypt/gnu.h
beecrypt/gnu.h conflicts between 32-bit and 64-bit versions. (From OE-Core rev: f520b91f878bb16b4b351ddb5f2240e318181044) Signed-off-by: Mark Hatle <mark.hatle@windriver.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
committed by
Richard Purdie
parent
911dc39eef
commit
eb7cd0c271
@@ -17,11 +17,15 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=9894370afd5dfe7d02b8d14319e729a1 \
|
|||||||
|
|
||||||
DEPENDS = "icu"
|
DEPENDS = "icu"
|
||||||
|
|
||||||
PR = "r0"
|
PR = "r1"
|
||||||
|
|
||||||
inherit autotools
|
inherit autotools multilib_header
|
||||||
acpaths=""
|
acpaths=""
|
||||||
|
|
||||||
|
do_install_append() {
|
||||||
|
oe_multilib_header beecrypt/gnu.h
|
||||||
|
}
|
||||||
|
|
||||||
EXTRA_OECONF="--without-python --enable-shared --enable-static --disable-openmp"
|
EXTRA_OECONF="--without-python --enable-shared --enable-static --disable-openmp"
|
||||||
|
|
||||||
FILES_${PN} = "${sysconfdir} ${libdir}/*.so.* ${libdir}/${BPN}/*.so.*"
|
FILES_${PN} = "${sysconfdir} ${libdir}/*.so.* ${libdir}/${BPN}/*.so.*"
|
||||||
|
|||||||
Reference in New Issue
Block a user