blob: d76e756c14ec3e9ecb2be8d469e5d56f99a454ee (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
inherit pkgconfig
require openssl.inc
PR = "${INC_PR}.0"
SRC_URI += "file://debian.patch;patch=1 \
file://configure-targets.patch;patch=1 \
file://shared-libs.patch;patch=1"
PARALLEL_MAKE = ""
|