[oe-commits] [openembedded-core] 02/02: default-providers: Add entries for pkgconfig (due to pkg-conf being added)

git at git.openembedded.org git at git.openembedded.org
Thu Aug 24 12:49:02 UTC 2017


This is an automated email from the git hooks/post-receive script.

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

commit a8b89b3cf58fd3bc6c8f0cd3fd93a552818bc040
Author: Richard Purdie <richard.purdie at linuxfoundation.org>
AuthorDate: Thu Aug 24 13:12:37 2017 +0100

    default-providers: Add entries for pkgconfig (due to pkg-conf being added)
    
    This silences warnings generated after pkg-conf was added as an alternative
    pkgconfig provider.
    
    Signed-off-by: Richard Purdie <richard.purdie at linuxfoundation.org>
---
 meta/conf/distro/include/default-providers.inc | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/meta/conf/distro/include/default-providers.inc b/meta/conf/distro/include/default-providers.inc
index e1cb2f9..f54fdcd 100644
--- a/meta/conf/distro/include/default-providers.inc
+++ b/meta/conf/distro/include/default-providers.inc
@@ -53,3 +53,6 @@ PREFERRED_PROVIDER_getopt ?= "util-linux-getopt"
 PREFERRED_PROVIDER_openssl ?= "openssl"
 PREFERRED_PROVIDER_openssl-native ?= "openssl-native"
 PREFERRED_PROVIDER_nativesdk-openssl ?= "nativesdk-openssl"
+PREFERRED_PROVIDER_pkgconfig ?= "pkgconfig"
+PREFERRED_PROVIDER_nativesdk-pkgconfig ?= "nativesdk-pkgconfig"
+PREFERRED_PROVIDER_pkgconfig-native ?= "pkgconfig-native"

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


More information about the Openembedded-commits mailing list