mirror of
https://git.yoctoproject.org/poky
synced 2026-04-21 21:32:12 +02:00
openssl: Use pkgconfig_stage
This commit is contained in:
@@ -1,8 +1,8 @@
|
||||
inherit pkgconfig native
|
||||
inherit pkgconfig native pkgconfig_stage
|
||||
|
||||
require openssl.inc
|
||||
|
||||
PR = "r1"
|
||||
PR = "r2"
|
||||
|
||||
# This flag can contain target options (e.g -mfpu=neon for armv7-a systems)
|
||||
export FULL_OPTIMIZATION = " "
|
||||
|
||||
@@ -1,8 +1,8 @@
|
||||
inherit pkgconfig
|
||||
inherit pkgconfig pkgconfig_stage
|
||||
|
||||
require openssl.inc
|
||||
|
||||
PR = "r9"
|
||||
PR = "r10"
|
||||
|
||||
SRC_URI += "file://debian.patch;patch=1 \
|
||||
file://configure-targets.patch;patch=1 \
|
||||
|
||||
Reference in New Issue
Block a user