mirror of
https://git.yoctoproject.org/poky
synced 2026-04-26 09:32:14 +02:00
15 lines
330 B
BlitzBasic
15 lines
330 B
BlitzBasic
inherit native
|
|
|
|
require openssl.inc
|
|
|
|
PR = "r2"
|
|
|
|
# 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"
|
|
|