X-Git-Url: https://gerrit.automotivelinux.org/gerrit/gitweb?a=blobdiff_plain;f=recipes-demo-hmi%2Fradio%2Fradio_git.bb;h=4f8063a07489a5712c6b0c9f963a297dca9a1bbb;hb=d312c2fb6f0a00f3abb45e99d4085845715866c7;hp=8563b018aa6f66efcf0fc1e33324f92d2a291bf9;hpb=64b28dd3f4004a6c651b96513820e39f6d0b8c69;p=AGL%2Fmeta-agl-demo.git diff --git a/recipes-demo-hmi/radio/radio_git.bb b/recipes-demo-hmi/radio/radio_git.bb index 8563b018a..4f8063a07 100644 --- a/recipes-demo-hmi/radio/radio_git.bb +++ b/recipes-demo-hmi/radio/radio_git.bb @@ -27,16 +27,16 @@ inherit qmake5 aglwgt AGL_RADIO_PRESETS_LOCALE ?= "CES" do_install_append() { - install -d ${D}/home/root/app-data/radio - install -m 0644 ${WORKDIR}/presets-CES.conf ${D}/home/root/app-data/radio/ - install -m 0644 ${WORKDIR}/presets-ALS.conf ${D}/home/root/app-data/radio/ - install -m 0644 ${WORKDIR}/presets-FOSDEM.conf ${D}/home/root/app-data/radio/ - install -m 0644 ${WORKDIR}/presets-${AGL_RADIO_PRESETS_LOCALE}.conf ${D}/home/root/app-data/radio/presets.conf + install -d ${D}${ROOT_HOME}/app-data/radio + install -m 0644 ${WORKDIR}/presets-CES.conf ${D}${ROOT_HOME}/app-data/radio/ + install -m 0644 ${WORKDIR}/presets-ALS.conf ${D}${ROOT_HOME}/app-data/radio/ + install -m 0644 ${WORKDIR}/presets-FOSDEM.conf ${D}${ROOT_HOME}/app-data/radio/ + install -m 0644 ${WORKDIR}/presets-${AGL_RADIO_PRESETS_LOCALE}.conf ${D}${ROOT_HOME}/app-data/radio/presets.conf } FILES_${PN} += " \ - /home/root/app-data/radio/presets-*.conf \ - /home/root/app-data/radio/presets.conf \ + ${ROOT_HOME}/app-data/radio/presets-*.conf \ + ${ROOT_HOME}/app-data/radio/presets.conf \ " RDEPENDS_${PN} += "agl-service-radio"