All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] watchdog: kill update-rc.d when not using sysvinit
@ 2015-07-28 17:11 Abdur Rehman
  2015-07-28 20:46 ` Burton, Ross
  0 siblings, 1 reply; 10+ messages in thread
From: Abdur Rehman @ 2015-07-28 17:11 UTC (permalink / raw)
  To: openembedded-core; +Cc: Christopher Larson

Fixes a dependency on a nonexistent initscripts-functions package.

Signed-off-by: Christopher Larson <chris_larson@mentor.com>
Signed-off-by: Abdur Rehman <abdur_rehman@mentor.com>
---
 meta/recipes-extended/watchdog/watchdog_5.14.bb |    5 +++++
 1 file changed, 5 insertions(+)

diff --git a/meta/recipes-extended/watchdog/watchdog_5.14.bb b/meta/recipes-extended/watchdog/watchdog_5.14.bb
index 9ec0a8e..7557597 100644
--- a/meta/recipes-extended/watchdog/watchdog_5.14.bb
+++ b/meta/recipes-extended/watchdog/watchdog_5.14.bb
@@ -28,3 +28,8 @@ RRECOMMENDS_${PN} = "kernel-module-softdog"
 do_install_append() {
 	install -D ${S}/redhat/watchdog.init ${D}/${sysconfdir}/init.d/watchdog.sh
 }
+
+python () {
+    if not bb.utils.contains('DISTRO_FEATURES', 'sysvinit', True, False, d):
+        d.setVar("INHIBIT_UPDATERCD_BBCLASS", "1")
+}
-- 
1.7.9.5



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

end of thread, other threads:[~2015-07-30 15:13 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2015-07-28 17:11 [PATCH] watchdog: kill update-rc.d when not using sysvinit Abdur Rehman
2015-07-28 20:46 ` Burton, Ross
2015-07-29 18:05   ` Rehman, Abdur
2015-07-29 18:35     ` Burton, Ross
2015-07-29 19:27       ` Christopher Larson
2015-07-29 19:48         ` Burton, Ross
2015-07-29 20:09           ` Christopher Larson
2015-07-30 12:53             ` Burton, Ross
2015-07-30 15:13               ` Christopher Larson
2015-07-29 20:19         ` Martin Jansa

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.