summaryrefslogtreecommitdiffstats
path: root/recipes-security
diff options
context:
space:
mode:
authorAnton Antonov <anton.antonov@arm.com>2021-04-07 11:19:54 +0100
committerArmin Kuster <akuster808@gmail.com>2021-04-12 07:00:47 -0700
commitf93595863c268990253ed96353cdfe0c077264a6 (patch)
tree2e231fa5ee10220585c76154967aa9f3df1d8ade /recipes-security
parenta00b285f8cd81898673ba0175dbd995b80690882 (diff)
downloadmeta-security-f93595863c268990253ed96353cdfe0c077264a6.tar.gz
Use libest "main" branch instead of "master".
This patch fixes the issue: WARNING: libest-3.2.0-r0 do_fetch: Failed to fetch URL git://github.com/cisco/libest, attempting MIRRORS if available ERROR: libest-3.2.0-r0 do_fetch: Fetcher failure: Unable to find revision 4ca02c6d7540f2b1bcea278a4fbe373daac7103b in branch master even from upstream ERROR: libest-3.2.0-r0 do_fetch: Fetcher failure for URL: 'git://github.com/cisco/libest'. Unable to fetch URL from any source. Signed-off-by: Anton Antonov <Anton.Antonov@arm.com> Signed-off-by: Armin Kuster <akuster808@gmail.com>
Diffstat (limited to 'recipes-security')
-rw-r--r--recipes-security/libest/libest_3.2.0.bb2
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes-security/libest/libest_3.2.0.bb b/recipes-security/libest/libest_3.2.0.bb
index f993bd6..5b6dc99 100644
--- a/recipes-security/libest/libest_3.2.0.bb
+++ b/recipes-security/libest/libest_3.2.0.bb
@@ -6,7 +6,7 @@ LICENSE = "OpenSSL"
6LIC_FILES_CHKSUM = "file://LICENSE;md5=ecb78acde8e3b795de8ef6b61aed5885" 6LIC_FILES_CHKSUM = "file://LICENSE;md5=ecb78acde8e3b795de8ef6b61aed5885"
7 7
8SRCREV = "4ca02c6d7540f2b1bcea278a4fbe373daac7103b" 8SRCREV = "4ca02c6d7540f2b1bcea278a4fbe373daac7103b"
9SRC_URI = "git://github.com/cisco/libest" 9SRC_URI = "git://github.com/cisco/libest;branch=main"
10 10
11DEPENDS = "openssl" 11DEPENDS = "openssl"
12 12