]> code.ossystems Code Review - openembedded-core.git/commitdiff
x11perf: improve reproducibility
authorJuro Bystricky <juro.bystricky@intel.com>
Thu, 16 Nov 2017 19:48:49 +0000 (11:48 -0800)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Wed, 29 Nov 2017 23:41:36 +0000 (23:41 +0000)
Remove build host refeences.

Signed-off-by: Juro Bystricky <juro.bystricky@intel.com>
Signed-off-by: Ross Burton <ross.burton@intel.com>
meta/recipes-graphics/xorg-app/x11perf_1.6.0.bb

index 4e9355880de27d66718eb06396d03ebd8bc08277..a06aa269b63824c23696ce981d76f3634dd2316e 100644 (file)
@@ -13,6 +13,10 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=428ca4d67a41fcd4fc3283dce9bbda7e \
 
 PE = "1"
 
+do_install_append_class-target () {
+    sed -i -e 's:${HOSTTOOLS_DIR}/::g' ${D}${bindir}/x11perfcomp
+}
+
 FILES_${PN} += "${libdir}/X11/x11perfcomp/*"
 
 SRC_URI[md5sum] = "f0b24e4d8beb622a419e8431e1c03cd7"