X-Git-Url: https://gerrit.automotivelinux.org/gerrit/gitweb?a=blobdiff_plain;f=recipes-core%2Fpsplash%2Fpsplash_agldemo.inc;h=93d4b0583cbbcfc96b9843dc4d8259fc502e5eab;hb=4ed1a0a0302cec13f12d3999466d62841c104402;hp=cc5b5b7b62ca97747c394a22abbfee166b25e5de;hpb=fe2024e444f214ed6fd04c37d09c51f1c6a9e8e6;p=AGL%2Fmeta-agl-demo.git diff --git a/recipes-core/psplash/psplash_agldemo.inc b/recipes-core/psplash/psplash_agldemo.inc index cc5b5b7b6..93d4b0583 100644 --- a/recipes-core/psplash/psplash_agldemo.inc +++ b/recipes-core/psplash/psplash_agldemo.inc @@ -8,13 +8,13 @@ SRC_URI:append = " \ SPLASH_IMAGES = "file://psplash-poky-img.h;outsuffix=default" do_configure:append () { - cp -f ${WORKDIR}/psplash-colors.h ${S} + cp -f ${UNPACKDIR}/psplash-colors.h ${S} } do_install:append () { # Install override install -d ${D}${systemd_system_unitdir}/psplash-start.service.d - install -m 0644 ${WORKDIR}/psplash-args.conf ${D}${systemd_system_unitdir}/psplash-start.service.d/ + install -m 0644 ${UNPACKDIR}/psplash-args.conf ${D}${systemd_system_unitdir}/psplash-start.service.d/ } FILES:${PN} += "${systemd_system_unitdir}"