openssl-native_0.9.8g.bb: bring openssl-native in sync with latest openssl
authorJeremy Laine <jeremy.laine@m4x.org>
Tue, 13 May 2008 05:36:47 +0000 (05:36 +0000)
committerJeremy Laine <jeremy.laine@m4x.org>
Tue, 13 May 2008 05:36:47 +0000 (05:36 +0000)
packages/openssl/openssl-native_0.9.8g.bb [new file with mode: 0644]

diff --git a/packages/openssl/openssl-native_0.9.8g.bb b/packages/openssl/openssl-native_0.9.8g.bb
new file mode 100644 (file)
index 0000000..e491cc0
--- /dev/null
@@ -0,0 +1,16 @@
+inherit pkgconfig native
+
+require openssl.inc
+
+SRC_URI += "file://debian.patch;patch=1 \
+            file://configure-targets.patch;patch=1 \
+            file://shared-libs.patch;patch=1"
+
+PARALLEL_MAKE = ""
+
+FILESPATH = "${@base_set_filespath( ['${FILE_DIRNAME}/openssl-${PV}', '${FILE_DIRNAME}/openssl', '${FILE_DIRNAME}/files', '${FILE_DIRNAME}' ], d)}"
+
+do_install() {
+       :
+}
+