summaryrefslogtreecommitdiffstats
path: root/meta/recipes-connectivity/openssl/ocf-linux.inc
diff options
context:
space:
mode:
Diffstat (limited to 'meta/recipes-connectivity/openssl/ocf-linux.inc')
-rw-r--r--meta/recipes-connectivity/openssl/ocf-linux.inc24
1 files changed, 0 insertions, 24 deletions
diff --git a/meta/recipes-connectivity/openssl/ocf-linux.inc b/meta/recipes-connectivity/openssl/ocf-linux.inc
deleted file mode 100644
index d6cde9ac43..0000000000
--- a/meta/recipes-connectivity/openssl/ocf-linux.inc
+++ /dev/null
@@ -1,24 +0,0 @@
1SUMMARY = "Installs required headers for OCF-Linux crypto acceleration support"
2LICENSE = "BSD"
3
4LIC_FILES_CHKSUM = "file://README;md5=493ffe65655667614cf24567adf22f11"
5
6INC_PR = "r3"
7
8SRC_URI = "http://sourceforge.net/projects/ocf-linux/files/ocf-linux/${PV}/ocf-linux-${PV}.tar.gz"
9
10S = "${WORKDIR}/ocf-linux-${PV}"
11
12# Need to unpack the the ocf-linux.tar.gz file contained inside the
13# downloaded tarball
14# Install the OCF Linux headers so that other packages such as openssl
15# can find them. The headers must be in a crypto directory according to
16# the README file.
17do_install() {
18 cd ${S}
19 install -d ${D}${includedir}/crypto
20 install -m 0644 ${S}/ocf/*.h ${D}${includedir}/crypto/
21}
22
23ALLOW_EMPTY_${PN} = "1"
24BBCLASSEXTEND = "native nativesdk"