mirror of
https://git.yoctoproject.org/poky
synced 2026-05-08 17:19:20 +00:00
x11perf: make x11perfcomp a mulitlib script
x11perfcomp encodes the library paths in the script. (From OE-Core rev: 2c7d8251a56a73a94c1f868e33eeee197c5ffa57) Signed-off-by: Jeremy A. Puhlman <jpuhlman@mvista.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
committed by
Richard Purdie
parent
4df2beeeb4
commit
1598d27fcc
@@ -13,6 +13,10 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=428ca4d67a41fcd4fc3283dce9bbda7e \
|
||||
|
||||
PE = "1"
|
||||
|
||||
inherit multilib_script
|
||||
|
||||
MULTILIB_SCRIPTS = "${PN}:${bindir}/x11perfcomp"
|
||||
|
||||
do_install_append_class-target () {
|
||||
sed -i -e 's:${HOSTTOOLS_DIR}/::g' ${D}${bindir}/x11perfcomp
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user