diff options
author | duerpei <duep.fnst@fujitsu.com> | 2022-05-16 11:10:07 +0800 |
---|---|---|
committer | Jan-Simon Moeller <jsmoeller@linuxfoundation.org> | 2022-05-16 12:10:15 +0000 |
commit | 52c2394ca9ce54c5117da40ab9a0e7eebf8db7d4 (patch) | |
tree | 71f424b2ad9b42f3cc11f1e27018b2980be1f478 /meta-agl-bsp/meta-ti-bsp/recipes-graphics | |
parent | ba35313c0852ebaf924a9b71d87a4e3f5e90ac9b (diff) |
Replace "/etc" with "${sysconfidir}"
make them more standardized
Bug-AGL: SPEC-4374
Signed-off-by: duerpei <duep.fnst@fujitsu.com>
Change-Id: Ie11168254ab76acd11382b33501fb4881710a5bf
Reviewed-on: https://gerrit.automotivelinux.org/gerrit/c/AGL/meta-agl/+/27479
Tested-by: Jenkins Job builder account
ci-image-build: Jenkins Job builder account
ci-image-boot-test: Jenkins Job builder account
Reviewed-by: Jan-Simon Moeller <jsmoeller@linuxfoundation.org>
Diffstat (limited to 'meta-agl-bsp/meta-ti-bsp/recipes-graphics')
-rw-r--r-- | meta-agl-bsp/meta-ti-bsp/recipes-graphics/libgles/ti-sgx-ddk-um_%.bbappend | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/meta-agl-bsp/meta-ti-bsp/recipes-graphics/libgles/ti-sgx-ddk-um_%.bbappend b/meta-agl-bsp/meta-ti-bsp/recipes-graphics/libgles/ti-sgx-ddk-um_%.bbappend index 3f497a1be..86e353414 100644 --- a/meta-agl-bsp/meta-ti-bsp/recipes-graphics/libgles/ti-sgx-ddk-um_%.bbappend +++ b/meta-agl-bsp/meta-ti-bsp/recipes-graphics/libgles/ti-sgx-ddk-um_%.bbappend @@ -13,6 +13,6 @@ SYSTEMD_SERVICE:${PN} = "pvr.service" do_install:append() { install -d ${D}${systemd_system_unitdir} install -m 0755 ${WORKDIR}/pvr.service ${D}${systemd_system_unitdir} - install -d ${D}/etc/ti-sgx - install -m 0755 ${D}/etc/init.d/rc.pvr ${D}/etc/ti-sgx + install -d ${D}${sysconfdir}/ti-sgx + install -m 0755 ${D}${sysconfdir}/init.d/rc.pvr ${D}${sysconfdir}/ti-sgx } |