openssl: add openssl-native (needed for git-native)
authorMichael Lauer <mickey@vanille-media.de>
Sun, 17 Sep 2006 18:50:44 +0000 (18:50 +0000)
committerMichael Lauer <mickey@vanille-media.de>
Sun, 17 Sep 2006 18:50:44 +0000 (18:50 +0000)
packages/openssl/openssl-native_0.9.7g.bb [new file with mode: 0644]
packages/openssl/openssl.inc

diff --git a/packages/openssl/openssl-native_0.9.7g.bb b/packages/openssl/openssl-native_0.9.7g.bb
new file mode 100644 (file)
index 0000000..dd4ba1a
--- /dev/null
@@ -0,0 +1,16 @@
+inherit pkgconfig native
+
+require openssl.inc
+
+PR = "r0"
+
+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() {
+       :
+}
+
index 176a718..dc734d9 100644 (file)
@@ -1,7 +1,7 @@
-SECTION = "libs"
 DESCRIPTION = "Secure Socket Layer (SSL) binary and related cryptographic tools."
 HOMEPAGE = "http://www.openssl.org/"
 LICENSE = "openssl"
+SECTION = "libs/network"
 
 SRC_URI = "http://www.openssl.org/source/openssl-${PV}.tar.gz"
 S = "${WORKDIR}/openssl-${PV}"