diff options
author | Samuli Piippo <samuli.piippo@digia.com> | 2014-05-20 08:44:07 +0300 |
---|---|---|
committer | Samuli Piippo <samuli.piippo@digia.com> | 2014-05-21 11:06:31 +0300 |
commit | 39c91776f85b24b9f4a9e30df3160d53454bb658 (patch) | |
tree | d942be764c6fa34c0a24b995f8f8939cd5095654 /recipes | |
parent | 2548e68fdc74edc7b5da703565bc777da7f2cd8d (diff) | |
download | meta-boot2qt-39c91776f85b24b9f4a9e30df3160d53454bb658.tar.gz |
ca-certificates: enable c_rehash in update-ca-certificates
c_rehash was not called from update-ca-certificates and hashes were
not generated. Disabling the patch so that it's now again called.
Task-number: QTEE-502
Change-Id: I4640427d34f3875b3ddb953bb40a31f6a7d255ff
Reviewed-by: Kalle Viironen <kalle.viironen@digia.com>
Diffstat (limited to 'recipes')
-rw-r--r-- | recipes/ca-certificates/ca-certificates_20130610.bbappend | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/recipes/ca-certificates/ca-certificates_20130610.bbappend b/recipes/ca-certificates/ca-certificates_20130610.bbappend new file mode 100644 index 0000000..0964c85 --- /dev/null +++ b/recipes/ca-certificates/ca-certificates_20130610.bbappend | |||
@@ -0,0 +1,23 @@ | |||
1 | ############################################################################# | ||
2 | ## | ||
3 | ## Copyright (C) 2014 Digia Plc and/or its subsidiary(-ies). | ||
4 | ## | ||
5 | ## This file is part of the Qt Enterprise Embedded Scripts of the Qt | ||
6 | ## framework. | ||
7 | ## | ||
8 | ## $QT_BEGIN_LICENSE$ | ||
9 | ## Commercial License Usage Only | ||
10 | ## Licensees holding valid commercial Qt license agreements with Digia | ||
11 | ## with an appropriate addendum covering the Qt Enterprise Embedded Scripts, | ||
12 | ## may use this file in accordance with the terms contained in said license | ||
13 | ## agreement. | ||
14 | ## | ||
15 | ## For further information use the contact form at | ||
16 | ## http://qt.digia.com/contact-us. | ||
17 | ## | ||
18 | ## | ||
19 | ## $QT_END_LICENSE$ | ||
20 | ## | ||
21 | ############################################################################# | ||
22 | |||
23 | SRC_URI_remove = "file://0001-update-ca-certificates-remove-c-rehash.patch" | ||