mirror of
https://git.yoctoproject.org/git/poky
synced 2026-01-01 13:58:04 +00:00
Move the functionality into autotools and ensure all our Poky recipes are no longer using it. Keep the autools_stage class around for OE compatability but just have it inherit autools. Signed-off-by: Joshua Lock <josh@linux.intel.com>
18 lines
521 B
BlitzBasic
18 lines
521 B
BlitzBasic
# Beecrypt OE build file
|
|
# Copyright (C) 2004-2005, Advanced Micro Devices, Inc. All Rights Reserved
|
|
# Released under the MIT license (see packages/COPYING)
|
|
|
|
DESCRIPTION="Beecrypt is a general-purpose cryptography library."
|
|
HOMEPAGE="http://sourceforge.net/projects/beecrypt"
|
|
SRC_URI="${SOURCEFORGE_MIRROR}/beecrypt/beecrypt-${PV}.tar.gz \
|
|
file://x64fix.patch;patch=1"
|
|
|
|
PR = "r1"
|
|
|
|
inherit autotools
|
|
acpaths=""
|
|
|
|
EXTRA_OECONF="--with-arch=${TARGET_ARCH} --enable-shared --enable-static"
|
|
|
|
BBCLASSEXTEND = "native"
|