diff options
-rw-r--r-- | meta/recipes-devtools/pkgconfig/pkgconfig.inc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-devtools/pkgconfig/pkgconfig.inc b/meta/recipes-devtools/pkgconfig/pkgconfig.inc index 62c886fce1..c4ada808ab 100644 --- a/meta/recipes-devtools/pkgconfig/pkgconfig.inc +++ b/meta/recipes-devtools/pkgconfig/pkgconfig.inc | |||
@@ -35,7 +35,7 @@ FILES_${PN} += "${datadir}/aclocal/pkg.m4" | |||
35 | # When using the RPM generated automatic package dependencies, some packages | 35 | # When using the RPM generated automatic package dependencies, some packages |
36 | # will end up requiring 'pkgconfig(pkg-config)'. Allow this behavior by | 36 | # will end up requiring 'pkgconfig(pkg-config)'. Allow this behavior by |
37 | # specifying an appropriate provide. | 37 | # specifying an appropriate provide. |
38 | RPROVIDES_${PN} += "pkgconfig(pkg-config) (= ${PV})" | 38 | RPROVIDES_${PN} += "pkgconfig(pkg-config)" |
39 | 39 | ||
40 | # Install a pkg-config-native wrapper that will use the native sysroot instead | 40 | # Install a pkg-config-native wrapper that will use the native sysroot instead |
41 | # of the MACHINE sysroot, for using pkg-config when building native tools. | 41 | # of the MACHINE sysroot, for using pkg-config when building native tools. |