diff options
author | Andreas Müller <schnitzeltony@gmail.com> | 2020-09-12 12:55:15 +0200 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2020-09-12 13:40:36 -0700 |
commit | 1053380fe14306594f9c434835e6ad0284481f38 (patch) | |
tree | fadccc028116ed978e97df154f6a2a3747c2ba56 | |
parent | 407776de955379e9789756ba254a3b5956b4ab9d (diff) | |
download | meta-openembedded-1053380fe14306594f9c434835e6ad0284481f38.tar.gz |
geany: add source-code-pro-fonts to RRECOMMENDS
Same: having source-code-pro-fonts around is like a bugfix
Signed-off-by: Andreas Müller <schnitzeltony@gmail.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
-rw-r--r-- | meta-oe/recipes-devtools/geany/geany_1.36.bb | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/meta-oe/recipes-devtools/geany/geany_1.36.bb b/meta-oe/recipes-devtools/geany/geany_1.36.bb index 8282091b3..039999f6b 100644 --- a/meta-oe/recipes-devtools/geany/geany_1.36.bb +++ b/meta-oe/recipes-devtools/geany/geany_1.36.bb | |||
@@ -16,3 +16,5 @@ SRC_URI[sha256sum] = "9184dd3dd40b7b84fca70083284bb9dbf2ee8022bf2be066bdc36592d9 | |||
16 | FILES_${PN} += "${datadir}/icons" | 16 | FILES_${PN} += "${datadir}/icons" |
17 | 17 | ||
18 | EXTRA_OECONF = "--disable-html-docs" | 18 | EXTRA_OECONF = "--disable-html-docs" |
19 | |||
20 | RRECOMMENDS_${PN} += "source-code-pro-fonts" | ||