mirror of
https://git.yoctoproject.org/poky
synced 2026-04-21 03:32:12 +02:00
beecrypt: Convert to BBCLASSEXTEND
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
This commit is contained in:
@@ -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"
|
||||
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user