diff options
author | Andrea Adami <andrea.adami@gmail.com> | 2010-08-19 23:25:47 +0200 |
---|---|---|
committer | Andrea Adami <andrea.adami@gmail.com> | 2010-08-19 23:27:30 +0200 |
commit | e531bb9f91e4969fabdad806e72d4da29fc6fa3f (patch) | |
tree | 0a837bf882f7b219b35670bd922d9f9772c354b3 /recipes/kexecboot/kexecboot.inc | |
parent | a3a8cadc1fcf4562f1978b31ba3728b695531ff0 (diff) |
kexecboot: follow kexec-tools-klibc renaming. Bump PR.
Diffstat (limited to 'recipes/kexecboot/kexecboot.inc')
-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 f3045f46f6..2d1b51878f 100644 --- a/recipes/kexecboot/kexecboot.inc +++ b/recipes/kexecboot/kexecboot.inc @@ -1,7 +1,7 @@ LICENSE = "GPL" DEPENDS = "klibc" -RDEPENDS_${PN} = "kexec-klibc-static" +RDEPENDS_${PN} = "kexec-klibc" # The binary itself is not machine-specific # but the EXTRA_OECONF overrides have this effect |