diff options
author | Jeremy A. Puhlman <jpuhlman@mvista.com> | 2020-02-14 20:42:52 -0800 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2020-02-15 22:42:13 +0000 |
commit | 4df2beeeb48d06327ae706d286e1b0842cf0f0ce (patch) | |
tree | 7cbb845f1d039e22b6bb5cc2551cee1e4a982f20 /meta/recipes-devtools/subversion | |
parent | 425e235a7335c64fb53162bebe42d0f97a2f8b1d (diff) | |
download | poky-4df2beeeb48d06327ae706d286e1b0842cf0f0ce.tar.gz |
subversion: move pkgconfig files in to libdir
All of the .pc files contain the path to ${libdir} which fails
in a multilib rpm image.
(From OE-Core rev: c96c56476fe9025884c7ea96f15f41694a6908fe)
Signed-off-by: Jeremy A. Puhlman <jpuhlman@mvista.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-devtools/subversion')
-rw-r--r-- | meta/recipes-devtools/subversion/subversion_1.13.0.bb | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/meta/recipes-devtools/subversion/subversion_1.13.0.bb b/meta/recipes-devtools/subversion/subversion_1.13.0.bb index 9c1281a63e..6879f1249f 100644 --- a/meta/recipes-devtools/subversion/subversion_1.13.0.bb +++ b/meta/recipes-devtools/subversion/subversion_1.13.0.bb | |||
@@ -37,6 +37,8 @@ EXTRA_OECONF = " \ | |||
37 | ac_cv_path_RUBY=none \ | 37 | ac_cv_path_RUBY=none \ |
38 | " | 38 | " |
39 | 39 | ||
40 | EXTRA_OEMAKE += "pkgconfig_dir=${libdir}/pkgconfig" | ||
41 | |||
40 | acpaths = "-I build/ -I build/ac-macros/" | 42 | acpaths = "-I build/ -I build/ac-macros/" |
41 | 43 | ||
42 | CPPFLAGS += "-P" | 44 | CPPFLAGS += "-P" |