diff options
author | C.R. Guo <chunrong.guo@nxp.com> | 2018-03-02 11:08:54 +0800 |
---|---|---|
committer | Otavio Salvador <otavio@ossystems.com.br> | 2018-03-06 10:05:43 -0300 |
commit | 9dd4cd594b7d4cf52eedaf99ab1b47f8b9709f2c (patch) | |
tree | 53cdb3f128f7177d80dbb3d3290b3af46d20f38c | |
parent | 57d9b2d39d09fa2f6a6f89c7f7254142eb4aa5dc (diff) | |
download | meta-freescale-9dd4cd594b7d4cf52eedaf99ab1b47f8b9709f2c.tar.gz |
openssl: update SRC_URL
Signed-off-by: Chunrong Guo <chunrong.guo@nxp.com>
Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
-rw-r--r-- | recipes-connectivity/openssl/openssl-qoriq.inc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes-connectivity/openssl/openssl-qoriq.inc b/recipes-connectivity/openssl/openssl-qoriq.inc index edf3b9d0..833df42a 100644 --- a/recipes-connectivity/openssl/openssl-qoriq.inc +++ b/recipes-connectivity/openssl/openssl-qoriq.inc | |||
@@ -22,7 +22,7 @@ python() { | |||
22 | d.appendVar("RREPLACES_%s" % p, p.replace('openssl-qoriq', 'openssl')) | 22 | d.appendVar("RREPLACES_%s" % p, p.replace('openssl-qoriq', 'openssl')) |
23 | } | 23 | } |
24 | 24 | ||
25 | SRC_URI = "git://github.com/qoriq-open-source/openssl.git;nobranch=1" | 25 | SRC_URI = "git://source.codeaurora.org/external/qoriq/qoriq-components/openssl;nobranch=1" |
26 | 26 | ||
27 | S = "${WORKDIR}/git" | 27 | S = "${WORKDIR}/git" |
28 | 28 | ||