[oe-commits] [openembedded-core] 04/07: kmod: inherit pkgconfig

git at git.openembedded.org git at git.openembedded.org
Thu Sep 8 22:10:48 UTC 2016


rpurdie pushed a commit to branch master-next
in repository openembedded-core.

commit 4e01ac0c0217a9722c5960c922210987fa6c7522
Author: Maxin B. John <maxin.john at intel.com>
AuthorDate: Thu Sep 8 18:46:52 2016 +0300

    kmod: inherit pkgconfig
    
    Instead of DEPENDS += "pkgconfig-native", inherit pkgconfig class which does
    the same.
    
    Signed-off-by: Maxin B. John <maxin.john at intel.com>
    Signed-off-by: Richard Purdie <richard.purdie at linuxfoundation.org>
---
 meta/recipes-kernel/kmod/kmod.inc | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/meta/recipes-kernel/kmod/kmod.inc b/meta/recipes-kernel/kmod/kmod.inc
index d4c7b18..166b3f0 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

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the Openembedded-commits mailing list