diff options
author | Andrea Adami <andrea.adami@gmail.com> | 2010-07-22 01:41:50 +0200 |
---|---|---|
committer | Andrea Adami <andrea.adami@gmail.com> | 2010-07-22 01:41:50 +0200 |
commit | 558b08de67eea674f40de902f068eef3da0215b2 (patch) | |
tree | dadc4dba4683ec8bc0a96f7962cdc6a3ea0546d7 /recipes/kexecboot/kexecboot.inc | |
parent | ae681cd212f487b4c38c3c6ef3513550f52c9621 (diff) |
kexecboot: add runtime dependency on losetup (klibc-static)
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..d565df8731 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-static klibc-utils-static-losetup" # The binary itself is not machine-specific # but the EXTRA_OECONF overrides have this effect |