blob: b056a0fb41027511d059e3b013edc4e48044a6b3 (
plain)
1
2
3
4
5
6
7
8
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"
|