[oe-commits] Andrea Adami : kexecboot: sanitize recipe

git version control git at git.openembedded.org
Sat Jun 20 21:19:34 UTC 2009


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

Author: Andrea Adami <andrea.adami at gmail.com>
Date:   Sat Jun 20 23:14:10 2009 +0200

kexecboot: sanitize recipe
 - recipe_sanity: RDEPENDS should not be set, but is set to 'kexec-static'
 - Phil Blundell:"
 - In almost all cases the app ought to be setting RDEPENDS_${PN}, not
 - RDEPENDS.  Otherwise the documentation, debug data and suchlike will
 - end up getting the same dependency, which is seldom useful.
 - The same goes for most of the other R* variables."

---

 recipes/kexecboot/kexecboot.inc |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/recipes/kexecboot/kexecboot.inc b/recipes/kexecboot/kexecboot.inc
index 5f3f349..fdcbf55 100644
--- a/recipes/kexecboot/kexecboot.inc
+++ b/recipes/kexecboot/kexecboot.inc
@@ -1,7 +1,7 @@
 LICENSE = "GPL"
 
 DEPENDS = "klibc"
-RDEPENDS = "kexec-static"
+RDEPENDS_${PN} = "kexec-static"
 
 inherit autotools
 





More information about the Openembedded-commits mailing list