X-Git-Url: https://gerrit.automotivelinux.org/gerrit/gitweb?a=blobdiff_plain;f=meta-agl-bsp%2Fmeta-rcar-gen3%2Frecipes-graphics%2Fwayland%2Fweston_%25.bbappend;h=079ff496a119cf757d9421feb3fca3419f4722d1;hb=a2555e5f49d94c36b54f18ba416d26b1235fbeb7;hp=98b973caa8c11ea05eefd96c0651e8491f37f895;hpb=dc4804e23c010f45e5546d1191ea943b710f0cd5;p=AGL%2Fmeta-agl.git diff --git a/meta-agl-bsp/meta-rcar-gen3/recipes-graphics/wayland/weston_%.bbappend b/meta-agl-bsp/meta-rcar-gen3/recipes-graphics/wayland/weston_%.bbappend index 98b973caa..079ff496a 100644 --- a/meta-agl-bsp/meta-rcar-gen3/recipes-graphics/wayland/weston_%.bbappend +++ b/meta-agl-bsp/meta-rcar-gen3/recipes-graphics/wayland/weston_%.bbappend @@ -1,15 +1,3 @@ -FILESEXTRAPATHS_append := ":${THISDIR}/${PN}" - -SRC_URI_append = "\ - file://weston-rcar.ini \ - " - -do_install_append() { - WESTON_INI_CONFIG=${sysconfdir}/xdg/weston - install -d ${D}${WESTON_INI_CONFIG} - install -m 0644 ${WORKDIR}/weston-rcar.ini ${D}${WESTON_INI_CONFIG}/weston.ini -} - FILES_${PN}_append_rcar-gen3 = " \ ${libexecdir}/weston-screenshooter \ ${libexecdir}/weston-ivi-shell-user-interface \ @@ -17,7 +5,3 @@ FILES_${PN}_append_rcar-gen3 = " \ ${libexecdir}/weston-simple-im \ ${libexecdir}/weston-desktop-shell \ " - -FILES_${PN}_append = " \ - ${sysconfdir}/xdg/weston/weston.ini \ - "