mirror of
https://git.yoctoproject.org/poky
synced 2026-04-25 06:32:12 +02:00
Apply a patch from upstream that fixes the build, patch should be able to be dropped when we update openssl version. Signed-off-by: Joshua Lock <josh@linux.intel.com>
11 lines
250 B
BlitzBasic
11 lines
250 B
BlitzBasic
require openssl.inc
|
|
|
|
PR = "r11"
|
|
|
|
SRC_URI += "file://debian.patch;patch=1 \
|
|
file://configure-targets.patch;patch=1 \
|
|
file://fix-md5-x86_64.patch;patch=1 \
|
|
file://shared-libs.patch;patch=1"
|
|
|
|
BBCLASSEXTEND = "native"
|