X-Git-Url: https://gerrit.automotivelinux.org/gerrit/gitweb?a=blobdiff_plain;f=recipes-core%2Fpsplash%2Fpsplash-inverted-config.bb;h=0bc067cf058a13fc05fa219326e64b39ddb561eb;hb=4ed1a0a0302cec13f12d3999466d62841c104402;hp=f11b255da5b14cb562b221e0bbda9f8cde75eb1c;hpb=fe2024e444f214ed6fd04c37d09c51f1c6a9e8e6;p=AGL%2Fmeta-agl-demo.git diff --git a/recipes-core/psplash/psplash-inverted-config.bb b/recipes-core/psplash/psplash-inverted-config.bb index f11b255da..0bc067cf0 100644 --- a/recipes-core/psplash/psplash-inverted-config.bb +++ b/recipes-core/psplash/psplash-inverted-config.bb @@ -6,13 +6,16 @@ inherit systemd allarch SRC_URI = "file://psplash-inverted.conf" +S = "${WORKDIR}/sources" +UNPACKDIR = "${S}" + do_configure[noexec] = "1" do_compile[noexec] = "1" do_install() { # Install override install -d ${D}${systemd_system_unitdir}/psplash-start.service.d - install -m 0644 ${WORKDIR}/psplash-inverted.conf ${D}${systemd_system_unitdir}/psplash-start.service.d/ + install -m 0644 ${UNPACKDIR}/psplash-inverted.conf ${D}${systemd_system_unitdir}/psplash-start.service.d/ } FILES:${PN} += "${systemd_system_unitdir}"