mirror of
https://git.yoctoproject.org/poky
synced 2026-02-20 08:29:42 +01:00
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@4543 311d38ba-8fff-0310-9ca6-ca027cbcb966
23 lines
530 B
BlitzBasic
23 lines
530 B
BlitzBasic
inherit pkgconfig native
|
|
|
|
require openssl.inc
|
|
|
|
PR = "r1"
|
|
|
|
# This flag can contain target options (e.g -mfpu=neon for armv7-a systems)
|
|
export FULL_OPTIMIZATION = " "
|
|
export BUILD_OPTIMIZATION = " "
|
|
|
|
SRC_URI += "file://debian.patch;patch=1 \
|
|
file://configure-targets.patch;patch=1 \
|
|
file://shared-libs.patch;patch=1"
|
|
|
|
PARALLEL_MAKE = ""
|
|
|
|
FILESPATH = "${@base_set_filespath( ['${FILE_DIRNAME}/openssl-${PV}', '${FILE_DIRNAME}/openssl', '${FILE_DIRNAME}/files', '${FILE_DIRNAME}' ], d)}"
|
|
|
|
do_install() {
|
|
:
|
|
}
|
|
|