summaryrefslogtreecommitdiffstats
path: root/meta/recipes-graphics
diff options
context:
space:
mode:
authorJeremy A. Puhlman <jpuhlman@mvista.com>2020-02-14 20:42:53 -0800
committerRichard Purdie <richard.purdie@linuxfoundation.org>2020-02-15 22:42:13 +0000
commit1598d27fcc230441187292821c07094b90e83290 (patch)
treeddb32c58f28c296cb389494e6a08c044c6737b4d /meta/recipes-graphics
parent4df2beeeb48d06327ae706d286e1b0842cf0f0ce (diff)
downloadpoky-1598d27fcc230441187292821c07094b90e83290.tar.gz
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>
Diffstat (limited to 'meta/recipes-graphics')
-rw-r--r--meta/recipes-graphics/xorg-app/x11perf_1.6.1.bb4
1 files changed, 4 insertions, 0 deletions
diff --git a/meta/recipes-graphics/xorg-app/x11perf_1.6.1.bb b/meta/recipes-graphics/xorg-app/x11perf_1.6.1.bb
index 33c0c8a95c..c4d443bfb9 100644
--- a/meta/recipes-graphics/xorg-app/x11perf_1.6.1.bb
+++ b/meta/recipes-graphics/xorg-app/x11perf_1.6.1.bb
@@ -13,6 +13,10 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=428ca4d67a41fcd4fc3283dce9bbda7e \
13 13
14PE = "1" 14PE = "1"
15 15
16inherit multilib_script
17
18MULTILIB_SCRIPTS = "${PN}:${bindir}/x11perfcomp"
19
16do_install_append_class-target () { 20do_install_append_class-target () {
17 sed -i -e 's:${HOSTTOOLS_DIR}/::g' ${D}${bindir}/x11perfcomp 21 sed -i -e 's:${HOSTTOOLS_DIR}/::g' ${D}${bindir}/x11perfcomp
18} 22}