[oe-commits] Henning Heinold : update-rc.d.bbclass: set RDEPENDS_${PN} to nothing for virtclass-native

git version control git at git.openembedded.org
Sun Feb 6 23:00:46 UTC 2011


Module: openembedded.git
Branch: org.openembedded.dev
Commit: fa3c3599d709da712e5ebe8bd2a93d9c392e291e
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=fa3c3599d709da712e5ebe8bd2a93d9c392e291e

Author: Henning Heinold <heinold at inf.fu-berlin.de>
Date:   Sun Feb  6 23:54:19 2011 +0100

update-rc.d.bbclass: set RDEPENDS_${PN} to nothing for virtclass-native

---

 classes/update-rc.d.bbclass |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/classes/update-rc.d.bbclass b/classes/update-rc.d.bbclass
index b0314ab..8cd4afc 100644
--- a/classes/update-rc.d.bbclass
+++ b/classes/update-rc.d.bbclass
@@ -1,5 +1,6 @@
 DEPENDS_append = " update-rc.d update-rc.d-native"
 RDEPENDS_${PN}_append = " ${@base_conditional("ONLINE_PACKAGE_MANAGEMENT", "none", "", "update-rc.d", d)}"
+RDEPENDS_${PN}_virtclass-native = ""
 
 INITSCRIPT_PARAMS ?= "defaults"
 





More information about the Openembedded-commits mailing list