diff options
| author | Richard Purdie <richard.purdie@linuxfoundation.org> | 2020-02-10 15:58:45 +0000 |
|---|---|---|
| committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2020-02-13 12:19:14 +0000 |
| commit | fea3f526762a0d99fb08e2df201cd94b2a721916 (patch) | |
| tree | 40992986c682949c1c6dfb539a3439852d4f2335 /meta/recipes-devtools/pkgconf | |
| parent | 0b032d39fa3c90d60c326c5568dcd1b3ac65aaa1 (diff) | |
| download | poky-fea3f526762a0d99fb08e2df201cd94b2a721916.tar.gz | |
pkgconf: Remove pointless DEFAULT_PREFERENCE
There is no other version of pkgconfig to have a preference against,
remove the unneeded variable.
(From OE-Core rev: 837cd3c0ee318ff22065b77c6cc72b4d50abbf27)
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-devtools/pkgconf')
| -rw-r--r-- | meta/recipes-devtools/pkgconf/pkgconf_1.6.3.bb | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/meta/recipes-devtools/pkgconf/pkgconf_1.6.3.bb b/meta/recipes-devtools/pkgconf/pkgconf_1.6.3.bb index 94bc112b9f..732ca2a034 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" | |||
| 8 | SECTION = "devel" | 8 | SECTION = "devel" |
| 9 | PROVIDES += "pkgconfig" | 9 | PROVIDES += "pkgconfig" |
| 10 | RPROVIDES_${PN} += "pkgconfig" | 10 | RPROVIDES_${PN} += "pkgconfig" |
| 11 | DEFAULT_PREFERENCE = "-1" | ||
| 12 | 11 | ||
| 13 | # The pkgconf license seems to be functionally equivalent to BSD-2-Clause or | 12 | # The pkgconf license seems to be functionally equivalent to BSD-2-Clause or |
| 14 | # ISC, but has different wording, so needs its own name. | 13 | # ISC, but has different wording, so needs its own name. |
