blob: 0a54c3fb46d2ae858fb9810929cb1d1e36623582 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
inherit pkgconfig
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 \
file://gnueabi-armeb.patch;patch=1 \
file://uclibcgnueabi.patch;patch=1 \
file://avr32.patch;patch=1;pnum=0"
SRC_URI[src.md5sum] = "991615f73338a571b6a1be7d74906934"
SRC_URI[src.sha256sum] = "e7e1a287141dd1be7f4b4fedd54ec29fa904655ed76a13ac87ae69a3fc76b062"
|