blob: 40558f2cdbdcc752e6f60d03e622285aef809a31 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
inherit pkgconfig native
require openssl.inc
PR = "${INC_PR}.0"
SRC_URI += "file://debian.patch;patch=1 \
file://armeb.patch;patch=1;pnum=0 \
file://gnueabi-arm.patch;patch=1"
do_install() {
:
}
PACKAGES = ""
|