kexecboot: add runtime dependency on losetup (klibc-static)
authorAndrea Adami <andrea.adami@gmail.com>
Wed, 21 Jul 2010 23:41:50 +0000 (01:41 +0200)
committerAndrea Adami <andrea.adami@gmail.com>
Wed, 21 Jul 2010 23:41:50 +0000 (01:41 +0200)
recipes/kexecboot/kexecboot.inc

index f3045f4..d565df8 100644 (file)
@@ -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