]> code.ossystems Code Review - openembedded-core.git/commitdiff
pkgconf: Remove pointless DEFAULT_PREFERENCE
authorRichard Purdie <richard.purdie@linuxfoundation.org>
Mon, 10 Feb 2020 15:58:45 +0000 (15:58 +0000)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Thu, 13 Feb 2020 12:18:49 +0000 (12:18 +0000)
There is no other version of pkgconfig to have a preference against,
remove the unneeded variable.

Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/recipes-devtools/pkgconf/pkgconf_1.6.3.bb

index 94bc112b9fde65986a4c9d9e96df0e56b3976449..732ca2a0348105372ca0ba0d2713c2cef0083919 100644 (file)
@@ -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.