mirror of
http://code.qt.io/yocto/meta-qt6.git
synced 2026-01-04 16:10:12 +00:00
squish: add squish tools to PATH
Update profile.d file to include the squish bin folder into PATH. Fixes: QTBUG-135871 Change-Id: Ic9aa97078322c76690aa08b1ca1f441dac560369 Reviewed-by: Ari Parkkila <ari.parkkila@qt.io>
This commit is contained in:
parent
4d7c35d7ac
commit
2bea030247
|
|
@ -87,7 +87,10 @@ do_install() {
|
|||
fi
|
||||
|
||||
install -d ${D}${sysconfdir}/profile.d
|
||||
echo "export SQUISH_PREFIX=/opt/squish" > ${D}${sysconfdir}/profile.d/squish.sh
|
||||
cat > ${D}${sysconfdir}/profile.d/squish.sh <<EOF
|
||||
export SQUISH_PREFIX=/opt/squish
|
||||
export PATH="\$PATH:/opt/squish/bin"
|
||||
EOF
|
||||
}
|
||||
|
||||
FILES:${PN} += "\
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user