blob: 115d4011d900f672a2a4a34d10b29d71f439acc1 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
inherit pkgconfig native
require openssl.inc
PR = "r1"
SRC_URI += "file://debian.patch;patch=1 \
file://armeb.patch;patch=1;pnum=0 \
file://gnueabi-arm.patch;patch=1"
FILESPATH = "${@base_set_filespath( ['${FILE_DIRNAME}/openssl-${PV}', '${FILE_DIRNAME}/openssl', '${FILE_DIRNAME}/files', '${FILE_DIRNAME}' ], d)}"
do_install() {
:
}
|