diff options
author | Richard Purdie <richard.purdie@linuxfoundation.org> | 2012-07-20 16:53:54 +0100 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2012-07-22 11:42:23 +0100 |
commit | 308024306c6edc5f75a9ca02ec6498f6a8ff8bec (patch) | |
tree | 46c846c69f5941b9cbadab45add667dbe2975611 /meta/recipes-kernel | |
parent | e18ae61b60c620dd88883ba4a5336be19437b5ca (diff) | |
download | poky-308024306c6edc5f75a9ca02ec6498f6a8ff8bec.tar.gz |
kmod: Add missing DEPENDS on pkgconfig-native
Without this it can't reautoconf or run configure since it depends on pkg-config.
(From OE-Core rev: 7673cd498a50f59b0e2954341de0e8c6913d374f)
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-kernel')
-rw-r--r-- | meta/recipes-kernel/kmod/kmod.inc | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/meta/recipes-kernel/kmod/kmod.inc b/meta/recipes-kernel/kmod/kmod.inc index 4723ee3052..adba4d436d 100644 --- a/meta/recipes-kernel/kmod/kmod.inc +++ b/meta/recipes-kernel/kmod/kmod.inc | |||
@@ -10,6 +10,8 @@ SECTION = "base" | |||
10 | PV = "8" | 10 | PV = "8" |
11 | INC_PR = "r1" | 11 | INC_PR = "r1" |
12 | 12 | ||
13 | DEPENDS += "pkgconfig-native" | ||
14 | |||
13 | LIC_FILES_CHKSUM = "file://COPYING;md5=751419260aa954499f7abaabaa882bbe \ | 15 | LIC_FILES_CHKSUM = "file://COPYING;md5=751419260aa954499f7abaabaa882bbe \ |
14 | file://libkmod/COPYING;md5=a6f89e2100d9b6cdffcea4f398e37343 \ | 16 | file://libkmod/COPYING;md5=a6f89e2100d9b6cdffcea4f398e37343 \ |
15 | " | 17 | " |