[OE-core] [PATCH 1/2] sstatesig: Update server URI

Joshua Watt jpewhacker at gmail.com
Mon Sep 16 17:49:44 UTC 2019


The server no longer uses a "http://" URI, since it has been updated to
use a different protocol.

Signed-off-by: Joshua Watt <JPEWhacker at gmail.com>
---
 meta/lib/oe/sstatesig.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/meta/lib/oe/sstatesig.py b/meta/lib/oe/sstatesig.py
index 0c7a6f5ed84..b1ef5c039b3 100644
--- a/meta/lib/oe/sstatesig.py
+++ b/meta/lib/oe/sstatesig.py
@@ -264,7 +264,7 @@ class SignatureGeneratorOEEquivHash(bb.siggen.SignatureGeneratorUniHashMixIn, Si
         super().init_rundepcheck(data)
         autostart = data.getVar('BB_HASHSERVE')
         if autostart:
-            self.server = "http://" + autostart
+            self.server = autostart
         else:
             self.server = data.getVar('SSTATE_HASHEQUIV_SERVER')
         if not self.server:
-- 
2.21.0



More information about the Openembedded-core mailing list