summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKhem Raj <raj.khem@gmail.com>2011-08-15 23:36:02 +0000
committerKoen Kooi <koen@dominion.thruhere.net>2011-08-16 10:03:01 +0200
commitf568c3c61e35f392c818a0c0df29be74daacf8a6 (patch)
treeb1d6eb625413924ec99f2307c61c421eae2d37a8
parentceb4a1deaabe81e0acaf9dd179d08736f598203e (diff)
downloadmeta-openembedded-f568c3c61e35f392c818a0c0df29be74daacf8a6.tar.gz
openssl-1.0.0: Remove spurious comment in recipe
That comment was to note the reason for differences in license checksums between 1.0.0c and 1.0.0d Adjust the formatting of patches in SRC_URI Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
-rw-r--r--meta-oe/recipes-connectivity/openssl/openssl_1.0.0d.bb28
1 files changed, 13 insertions, 15 deletions
diff --git a/meta-oe/recipes-connectivity/openssl/openssl_1.0.0d.bb b/meta-oe/recipes-connectivity/openssl/openssl_1.0.0d.bb
index 384f3bab4..cd5408d54 100644
--- a/meta-oe/recipes-connectivity/openssl/openssl_1.0.0d.bb
+++ b/meta-oe/recipes-connectivity/openssl/openssl_1.0.0d.bb
@@ -7,8 +7,6 @@ DEPENDS += "ocf-linux"
7CFLAG += "-DHAVE_CRYPTODEV -DUSE_CRYPTODEV_DIGESTS" 7CFLAG += "-DHAVE_CRYPTODEV -DUSE_CRYPTODEV_DIGESTS"
8 8
9PR = "${INC_PR}.0" 9PR = "${INC_PR}.0"
10#- * Copyright (c) 1998-2008 The OpenSSL Project. All rights reserved.
11#+ * Copyright (c) 1998-2011 The OpenSSL Project. All rights reserved.
12 10
13LIC_FILES_CHKSUM = "file://LICENSE;md5=f9a8f968107345e0b75aa8c2ecaa7ec8" 11LIC_FILES_CHKSUM = "file://LICENSE;md5=f9a8f968107345e0b75aa8c2ecaa7ec8"
14 12
@@ -23,19 +21,19 @@ export OE_LDFLAGS="${LDFLAGS}"
23SRC_URI += "file://configure-targets.patch \ 21SRC_URI += "file://configure-targets.patch \
24 file://shared-libs.patch \ 22 file://shared-libs.patch \
25 file://oe-ldflags.patch \ 23 file://oe-ldflags.patch \
26 file://engines-install-in-libdir-ssl.patch \ 24 file://engines-install-in-libdir-ssl.patch \
27 file://debian/version-script.patch \ 25 file://debian/version-script.patch \
28 file://debian/pic.patch \ 26 file://debian/pic.patch \
29 file://debian/c_rehash-compat.patch \ 27 file://debian/c_rehash-compat.patch \
30 file://debian/ca.patch \ 28 file://debian/ca.patch \
31 file://debian/make-targets.patch \ 29 file://debian/make-targets.patch \
32 file://debian/no-rpath.patch \ 30 file://debian/no-rpath.patch \
33 file://debian/man-dir.patch \ 31 file://debian/man-dir.patch \
34 file://debian/man-section.patch \ 32 file://debian/man-section.patch \
35 file://debian/pkg-config.patch \ 33 file://debian/pkg-config.patch \
36 file://debian/no-symbolic.patch \ 34 file://debian/no-symbolic.patch \
37 file://debian/debian-targets.patch \ 35 file://debian/debian-targets.patch \
38 " 36 "
39 37
40PACKAGES += " \ 38PACKAGES += " \
41 ${PN}-engines \ 39 ${PN}-engines \