blob: e491cc0e18f4f1993efed2aa102ed162efeeafc3 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
inherit pkgconfig native
require openssl.inc
SRC_URI += "file://debian.patch;patch=1 \
file://configure-targets.patch;patch=1 \
file://shared-libs.patch;patch=1"
PARALLEL_MAKE = ""
FILESPATH = "${@base_set_filespath( ['${FILE_DIRNAME}/openssl-${PV}', '${FILE_DIRNAME}/openssl', '${FILE_DIRNAME}/files', '${FILE_DIRNAME}' ], d)}"
do_install() {
:
}
|