diff options
author | Maxin B. John <maxin.john@intel.com> | 2016-09-08 18:46:52 +0300 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2016-09-09 11:53:36 +0100 |
commit | 04554443e48daebae6f622cf1b50c323a712f557 (patch) | |
tree | d1cfc2e0f7e4670efa09be52c6f5825cd13536ae /meta/recipes-kernel/kmod | |
parent | e292f77d54d6a5fb412e89800dd9196fc9342a85 (diff) | |
download | poky-04554443e48daebae6f622cf1b50c323a712f557.tar.gz |
kmod: inherit pkgconfig
Instead of DEPENDS += "pkgconfig-native", inherit pkgconfig class which does
the same.
(From OE-Core rev: dbaa536c569d728f47f949fedbab165b73c9985d)
Signed-off-by: Maxin B. John <maxin.john@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-kernel/kmod')
-rw-r--r-- | meta/recipes-kernel/kmod/kmod.inc | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/meta/recipes-kernel/kmod/kmod.inc b/meta/recipes-kernel/kmod/kmod.inc index 99c4a8f241..eeacb9a679 100644 --- a/meta/recipes-kernel/kmod/kmod.inc +++ b/meta/recipes-kernel/kmod/kmod.inc | |||
@@ -9,12 +9,10 @@ LICENSE = "GPL-2.0+ & LGPL-2.1+" | |||
9 | LICENSE_libkmod = "LGPL-2.1+" | 9 | LICENSE_libkmod = "LGPL-2.1+" |
10 | SECTION = "base" | 10 | SECTION = "base" |
11 | 11 | ||
12 | DEPENDS += "pkgconfig-native" | ||
13 | |||
14 | LIC_FILES_CHKSUM = "file://COPYING;md5=a6f89e2100d9b6cdffcea4f398e37343 \ | 12 | LIC_FILES_CHKSUM = "file://COPYING;md5=a6f89e2100d9b6cdffcea4f398e37343 \ |
15 | file://libkmod/COPYING;md5=a6f89e2100d9b6cdffcea4f398e37343 \ | 13 | file://libkmod/COPYING;md5=a6f89e2100d9b6cdffcea4f398e37343 \ |
16 | " | 14 | " |
17 | inherit autotools gtk-doc | 15 | inherit autotools gtk-doc pkgconfig |
18 | 16 | ||
19 | SRCREV = "65a885df5f6f15222b44fd695c5eaca17e837a14" | 17 | SRCREV = "65a885df5f6f15222b44fd695c5eaca17e837a14" |
20 | # Lookout for PV bump too when SRCREV is changed | 18 | # Lookout for PV bump too when SRCREV is changed |