diff options
Diffstat (limited to 'recipes/openssl/openssl-native_0.9.8g.bb')
-rw-r--r-- | recipes/openssl/openssl-native_0.9.8g.bb | 24 |
1 files changed, 0 insertions, 24 deletions
diff --git a/recipes/openssl/openssl-native_0.9.8g.bb b/recipes/openssl/openssl-native_0.9.8g.bb deleted file mode 100644 index bef8dfb563..0000000000 --- a/recipes/openssl/openssl-native_0.9.8g.bb +++ /dev/null @@ -1,24 +0,0 @@ -inherit pkgconfig native - -require openssl.inc - -PR = "${INC_PR}.0" - -# 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 \ - file://configure-targets.patch \ - file://shared-libs.patch" - -PARALLEL_MAKE = "" - -do_install() { - : -} - -PACKAGES = "" - -SRC_URI[src.md5sum] = "acf70a16359bf3658bdfb74bda1c4419" -SRC_URI[src.sha256sum] = "0e26886845de95716c9f1b9b75c0e06e9d4075d2bdc9e11504eaa5f7ee901cf0" |