* [PATCH] systemd: Track postinst/prerm in task checksum
@ 2013-10-04 11:28 Richard Purdie
0 siblings, 0 replies; only message in thread
From: Richard Purdie @ 2013-10-04 11:28 UTC (permalink / raw)
To: openembedded-core
When these functions change, the package should rebuild but currently it
does not. We need to add the dependencies manually as the dependency
code can't track dynamically created variables.
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
---
diff --git a/meta/classes/systemd.bbclass b/meta/classes/systemd.bbclass
index eab8735..3700b2e 100644
--- a/meta/classes/systemd.bbclass
+++ b/meta/classes/systemd.bbclass
@@ -48,6 +48,9 @@ if type systemctl >/dev/null 2>/dev/null; then
fi
}
+
+systemd_populate_packages[vardeps] += "systemd_prerm systemd_postinst"
+
python systemd_populate_packages() {
if "systemd" not in d.getVar("DISTRO_FEATURES", True).split():
return
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2013-10-04 11:28 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-10-04 11:28 [PATCH] systemd: Track postinst/prerm in task checksum Richard Purdie
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.