From: Andrea Adami Date: Wed, 21 Jul 2010 23:41:50 +0000 (+0200) Subject: kexecboot: add runtime dependency on losetup (klibc-static) X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=558b08de67eea674f40de902f068eef3da0215b2;p=openembedded.git kexecboot: add runtime dependency on losetup (klibc-static) --- 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