kexecboot: sanitize recipe
authorAndrea Adami <andrea.adami@gmail.com>
Sat, 20 Jun 2009 21:14:10 +0000 (23:14 +0200)
committerAndrea Adami <andrea.adami@gmail.com>
Sat, 20 Jun 2009 21:14:10 +0000 (23:14 +0200)
 - 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

index 5f3f349..fdcbf55 100644 (file)
@@ -1,7 +1,7 @@
 LICENSE = "GPL"
 
 DEPENDS = "klibc"
-RDEPENDS = "kexec-static"
+RDEPENDS_${PN} = "kexec-static"
 
 inherit autotools