diff options
author | Armin Kuster <akuster808@gmail.com> | 2020-05-23 03:07:47 +0000 |
---|---|---|
committer | Armin Kuster <akuster808@gmail.com> | 2020-05-28 21:47:59 -0700 |
commit | 3c79f7f3ec20616f457289978acc777854979b2c (patch) | |
tree | cf5a36fcdce1b637b2f70a6adfd4462e6528dc47 | |
parent | 17391b2160b23710b49adcc4a3e02af0e05dadce (diff) | |
download | meta-openembedded-3c79f7f3ec20616f457289978acc777854979b2c.tar.gz |
tremor: update SRC_URI as project moved to gitlab
It appears Xiph.Org is now on gitlab
https://gitlab.xiph.org/xiph
Signed-off-by: Armin Kuster <akuster808@gmail.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
(cherry picked from commit cc6e59fdff71e47ef5b9b40aab3bcd9438960ea4)
Signed-off-by: Armin Kuster <akuster808@gmail.com>
-rw-r--r-- | meta-multimedia/recipes-multimedia/tremor/tremor_20180319.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-multimedia/recipes-multimedia/tremor/tremor_20180319.bb b/meta-multimedia/recipes-multimedia/tremor/tremor_20180319.bb index 28bb5d924a..6abf6080bd 100644 --- a/meta-multimedia/recipes-multimedia/tremor/tremor_20180319.bb +++ b/meta-multimedia/recipes-multimedia/tremor/tremor_20180319.bb | |||
@@ -6,7 +6,7 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=db1b7a668b2a6f47b2af88fb008ad555 \ | |||
6 | file://os.h;beginline=3;endline=14;md5=5c0af5e1bedef3ce8178c89f48cd6f1f" | 6 | file://os.h;beginline=3;endline=14;md5=5c0af5e1bedef3ce8178c89f48cd6f1f" |
7 | DEPENDS = "libogg" | 7 | DEPENDS = "libogg" |
8 | 8 | ||
9 | SRC_URI = "git://git.xiph.org/tremor.git;protocol=https \ | 9 | SRC_URI = "git://gitlab.xiph.org/xiph/tremor.git;protocol=https \ |
10 | file://obsolete_automake_macros.patch;striplevel=0 \ | 10 | file://obsolete_automake_macros.patch;striplevel=0 \ |
11 | file://tremor-arm-thumb2.patch \ | 11 | file://tremor-arm-thumb2.patch \ |
12 | " | 12 | " |