git.openpandora.org
/
openembedded.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ae681cd
)
kexecboot: add runtime dependency on losetup (klibc-static)
author
Andrea Adami
<andrea.adami@gmail.com>
Wed, 21 Jul 2010 23:41:50 +0000
(
01:41
+0200)
committer
Andrea Adami
<andrea.adami@gmail.com>
Wed, 21 Jul 2010 23:41:50 +0000
(
01:41
+0200)
recipes/kexecboot/kexecboot.inc
patch
|
blob
|
history
diff --git
a/recipes/kexecboot/kexecboot.inc
b/recipes/kexecboot/kexecboot.inc
index
f3045f4
..
d565df8
100644
(file)
--- 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