[oe-commits] [openembedded-core] branch master-next updated: pkgconf: Remove pointless DEFAULT_PREFERENCE

git at git.openembedded.org git at git.openembedded.org
Tue Feb 11 23:06:00 UTC 2020


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

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

The following commit(s) were added to refs/heads/master-next by this push:
     new b5f8ba5  pkgconf: Remove pointless DEFAULT_PREFERENCE
b5f8ba5 is described below

commit b5f8ba5d79311cc18eec6f2012fa06aacb4843c0
Author: Richard Purdie <richard.purdie at linuxfoundation.org>
AuthorDate: Mon Feb 10 15:58:45 2020 +0000

    pkgconf: Remove pointless DEFAULT_PREFERENCE
    
    There is no other version of pkgconfig to have a preference against,
    remove the unneeded variable.
    
    Signed-off-by: Richard Purdie <richard.purdie at linuxfoundation.org>
---
 meta/recipes-devtools/pkgconf/pkgconf_1.6.3.bb | 1 -
 1 file changed, 1 deletion(-)

diff --git a/meta/recipes-devtools/pkgconf/pkgconf_1.6.3.bb b/meta/recipes-devtools/pkgconf/pkgconf_1.6.3.bb
index 94bc112..732ca2a 100644
--- a/meta/recipes-devtools/pkgconf/pkgconf_1.6.3.bb
+++ b/meta/recipes-devtools/pkgconf/pkgconf_1.6.3.bb
@@ -8,7 +8,6 @@ BUGTRACKER = "https://github.com/pkgconf/pkgconf/issues"
 SECTION = "devel"
 PROVIDES += "pkgconfig"
 RPROVIDES_${PN} += "pkgconfig"
-DEFAULT_PREFERENCE = "-1"
 
 # The pkgconf license seems to be functionally equivalent to BSD-2-Clause or
 # ISC, but has different wording, so needs its own name.

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


More information about the Openembedded-commits mailing list