summaryrefslogtreecommitdiffstats
path: root/meta/packages/beecrypt/beecrypt_3.1.0.bb
diff options
context:
space:
mode:
Diffstat (limited to 'meta/packages/beecrypt/beecrypt_3.1.0.bb')
-rw-r--r--meta/packages/beecrypt/beecrypt_3.1.0.bb6
1 files changed, 1 insertions, 5 deletions
diff --git a/meta/packages/beecrypt/beecrypt_3.1.0.bb b/meta/packages/beecrypt/beecrypt_3.1.0.bb
index 947ca56689..78ff5cad29 100644
--- a/meta/packages/beecrypt/beecrypt_3.1.0.bb
+++ b/meta/packages/beecrypt/beecrypt_3.1.0.bb
@@ -7,11 +7,7 @@ HOMEPAGE="http://sourceforge.net/projects/beecrypt"
7SRC_URI="${SOURCEFORGE_MIRROR}/beecrypt/beecrypt-${PV}.tar.gz \ 7SRC_URI="${SOURCEFORGE_MIRROR}/beecrypt/beecrypt-${PV}.tar.gz \
8 file://x64fix.patch;patch=1" 8 file://x64fix.patch;patch=1"
9 9
10inherit autotools 10inherit autotools_stage
11acpaths="" 11acpaths=""
12 12
13EXTRA_OECONF="--with-arch=${TARGET_ARCH} --enable-shared --enable-static" 13EXTRA_OECONF="--with-arch=${TARGET_ARCH} --enable-shared --enable-static"
14
15do_stage () {
16 autotools_stage_all
17}