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:
Mark Hatle 2011-07-26 12:59:49 -05:00 committed by Richard Purdie
parent 911dc39eef
commit eb7cd0c271
1 changed files with 6 additions and 2 deletions

View File

@ -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.*"