openssl: Use pkgconfig_stage

This commit is contained in:
Richard Purdie
2009-06-12 16:04:37 +01:00
parent 82f808f42a
commit 60c4cb5db1
2 changed files with 4 additions and 4 deletions

View File

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

View File

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