openssl-native_0.9.7m.bb : new version from OM mtn
authorGraeme Gregory <dp@xora.org.uk>
Fri, 9 May 2008 14:16:41 +0000 (14:16 +0000)
committerGraeme Gregory <dp@xora.org.uk>
Fri, 9 May 2008 14:16:41 +0000 (14:16 +0000)
packages/openssl/openssl-native_0.9.7m.bb [new file with mode: 0644]

diff --git a/packages/openssl/openssl-native_0.9.7m.bb b/packages/openssl/openssl-native_0.9.7m.bb
new file mode 100644 (file)
index 0000000..115d401
--- /dev/null
@@ -0,0 +1,16 @@
+inherit pkgconfig native
+
+require openssl.inc
+
+PR = "r1"
+
+SRC_URI += "file://debian.patch;patch=1 \
+            file://armeb.patch;patch=1;pnum=0 \
+            file://gnueabi-arm.patch;patch=1"
+
+FILESPATH = "${@base_set_filespath( ['${FILE_DIRNAME}/openssl-${PV}', '${FILE_DIRNAME}/openssl', '${FILE_DIRNAME}/files', '${FILE_DIRNAME}' ], d)}"
+
+do_install() {
+       :
+}
+