X-Git-Url: https://gerrit.automotivelinux.org/gerrit/gitweb?a=blobdiff_plain;f=recipes-graphics%2Fttf-fonts%2Fttf-dejavu_agldemo.inc;h=08b6aa495235a1035fc6b6be9589085e92506486;hb=b3bb31eee08535ea97560bf6fc0f1d56292fee0a;hp=bb47bdc73621696da12c888ad64cca0ab848fc92;hpb=41591d4f8c586aa801220fac0924556f406c58bd;p=AGL%2Fmeta-agl-demo.git diff --git a/recipes-graphics/ttf-fonts/ttf-dejavu_agldemo.inc b/recipes-graphics/ttf-fonts/ttf-dejavu_agldemo.inc index bb47bdc73..08b6aa495 100644 --- a/recipes-graphics/ttf-fonts/ttf-dejavu_agldemo.inc +++ b/recipes-graphics/ttf-fonts/ttf-dejavu_agldemo.inc @@ -1,11 +1,11 @@ -FILESEXTRAPATHS_prepend := "${THISDIR}/files:" -DEPENDS_append = " fontforge-native" +FILESEXTRAPATHS:prepend := "${THISDIR}/files:" +DEPENDS:append = " fontforge-native" # From the orginal work located at https://aur.archlinux.org/packages/ttf-dejavu-emojiless/ -SRC_URI_append = " file://cleaner.py" +SRC_URI:append = " file://cleaner.py" -do_install_prepend() { +do_install:prepend() { for TTF in ${S}/*.ttf; do fontforge -script ${WORKDIR}/cleaner.py ${TTF} done