mirror of
https://git.yoctoproject.org/poky
synced 2026-02-20 08:29:42 +01:00
openssl: Convert to BBCLASSEXTEND
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
This commit is contained in:
@@ -1,14 +0,0 @@
|
||||
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"
|
||||
|
||||
@@ -5,3 +5,5 @@ PR = "r10"
|
||||
SRC_URI += "file://debian.patch;patch=1 \
|
||||
file://configure-targets.patch;patch=1 \
|
||||
file://shared-libs.patch;patch=1"
|
||||
|
||||
BBCLASSEXTEND = "native"
|
||||
|
||||
Reference in New Issue
Block a user