Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
+++ /dev/null
-# 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"
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"