aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/kexecboot
diff options
context:
space:
mode:
authorAndrea Adami <andrea.adami@gmail.com>2009-06-20 23:14:10 +0200
committerAndrea Adami <andrea.adami@gmail.com>2009-06-20 23:14:10 +0200
commit88a723232bc43676679951c0b115a42daf032528 (patch)
tree05860d1e628af686be1ec3d89430a0d418b8f2f5 /recipes/kexecboot
parentc37cfc7c523a3765807efaa827d78b9d4f3729e2 (diff)
downloadopenembedded-88a723232bc43676679951c0b115a42daf032528.tar.gz
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."
Diffstat (limited to 'recipes/kexecboot')
-rw-r--r--recipes/kexecboot/kexecboot.inc2
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes/kexecboot/kexecboot.inc b/recipes/kexecboot/kexecboot.inc
index 5f3f34948e..fdcbf55621 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