aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/kexecboot
diff options
context:
space:
mode:
authorAndrea Adami <andrea.adami@gmail.com>2010-07-22 01:41:50 +0200
committerAndrea Adami <andrea.adami@gmail.com>2010-07-22 01:41:50 +0200
commit558b08de67eea674f40de902f068eef3da0215b2 (patch)
treedadc4dba4683ec8bc0a96f7962cdc6a3ea0546d7 /recipes/kexecboot
parentae681cd212f487b4c38c3c6ef3513550f52c9621 (diff)
downloadopenembedded-558b08de67eea674f40de902f068eef3da0215b2.tar.gz
kexecboot: add runtime dependency on losetup (klibc-static)
Diffstat (limited to 'recipes/kexecboot')
-rw-r--r--recipes/kexecboot/kexecboot.inc2
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