[oe-commits] Andrea Adami : kexecboot: add runtime dependency on losetup (klibc-static)

git version control git at git.openembedded.org
Wed Jul 21 23:47:04 UTC 2010


Module: openembedded.git
Branch: org.openembedded.dev
Commit: 558b08de67eea674f40de902f068eef3da0215b2
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=558b08de67eea674f40de902f068eef3da0215b2

Author: Andrea Adami <andrea.adami at gmail.com>
Date:   Thu Jul 22 01:41:50 2010 +0200

kexecboot: add runtime dependency on losetup (klibc-static)

---

 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 f3045f4..d565df8 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 





More information about the Openembedded-commits mailing list