cornucopia: bump SRCREV
[openembedded.git] / recipes / openssl / openssl-native_1.0.0d.bb
blobbbee5f98a68438bfb8400aad0e07d0fbbdfa832d
1 require openssl.inc
3 inherit pkgconfig native
5 SRC_URI[src.md5sum] = "40b6ea380cc8a5bf9734c2f8bf7e701e"
6 SRC_URI[src.sha256sum] = "92511d1f0caaa298dba250426f8e7d5d00b271847886d1adc62422778d6320db"
7 PR = "${INC_PR}.0"
9 DEFAULT_PREFERENCE = "-1"
11 export DIRS = "crypto ssl apps engines"
13 # This flag can contain target options (e.g -mfpu=neon for armv7-a systems)
14 export FULL_OPTIMIZATION = " "
15 export BUILD_OPTIMIZATION = " "
17 SRC_URI += "file://configure-targets.patch \
18 file://shared-libs.patch \
19 file://debian.patch \
20 file://libdeps-first.patch \
23 PARALLEL_MAKE = ""
25 CFLAG += " -Wa,--noexecstack "
27 NATIVE_INSTALL_WORKS = "1"