[OE-core] [PATCH 31/39] webkit-gtk: remove /usr/libexec since it's empty

Saul Wold sgw at linux.intel.com
Tue Jun 19 15:59:49 UTC 2012


This was discovered due to the package reorganization

Signed-off-by: Saul Wold <sgw at linux.intel.com>
---
 meta/recipes-sato/webkit/webkit-gtk_svn.bb |    6 +++++-
 1 files changed, 5 insertions(+), 1 deletions(-)

diff --git a/meta/recipes-sato/webkit/webkit-gtk_svn.bb b/meta/recipes-sato/webkit/webkit-gtk_svn.bb
index 716afce..7d0aae9 100644
--- a/meta/recipes-sato/webkit/webkit-gtk_svn.bb
+++ b/meta/recipes-sato/webkit/webkit-gtk_svn.bb
@@ -19,7 +19,7 @@ SRCREV_FORMAT = "source"
 
 SRCREV = "101488"
 PV = "1.7.2+svnr${SRCPV}"
-PR = "r5"
+PR = "r6"
 
 SRC_URI = "\
   svn://svn.webkit.org/repository/webkit/trunk/;module=Source;proto=http;name=source \
@@ -90,6 +90,10 @@ do_install_prepend() {
 	cp ${S}/Programs/.libs/jsc ${S}/Programs/jsc-1 || true
 }
 
+do_install_append() {
+	rmdir ${D}${libexecdir}
+}
+
 PACKAGES =+ "${PN}-webinspector ${PN}launcher-dbg ${PN}launcher libjavascriptcore"
 FILES_${PN}launcher = "${bindir}/GtkLauncher"
 FILES_${PN}launcher-dbg = "${bindir}/.debug/GtkLauncher"
-- 
1.7.7.6





More information about the Openembedded-core mailing list