aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/beecrypt/beecrypt-native_3.1.0.bb
diff options
context:
space:
mode:
Diffstat (limited to 'recipes/beecrypt/beecrypt-native_3.1.0.bb')
-rw-r--r--recipes/beecrypt/beecrypt-native_3.1.0.bb9
1 files changed, 9 insertions, 0 deletions
diff --git a/recipes/beecrypt/beecrypt-native_3.1.0.bb b/recipes/beecrypt/beecrypt-native_3.1.0.bb
new file mode 100644
index 0000000000..b056a0fb41
--- /dev/null
+++ b/recipes/beecrypt/beecrypt-native_3.1.0.bb
@@ -0,0 +1,9 @@
+# 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"