diff options
author | Armin Kuster <akuster808@gmail.com> | 2020-05-23 03:07:47 +0000 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2020-05-23 21:51:25 -0700 |
commit | cc6e59fdff71e47ef5b9b40aab3bcd9438960ea4 (patch) | |
tree | 37c49646c441d468fe140c053dd0e66bb5d2695a /meta-multimedia | |
parent | 8e6093acd5427565d778bbc7ff84e8615be3c600 (diff) | |
download | meta-openembedded-cc6e59fdff71e47ef5b9b40aab3bcd9438960ea4.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>
Diffstat (limited to 'meta-multimedia')
-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 28bb5d924..6abf6080b 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 | " |