diff options
author | Ming Liu <peter.x.liu@external.atlascopco.com> | 2017-05-16 13:23:18 +0200 |
---|---|---|
committer | Martin Jansa <Martin.Jansa@gmail.com> | 2017-05-23 15:59:14 +0200 |
commit | acbbd49577d049bf049a5c27e75777cdc2ad3c66 (patch) | |
tree | 5d0ad6e6383aa1734a8d100f95713f37b8abbdd7 /meta-python/recipes-devtools/python/python-matplotlib | |
parent | e231deaa5aacc88a8862e95037ce39d6e49a7220 (diff) | |
download | meta-openembedded-acbbd49577d049bf049a5c27e75777cdc2ad3c66.tar.gz |
xerces-c: fix a wrong PACKAGECONFIG option
In xerces-c's configure, these options is being referred as follows:
......
curl_flags="-I$with_curl/include"
curl_libs="-L$with_curl/lib -lcurl"
icu_flags="-I$with_icu/include"
icu_libs="-L$with_icu/lib -licuuc -licudata"
......
so they shouldn't be set to ${STAGING_DIR}, use
${STAGING_DIR_TARGET}${prefix} instead.
Signed-off-by: Ming Liu <peter.x.liu@external.atlascopco.com>
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Diffstat (limited to 'meta-python/recipes-devtools/python/python-matplotlib')
0 files changed, 0 insertions, 0 deletions