From: Ross Burton Date: Tue, 17 Jul 2012 18:44:20 +0000 (+0100) Subject: webkit-gtk: remove spurious install_prepend hack X-Git-Tag: lucaceresoli/bug-15201-perf-libtraceevent-missing~40772 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=03690060fe13e083723a572ec0438a1381e418db;p=thirdparty%2Fopenembedded%2Fopenembedded-core-contrib.git webkit-gtk: remove spurious install_prepend hack This "fix" causes an (ignored) error now, so at some point it was fixed. Signed-off-by: Ross Burton Signed-off-by: Saul Wold --- diff --git a/meta/recipes-sato/webkit/webkit-gtk_1.8.1.bb b/meta/recipes-sato/webkit/webkit-gtk_1.8.1.bb index 3cef0e48fa7..180861ee45a 100644 --- a/meta/recipes-sato/webkit/webkit-gtk_1.8.1.bb +++ b/meta/recipes-sato/webkit/webkit-gtk_1.8.1.bb @@ -78,10 +78,6 @@ do_configure_append() { done } -do_install_prepend() { - cp ${S}/Programs/.libs/jsc ${S}/Programs/jsc-1 || true -} - do_install_append() { rmdir ${D}${libexecdir} }