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>
This commit is contained in:
Jeremy A. Puhlman
2020-02-14 20:42:52 -08:00
committed by Richard Purdie
parent 425e235a73
commit 4df2beeeb4

View File

@@ -37,6 +37,8 @@ EXTRA_OECONF = " \
ac_cv_path_RUBY=none \
"
EXTRA_OEMAKE += "pkgconfig_dir=${libdir}/pkgconfig"
acpaths = "-I build/ -I build/ac-macros/"
CPPFLAGS += "-P"