beecrypt: Convert to BBCLASSEXTEND

Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
This commit is contained in:
Richard Purdie 2009-11-05 13:11:16 +00:00
parent 29327b9936
commit 3baff56fe6
3 changed files with 4 additions and 9 deletions

View File

@ -1,9 +0,0 @@
# beecrypt-native OE build file
# Copyright (C) 2004-2005, Advanced Micro Devices, Inc. All Rights Reserved
# Released under the MIT license (see packages/COPYING)
require beecrypt_${PV}.bb
S = "${WORKDIR}/beecrypt-${PV}"
inherit native
EXTRA_OECONF="--enable-shared --enable-static"

View File

@ -7,7 +7,11 @@ HOMEPAGE="http://sourceforge.net/projects/beecrypt"
SRC_URI="${SOURCEFORGE_MIRROR}/beecrypt/beecrypt-${PV}.tar.gz \
file://x64fix.patch;patch=1"
PR = "r1"
inherit autotools_stage
acpaths=""
EXTRA_OECONF="--with-arch=${TARGET_ARCH} --enable-shared --enable-static"
BBCLASSEXTEND = "native"