diff options
author | Saul Wold <sgw@linux.intel.com> | 2012-11-30 18:18:48 +0000 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2012-12-03 14:47:56 +0000 |
commit | 86f32f627b9dffce39f9c198189d8dbb33b5eb02 (patch) | |
tree | 3a063d1e7d925cb9f172ba027ca1c094fa48552b /meta/recipes-connectivity/openssl/ocf-linux.inc | |
parent | 3d392f5da9677bc2d172668141c803606fbd183a (diff) | |
download | poky-86f32f627b9dffce39f9c198189d8dbb33b5eb02.tar.gz |
ocf-linux: Update to 20120127
README changes to update the CHKSUM
ocf directory is now in main tarball so no need to untar now.
(From OE-Core rev: 445fba6ef2d1ae10e80d73b09fa0d9a0f2a09715)
Signed-off-by: Saul Wold <sgw@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-connectivity/openssl/ocf-linux.inc')
-rw-r--r-- | meta/recipes-connectivity/openssl/ocf-linux.inc | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/meta/recipes-connectivity/openssl/ocf-linux.inc b/meta/recipes-connectivity/openssl/ocf-linux.inc index f4ec7c99c5..dba1f029ac 100644 --- a/meta/recipes-connectivity/openssl/ocf-linux.inc +++ b/meta/recipes-connectivity/openssl/ocf-linux.inc | |||
@@ -1,7 +1,7 @@ | |||
1 | DESCRIPTION = "Install required headers to enable OCF Linux support" | 1 | DESCRIPTION = "Install required headers to enable OCF Linux support" |
2 | LICENSE = "BSD" | 2 | LICENSE = "BSD" |
3 | 3 | ||
4 | LIC_FILES_CHKSUM = "file://README;md5=b02a793c9b7893b4ce1f39f0b231ccd7" | 4 | LIC_FILES_CHKSUM = "file://README;md5=493ffe65655667614cf24567adf22f11" |
5 | 5 | ||
6 | INC_PR = "r3" | 6 | INC_PR = "r3" |
7 | 7 | ||
@@ -16,7 +16,6 @@ S = "${WORKDIR}/ocf-linux-${PV}" | |||
16 | # the README file. | 16 | # the README file. |
17 | do_install() { | 17 | do_install() { |
18 | cd ${S} | 18 | cd ${S} |
19 | tar xzf ocf-linux.tar.gz | ||
20 | install -d ${D}${includedir}/crypto | 19 | install -d ${D}${includedir}/crypto |
21 | install -m 0644 ${S}/ocf/*.h ${D}${includedir}/crypto/ | 20 | install -m 0644 ${S}/ocf/*.h ${D}${includedir}/crypto/ |
22 | } | 21 | } |