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:52:09 +0100 |
commit | dbaa536c569d728f47f949fedbab165b73c9985d (patch) | |
tree | 57ba7387062d8f859676139fd0eb4d63cf29d404 /meta/recipes-kernel/kmod | |
parent | 877851cf0f76a5052900954670fb64aed27a7a1f (diff) | |
download | openembedded-core-dbaa536c569d728f47f949fedbab165b73c9985d.tar.gz openembedded-core-dbaa536c569d728f47f949fedbab165b73c9985d.tar.bz2 openembedded-core-dbaa536c569d728f47f949fedbab165b73c9985d.zip |
kmod: inherit pkgconfig
Instead of DEPENDS += "pkgconfig-native", inherit pkgconfig class which does
the same.
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+" LICENSE_libkmod = "LGPL-2.1+" SECTION = "base" -DEPENDS += "pkgconfig-native" - LIC_FILES_CHKSUM = "file://COPYING;md5=a6f89e2100d9b6cdffcea4f398e37343 \ file://libkmod/COPYING;md5=a6f89e2100d9b6cdffcea4f398e37343 \ " -inherit autotools gtk-doc +inherit autotools gtk-doc pkgconfig SRCREV = "65a885df5f6f15222b44fd695c5eaca17e837a14" # Lookout for PV bump too when SRCREV is changed |