Openembedded Core Discussions
 help / color / mirror / Atom feed
* kmod: Add missing DEPENDS on pkgconfig-native
@ 2012-07-20 15:53 Richard Purdie
  0 siblings, 0 replies; only message in thread
From: Richard Purdie @ 2012-07-20 15:53 UTC (permalink / raw)
  To: openembedded-core

Without this it can't reautoconf or run configure since it depends on pkg-config.

Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
---
diff --git a/meta/recipes-kernel/kmod/kmod.inc b/meta/recipes-kernel/kmod/kmod.inc
index 4723ee3..adba4d4 100644
--- a/meta/recipes-kernel/kmod/kmod.inc
+++ b/meta/recipes-kernel/kmod/kmod.inc
@@ -10,6 +10,8 @@ SECTION = "base"
 PV = "8"
 INC_PR = "r1"
 
+DEPENDS += "pkgconfig-native"
+
 LIC_FILES_CHKSUM = "file://COPYING;md5=751419260aa954499f7abaabaa882bbe \
                     file://libkmod/COPYING;md5=a6f89e2100d9b6cdffcea4f398e37343 \
                    "





^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2012-07-20 16:05 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-07-20 15:53 kmod: Add missing DEPENDS on pkgconfig-native Richard Purdie

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