diff options
author | Koen Kooi <koen@openembedded.org> | 2009-06-20 23:33:15 +0200 |
---|---|---|
committer | Koen Kooi <koen@openembedded.org> | 2009-06-20 23:33:15 +0200 |
commit | cf1b579d5801f6e4b01a927fb3eb7277b4e1579c (patch) | |
tree | a0b6eda225f4063e3025f810cbe1bc93d7995a8f | |
parent | 33f2b9be9db180fe4c3c873d944fb175a5ecf835 (diff) | |
parent | 88a723232bc43676679951c0b115a42daf032528 (diff) |
Merge branch 'org.openembedded.dev' of git@git.openembedded.org:openembedded into org.openembedded.dev
-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 |