From: Mark Hatle Date: Tue, 26 Jul 2011 17:59:49 +0000 (-0500) Subject: beecrypt: Fix multilib header conflict - beecrypt/gnu.h X-Git-Tag: yocto-4.0~40266 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=f520b91f878bb16b4b351ddb5f2240e318181044;p=thirdparty%2Fopenembedded%2Fopenembedded-core-contrib.git beecrypt: Fix multilib header conflict - beecrypt/gnu.h beecrypt/gnu.h conflicts between 32-bit and 64-bit versions. Signed-off-by: Mark Hatle --- diff --git a/meta/recipes-support/beecrypt/beecrypt_4.2.1.bb b/meta/recipes-support/beecrypt/beecrypt_4.2.1.bb index f6606413b13..2913b46f10b 100644 --- a/meta/recipes-support/beecrypt/beecrypt_4.2.1.bb +++ b/meta/recipes-support/beecrypt/beecrypt_4.2.1.bb @@ -17,11 +17,15 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=9894370afd5dfe7d02b8d14319e729a1 \ DEPENDS = "icu" -PR = "r0" +PR = "r1" -inherit autotools +inherit autotools multilib_header acpaths="" +do_install_append() { + oe_multilib_header beecrypt/gnu.h +} + EXTRA_OECONF="--without-python --enable-shared --enable-static --disable-openmp" FILES_${PN} = "${sysconfdir} ${libdir}/*.so.* ${libdir}/${BPN}/*.so.*"