webkit-gtk: remove /usr/libexec since it's empty

This was discovered due to the package reorganization

(From OE-Core rev: be98b49552e2256b5278e795cdf69245b9559da6)

Signed-off-by: Saul Wold <sgw@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
Saul Wold 2012-06-06 22:14:28 -07:00 committed by Richard Purdie
parent d421d030c7
commit 30e52c5cf6
1 changed files with 5 additions and 1 deletions

View File

@ -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"