diff options
| author | Martin Jansa <martin.jansa@gmail.com> | 2024-02-06 14:17:12 +0100 |
|---|---|---|
| committer | Khem Raj <raj.khem@gmail.com> | 2024-02-09 09:52:12 -0800 |
| commit | d3d099bda6a48f400547664889a3ccf5a754a593 (patch) | |
| tree | 4f9809bf09e6dbc4acb8fe0df25031e545e023c8 /meta-oe/recipes-graphics/ttf-fonts | |
| parent | 21f956598ddb1bb08855fbc9a3293acf957154d1 (diff) | |
| download | meta-openembedded-d3d099bda6a48f400547664889a3ccf5a754a593.tar.gz | |
recipes: drop remaining +gitr cases
: drop 'r' from gitr and ${SRCPV}
* +git is preferred over +gitr since 2012:
https://lists.openembedded.org/g/openembedded-core/topic/72154716#16837
some recipes still use +gitr, because updating it would cause PV going backwards
but without share PRservice the version-going-backwards QA issues are quite
common and most people probably cannot depend on always-increasing version number
already
Signed-off-by: Martin Jansa <martin.jansa@gmail.com>
Diffstat (limited to 'meta-oe/recipes-graphics/ttf-fonts')
| -rw-r--r-- | meta-oe/recipes-graphics/ttf-fonts/ttf-droid_git.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-oe/recipes-graphics/ttf-fonts/ttf-droid_git.bb b/meta-oe/recipes-graphics/ttf-fonts/ttf-droid_git.bb index 119612cd73..f223664905 100644 --- a/meta-oe/recipes-graphics/ttf-fonts/ttf-droid_git.bb +++ b/meta-oe/recipes-graphics/ttf-fonts/ttf-droid_git.bb | |||
| @@ -5,7 +5,7 @@ HOMEPAGE = "http://www.droidfonts.com/" | |||
| 5 | LICENSE = "Apache-2.0" | 5 | LICENSE = "Apache-2.0" |
| 6 | LIC_FILES_CHKSUM = "file://README.txt;md5=83544262a86f1f1ec761e75897df92bc" | 6 | LIC_FILES_CHKSUM = "file://README.txt;md5=83544262a86f1f1ec761e75897df92bc" |
| 7 | SRCREV = "21e6e2de1f0062f949fcc52d0b4559dfa3246e0e" | 7 | SRCREV = "21e6e2de1f0062f949fcc52d0b4559dfa3246e0e" |
| 8 | PV = "0.1+gitr" | 8 | PV = "0.1+git" |
| 9 | PR = "r3" | 9 | PR = "r3" |
| 10 | 10 | ||
| 11 | SRC_URI = "git://github.com/android/platform_frameworks_base.git;branch=master;protocol=https" | 11 | SRC_URI = "git://github.com/android/platform_frameworks_base.git;branch=master;protocol=https" |
