mirror of
git://git.yoctoproject.org/poky
synced 2026-08-15 16:51:07 +00:00
pkgconfig.bbclass: create proper directory
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@1900 311d38ba-8fff-0310-9ca6-ca027cbcb966
This commit is contained in:
parent
95be099de2
commit
8e5bf72f00
@ -22,7 +22,7 @@ def get_pkgconfig_mangle(d):
|
||||
do_stage_append () {
|
||||
for pc in `find ${S} -name '*.pc' -type f | grep -v -- '-uninstalled.pc$'`; do
|
||||
pcname=`basename $pc`
|
||||
install -d ${PKG_CONFIG_PATH}
|
||||
install -d ${PKG_CONFIG_DIR}
|
||||
cat $pc | sed ${@get_pkgconfig_mangle(d)} > ${PKG_CONFIG_DIR}/$pcname
|
||||
done
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user