diff options
author | Andrea Adami <andrea.adami@gmail.com> | 2009-06-20 23:14:10 +0200 |
---|---|---|
committer | Andrea Adami <andrea.adami@gmail.com> | 2009-06-20 23:14:10 +0200 |
commit | 88a723232bc43676679951c0b115a42daf032528 (patch) | |
tree | 05860d1e628af686be1ec3d89430a0d418b8f2f5 /recipes/kexecboot | |
parent | c37cfc7c523a3765807efaa827d78b9d4f3729e2 (diff) |
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.inc | 2 |
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 |