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 | |
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')
-rw-r--r-- | meta/recipes-connectivity/openssl/ocf-linux.inc | 3 | ||||
-rw-r--r-- | meta/recipes-connectivity/openssl/ocf-linux_20100325.bb | 6 | ||||
-rw-r--r-- | meta/recipes-connectivity/openssl/ocf-linux_20120127.bb | 6 |
3 files changed, 7 insertions, 8 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 | } |
diff --git a/meta/recipes-connectivity/openssl/ocf-linux_20100325.bb b/meta/recipes-connectivity/openssl/ocf-linux_20100325.bb deleted file mode 100644 index 9dccc3c32f..0000000000 --- a/meta/recipes-connectivity/openssl/ocf-linux_20100325.bb +++ /dev/null | |||
@@ -1,6 +0,0 @@ | |||
1 | require ocf-linux.inc | ||
2 | |||
3 | PR = "${INC_PR}.0" | ||
4 | |||
5 | SRC_URI[md5sum] = "ce5ad54aa94226d496df1f0f3cf0c11f" | ||
6 | SRC_URI[sha256sum] = "9d17cbd13849939c70699b520280e3b94cf77401cdc131108d4aeaaeea587f6b" | ||
diff --git a/meta/recipes-connectivity/openssl/ocf-linux_20120127.bb b/meta/recipes-connectivity/openssl/ocf-linux_20120127.bb new file mode 100644 index 0000000000..7f4d5b38f6 --- /dev/null +++ b/meta/recipes-connectivity/openssl/ocf-linux_20120127.bb | |||
@@ -0,0 +1,6 @@ | |||
1 | require ocf-linux.inc | ||
2 | |||
3 | PR = "${INC_PR}.0" | ||
4 | |||
5 | SRC_URI[md5sum] = "3e68afaf6a76dfdab79540fbd6b0cbb3" | ||
6 | SRC_URI[sha256sum] = "5113609d2c2c43fde962bec1238fe5a81211a751ebb0337b54a9804d40cfef53" | ||