diff options
| author | Oleksandr Kravchuk <open.source@oleksandr-kravchuk.com> | 2021-10-15 21:07:15 +0200 |
|---|---|---|
| committer | Khem Raj <raj.khem@gmail.com> | 2021-10-16 09:50:38 -0700 |
| commit | e33099e6f6117e9b04af31ba9c7b7518ce91d149 (patch) | |
| tree | aef46169f87eede5fc695483c5417229630c0c92 | |
| parent | a6887f230c6b091aa942ea3e7dbf744b20ec53a6 (diff) | |
| download | meta-openembedded-e33099e6f6117e9b04af31ba9c7b7518ce91d149.tar.gz | |
ttf-dejavu: add UPSTREAM_CHECK_URI
Signed-off-by: Oleksandr Kravchuk <open.source@oleksandr-kravchuk.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
| -rw-r--r-- | meta-oe/recipes-graphics/ttf-fonts/ttf-dejavu_2.37.bb | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/meta-oe/recipes-graphics/ttf-fonts/ttf-dejavu_2.37.bb b/meta-oe/recipes-graphics/ttf-fonts/ttf-dejavu_2.37.bb index 0de4996660..b02dbbdaaf 100644 --- a/meta-oe/recipes-graphics/ttf-fonts/ttf-dejavu_2.37.bb +++ b/meta-oe/recipes-graphics/ttf-fonts/ttf-dejavu_2.37.bb | |||
| @@ -20,6 +20,8 @@ SRC_URI = "${SOURCEFORGE_MIRROR}/dejavu/dejavu-fonts-ttf-${PV}.tar.bz2 \ | |||
| 20 | 20 | ||
| 21 | S = "${WORKDIR}/dejavu-fonts-ttf-${PV}/ttf" | 21 | S = "${WORKDIR}/dejavu-fonts-ttf-${PV}/ttf" |
| 22 | 22 | ||
| 23 | UPSTREAM_CHECK_URI = "https://sourceforge.net/projects/dejavu/files/dejavu/" | ||
| 24 | |||
| 23 | do_install:append () { | 25 | do_install:append () { |
| 24 | install -d ${D}${sysconfdir}/fonts/conf.d/ | 26 | install -d ${D}${sysconfdir}/fonts/conf.d/ |
| 25 | install -m 0644 ${WORKDIR}/30-dejavu-aliases.conf ${D}${sysconfdir}/fonts/conf.d/ | 27 | install -m 0644 ${WORKDIR}/30-dejavu-aliases.conf ${D}${sysconfdir}/fonts/conf.d/ |
