mirror of
https://git.yoctoproject.org/poky
synced 2026-09-14 03:49:32 +02:00
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:
committed by
Richard Purdie
parent
d421d030c7
commit
30e52c5cf6
@@ -19,7 +19,7 @@ SRCREV_FORMAT = "source"
|
|||||||
|
|
||||||
SRCREV = "101488"
|
SRCREV = "101488"
|
||||||
PV = "1.7.2+svnr${SRCPV}"
|
PV = "1.7.2+svnr${SRCPV}"
|
||||||
PR = "r5"
|
PR = "r6"
|
||||||
|
|
||||||
SRC_URI = "\
|
SRC_URI = "\
|
||||||
svn://svn.webkit.org/repository/webkit/trunk/;module=Source;proto=http;name=source \
|
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
|
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"
|
PACKAGES =+ "${PN}-webinspector ${PN}launcher-dbg ${PN}launcher libjavascriptcore"
|
||||||
FILES_${PN}launcher = "${bindir}/GtkLauncher"
|
FILES_${PN}launcher = "${bindir}/GtkLauncher"
|
||||||
FILES_${PN}launcher-dbg = "${bindir}/.debug/GtkLauncher"
|
FILES_${PN}launcher-dbg = "${bindir}/.debug/GtkLauncher"
|
||||||
|
|||||||
Reference in New Issue
Block a user