diff options
author | Jeremy A. Puhlman <jpuhlman@mvista.com> | 2020-02-14 20:42:53 -0800 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2020-02-15 22:42:13 +0000 |
commit | 1598d27fcc230441187292821c07094b90e83290 (patch) | |
tree | ddb32c58f28c296cb389494e6a08c044c6737b4d /meta | |
parent | 4df2beeeb48d06327ae706d286e1b0842cf0f0ce (diff) | |
download | poky-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')
-rw-r--r-- | meta/recipes-graphics/xorg-app/x11perf_1.6.1.bb | 4 |
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 | ||
14 | PE = "1" | 14 | PE = "1" |
15 | 15 | ||
16 | inherit multilib_script | ||
17 | |||
18 | MULTILIB_SCRIPTS = "${PN}:${bindir}/x11perfcomp" | ||
19 | |||
16 | do_install_append_class-target () { | 20 | do_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 | } |