diff options
author | changqing.li@windriver.com <changqing.li@windriver.com> | 2021-01-19 17:35:28 +0800 |
---|---|---|
committer | Armin Kuster <akuster808@gmail.com> | 2021-02-09 08:45:03 -0800 |
commit | 1de0f4c33b92b9bbd885044df505154c177db59e (patch) | |
tree | f4b249bf79142719ab7bf460561634df897123e6 | |
parent | 57d742a83b1062f99fe73b379e57949bb727a02d (diff) | |
download | meta-openembedded-1de0f4c33b92b9bbd885044df505154c177db59e.tar.gz |
celt051: update SRC_URI
original SRC_URI is not valid now, offical CELT repository
moved to gitlab
Signed-off-by: Changqing Li <changqing.li@windriver.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
(cherry picked from commit 5450c958bf66afd560fd8dff5b432ea71f10165c)
Signed-off-by: Armin Kuster <akuster808@gmail.com>
-rw-r--r-- | meta-networking/recipes-support/celt051/celt051_git.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-networking/recipes-support/celt051/celt051_git.bb b/meta-networking/recipes-support/celt051/celt051_git.bb index 12b9124f7..c3e4cbbe6 100644 --- a/meta-networking/recipes-support/celt051/celt051_git.bb +++ b/meta-networking/recipes-support/celt051/celt051_git.bb @@ -16,7 +16,7 @@ PV = "0.5.1.3+git${SRCPV}" SRCREV = "5555aae843f57241d005e330b9cb65602d56db0f" -SRC_URI = "git://git.xiph.org/celt.git;branch=compat-v0.5.1;protocol=https \ +SRC_URI = "git://gitlab.xiph.org/xiph/celt.git;branch=compat-v0.5.1;protocol=https \ file://0001-configure.ac-make-tools-support-optional.patch \ file://0001-tests-Include-entcode.c-into-test-sources-to-provide.patch \ " |