Openembedded Core Discussions
 help / color / mirror / Atom feed
* [PATCH] update-rc.d.bbclass: override UPDATERCD for nativesdk
@ 2011-12-15 15:35 Bernhard Guillon
  2011-12-16 16:13 ` Richard Purdie
  0 siblings, 1 reply; 2+ messages in thread
From: Bernhard Guillon @ 2011-12-15 15:35 UTC (permalink / raw)
  To: openembedded-core

Override UPDATERCD for nativesdk.
Without, update-rc.d is installed to /usr/sbin/update-rc.d
with meta-toolchain if nativesdk recipe inherits update-rc.d. An
example recipe for this is dbus.

Signed-off-by: Bernhard Guillon <Bernhard.Guillon@hale.at>
---
 meta/classes/update-rc.d.bbclass |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)

diff --git a/meta/classes/update-rc.d.bbclass b/meta/classes/update-rc.d.bbclass
index 492c5fb..304decf 100644
--- a/meta/classes/update-rc.d.bbclass
+++ b/meta/classes/update-rc.d.bbclass
@@ -3,6 +3,8 @@ UPDATERCPN ?= "${PN}"
 DEPENDS_append = " update-rc.d-native"
 UPDATERCD = "update-rc.d"
 UPDATERCD_virtclass-native = ""
+UPDATERCD_virtclass-nativesdk = ""
+
 RDEPENDS_${UPDATERCPN}_append = " ${UPDATERCD}"
 
 INITSCRIPT_PARAMS ?= "defaults"
-- 
1.7.1



--
Scanned by MailScanner.




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

end of thread, other threads:[~2011-12-16 16:20 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-12-15 15:35 [PATCH] update-rc.d.bbclass: override UPDATERCD for nativesdk Bernhard Guillon
2011-12-16 16:13 ` Richard Purdie

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