openssl: Convert to BBCLASSEXTEND

Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
This commit is contained in:
Richard Purdie 2010-01-13 23:19:27 +00:00
parent 441006cc6f
commit 5c0a06b85f
2 changed files with 2 additions and 14 deletions

View File

@ -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"

View File

@ -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"