Yocto Project Discussions
 help / color / mirror / Atom feed
* [meta-security][PATCH] meta-integrity/../systemd: fix pollution issue
@ 2019-12-23 17:18 Armpit
  2019-12-23 18:18 ` [yocto] " Anders Montonen
  0 siblings, 1 reply; 3+ messages in thread
From: Armpit @ 2019-12-23 17:18 UTC (permalink / raw)
  To: yocto

only include changes of systemd is enabled.

Signed-off-by: Armin Kuster <akuster808@gmail.com>
---
 meta-integrity/recipes-core/systemd/systemd_%.bbappend | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/meta-integrity/recipes-core/systemd/systemd_%.bbappend b/meta-integrity/recipes-core/systemd/systemd_%.bbappend
index 3b45541..f33e563 100644
--- a/meta-integrity/recipes-core/systemd/systemd_%.bbappend
+++ b/meta-integrity/recipes-core/systemd/systemd_%.bbappend
@@ -1,11 +1,11 @@
-FILESEXTRAPATHS_prepend := "${THISDIR}/files:"
+FILESEXTRAPATHS_prepend_ima := "${THISDIR}/files:"
 
-SRC_URI += " \
+SRC_URI_iam += " \
     file://machine-id-commit-sync.conf \
     file://random-seed-sync.conf \
 "
 
-do_install_append () {
+do_install_append_iam () {
     for i in machine-id-commit random-seed; do
         install -d ${D}/${systemd_system_unitdir}/systemd-$i.service.d
         install -m 0644 ${WORKDIR}/$i-sync.conf ${D}/${systemd_system_unitdir}/systemd-$i.service.d
-- 
2.17.1


^ permalink raw reply related	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2019-12-23 18:32 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2019-12-23 17:18 [meta-security][PATCH] meta-integrity/../systemd: fix pollution issue Armpit
2019-12-23 18:18 ` [yocto] " Anders Montonen
2019-12-23 18:32   ` Armin Kuster

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox