blob: 31f333f9e2a70ab7b5d70107657d5458f9107090 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
inherit native
require openssl.inc
PR = "r2"
# This flag can contain target options (e.g -mfpu=neon for armv7-a systems)
export FULL_OPTIMIZATION = " "
export BUILD_OPTIMIZATION = " "
SRC_URI += "file://debian.patch;patch=1 \
file://configure-targets.patch;patch=1 \
file://shared-libs.patch;patch=1"
|