[oe-commits] Ross Burton : webkit-gtk: remove spurious install_prepend hack

git at git.openembedded.org git at git.openembedded.org
Wed Jul 18 13:31:46 UTC 2012


Module: openembedded-core.git
Branch: master
Commit: 03690060fe13e083723a572ec0438a1381e418db
URL:    http://git.openembedded.org/?p=openembedded-core.git&a=commit;h=03690060fe13e083723a572ec0438a1381e418db

Author: Ross Burton <ross.burton at intel.com>
Date:   Tue Jul 17 19:44:20 2012 +0100

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 <ross.burton at intel.com>
Signed-off-by: Saul Wold <sgw at linux.intel.com>

---

 meta/recipes-sato/webkit/webkit-gtk_1.8.1.bb |    4 ----
 1 files changed, 0 insertions(+), 4 deletions(-)

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 3cef0e4..180861e 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}
 }





More information about the Openembedded-commits mailing list