X-Git-Url: https://gerrit.automotivelinux.org/gerrit/gitweb?a=blobdiff_plain;f=meta-agl-core-test%2Frecipes-test%2Ffreetype%2Ffreetype_2.%25.bbappend;h=8fc56fa354742b893af08489ae9a4b1edddf7265;hb=79e2730b6a64aa4acbf0b78e805b945960f3d47c;hp=6aa1eabc200bd594eca64ce379d39ce4a01a61d2;hpb=1c3c06842ac1b9c089d0a08e91c60f44e4844fac;p=AGL%2Fmeta-agl.git diff --git a/meta-agl-core-test/recipes-test/freetype/freetype_2.%.bbappend b/meta-agl-core-test/recipes-test/freetype/freetype_2.%.bbappend index 6aa1eabc2..8fc56fa35 100644 --- a/meta-agl-core-test/recipes-test/freetype/freetype_2.%.bbappend +++ b/meta-agl-core-test/recipes-test/freetype/freetype_2.%.bbappend @@ -1,4 +1,4 @@ -FILESEXTRAPATHS_prepend := "${THISDIR}/files:" +FILESEXTRAPATHS:prepend := "${THISDIR}/files:" SRC_URI =+ "${SOURCEFORGE_MIRROR}/freetype/freetype-demos/${PV}/ft2demos-${PV}.tar.gz;name=ft2demos \ file://0001-Makefile-dont-build-gfx-demos.patch;patchdir=../ft2demos-${PV} \ @@ -11,18 +11,18 @@ PACKAGES =+ "${PN}-demos" B = "${S}" -do_compile_append () { +do_compile:append () { oe_runmake -C ${WORKDIR}/ft2demos-${PV} TOP_DIR=${WORKDIR}/${BPN}-${PV}/ } -do_install_append () { +do_install:append () { install -d -m 0755 ${D}/${bindir} for x in ftbench ftdump ftlint ftvalid ttdebug; do install -m 0755 ${WORKDIR}/ft2demos-${PV}/bin/.libs/$x ${D}/${bindir} done } -FILES_${PN}-demos = "\ +FILES:${PN}-demos = "\ ${bindir}/ftbench \ ${bindir}/ftdump \ ${bindir}/ftlint \ @@ -31,4 +31,4 @@ FILES_${PN}-demos = "\ " # enable pixmap/libpng support to allow color emojis -PACKAGECONFIG_append = " pixmap" +PACKAGECONFIG:append = " pixmap"