mirror of
https://git.yoctoproject.org/poky
synced 2026-05-30 12:29:55 +00:00
webkit-gtk: fix packaging
Somewhere in the past webkit changed from webkit-x to webkitgtk-x but the person updating the recipe didn't catch that (From OE-Core rev: f69d1d68f9cc743d6bf4a263070350fd8dad5f4a) Signed-off-by: Koen Kooi <koen@dominion.thruhere.net> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
committed by
Richard Purdie
parent
f830c94e75
commit
fee83eb6ff
@@ -14,7 +14,7 @@ SRCREV_FORMAT = "webcore-rwebkit"
|
|||||||
|
|
||||||
SRCREV = "72836"
|
SRCREV = "72836"
|
||||||
PV = "1.3.7+svnr${SRCPV}"
|
PV = "1.3.7+svnr${SRCPV}"
|
||||||
PR = "r1"
|
PR = "r2"
|
||||||
|
|
||||||
SRC_URI = "\
|
SRC_URI = "\
|
||||||
svn://svn.webkit.org/repository/webkit/trunk/;module=JavaScriptCore;proto=http \
|
svn://svn.webkit.org/repository/webkit/trunk/;module=JavaScriptCore;proto=http \
|
||||||
@@ -71,8 +71,9 @@ PACKAGES =+ "${PN}-webinspector ${PN}launcher-dbg ${PN}launcher libjavascriptcor
|
|||||||
FILES_${PN}launcher = "${bindir}/GtkLauncher"
|
FILES_${PN}launcher = "${bindir}/GtkLauncher"
|
||||||
FILES_${PN}launcher-dbg = "${bindir}/.debug/GtkLauncher"
|
FILES_${PN}launcher-dbg = "${bindir}/.debug/GtkLauncher"
|
||||||
FILES_libjavascriptcore = "${libdir}/libJavaScriptCore.so.*"
|
FILES_libjavascriptcore = "${libdir}/libJavaScriptCore.so.*"
|
||||||
FILES_${PN}-webinspector = "${datadir}/webkit-1.0/webinspector/"
|
FILES_${PN}-webinspector = "${datadir}/webkitgtk-*/webinspector/"
|
||||||
FILES_${PN} += "${datadir}/webkit-1.0/resources/error.html ${datadir}/webkit-1.0/images"
|
FILES_${PN} += "${datadir}/webkit-*/resources/error.html \
|
||||||
|
${datadir}/webkitgtk-*/images \
|
||||||
|
${datadir}/glib-2.0/schemas"
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user