[oe-commits] [openembedded-core] 40/40: eudev: Add missing pkgconfig dependencies

git at git.openembedded.org git at git.openembedded.org
Tue Sep 13 14:20:31 UTC 2016


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

commit e1a97b83bb34c8021ac2127cc257981321fd8303
Author: Richard Purdie <richard.purdie at linuxfoundation.org>
AuthorDate: Tue Sep 13 14:56:48 2016 +0100

    eudev: Add missing pkgconfig dependencies
    
    Building eudev from scratch in an sstate build results in configure errors
    since the pkg-config macros can't be found. Add in a missing pkg-config
    dependency using the appropriate class to avoid such failures.
    
    Signed-off-by: Richard Purdie <richard.purdie at linuxfoundation.org>
---
 meta/recipes-core/udev/eudev_3.2.bb | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/meta/recipes-core/udev/eudev_3.2.bb b/meta/recipes-core/udev/eudev_3.2.bb
index 6270617..8e229fc 100644
--- a/meta/recipes-core/udev/eudev_3.2.bb
+++ b/meta/recipes-core/udev/eudev_3.2.bb
@@ -23,7 +23,7 @@ UPSTREAM_CHECK_URI = "https://github.com/gentoo/eudev/releases"
 SRC_URI[md5sum] = "9eb477cc8718db272b5d24dff1126b04"
 SRC_URI[sha256sum] = "37829d37f4beb7e358ca33abc1ad0907d87f917ce157777aeaeebeacae24efdc"
 
-inherit autotools update-rc.d qemu
+inherit autotools update-rc.d qemu pkgconfig
 
 EXTRA_OECONF = " \
     --sbindir=${base_sbindir} \

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


More information about the Openembedded-commits mailing list