Openembedded Core Discussions
 help / color / mirror / Atom feed
* [PATCH] image: Add kmod-native to DEPENDS
@ 2014-01-20 15:31 Phil Blundell
  2014-01-20 15:35 ` Paul Eggleton
  0 siblings, 1 reply; 2+ messages in thread
From: Phil Blundell @ 2014-01-20 15:31 UTC (permalink / raw)
  To: oe-core

We will run depmod so we need it to be in the sysroot.  (We do depend on
depmodwrapper-cross already but this doesn't have any dependency on
depmod itself.)

SIgned-off-by: Phil Blundell <pb@pbcl.net>
---
 meta/classes/image.bbclass | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/meta/classes/image.bbclass b/meta/classes/image.bbclass
index a954b69..1c8ad28 100644
--- a/meta/classes/image.bbclass
+++ b/meta/classes/image.bbclass
@@ -10,7 +10,7 @@ inherit gzipnative
 
 LICENSE = "MIT"
 PACKAGES = ""
-DEPENDS += "${MLPREFIX}qemuwrapper-cross ${MLPREFIX}depmodwrapper-cross"
+DEPENDS += "${MLPREFIX}qemuwrapper-cross ${MLPREFIX}depmodwrapper-cross kmod-native"
 RDEPENDS += "${PACKAGE_INSTALL} ${LINGUAS_INSTALL}"
 RRECOMMENDS += "${PACKAGE_INSTALL_ATTEMPTONLY}"
 
-- 
1.8.4.3





^ permalink raw reply related	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2014-01-20 15:35 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-01-20 15:31 [PATCH] image: Add kmod-native to DEPENDS Phil Blundell
2014-01-20 15:35 ` Paul Eggleton

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox