On Tue, Dec 29, 2009 at 17:46, Tom Hacohen <[email protected]> wrote: > On Tue, Dec 29, 2009 at 6:13 PM, Sebastian Krzyszkowiak > <[email protected]> wrote: >> >> --- >> recipes/webkit/webkit-efl_git.bb | 4 ++-- >> 1 files changed, 2 insertions(+), 2 deletions(-) >> >> diff --git a/recipes/webkit/webkit-efl_git.bb >> b/recipes/webkit/webkit-efl_git.bb >> index 6dca9e0..0fd4b0c 100644 >> --- a/recipes/webkit/webkit-efl_git.bb >> +++ b/recipes/webkit/webkit-efl_git.bb >> @@ -5,7 +5,7 @@ DEPENDS = "icu flex gst-plugins-base gstreamer jpeg libpng >> libxml2 pango \ >> sqlite3 libxslt gperf-native libxt" >> >> PV = "1.1.11+gitr${SRCREV}" >> -PR = "r1" >> +PR = "r2" >> >> SRC_URI = >> "git://gitorious.org/webkit-efl/webkit-efl.git;protocol=git;branch=master" >> >> @@ -17,5 +17,5 @@ EXTRA_OECONF = "--disable-video --host=${TARGET_SYS} >> --with-port=efl --enable-we >> >> PACKAGES =+ "${PN}-webinspector" >> >> -FILES_${PN} += "${datadir}/webkit-1.0/resources/error.html >> ${datadir}/webkit-1.0/theme/default.edj" >> +FILES_${PN} += "${datadir}/webkit-1.0/theme/default.edj" >> FILES_${PN}-webinspector = "${datadir}/webkit-1.0/webinspector/" >> -- >> 1.6.5.4 >> >> _______________________________________________ > > That's not the best fix around :P > What happens if you install webkit-efl and *not* webkit gtk? you won't have > an error page :| > > > -- > Tom. >
Who cares about error page? :P I just wanted to bump PR to have e17 libs linking fixed, then I noticed this line in bb file and added that to patch ;) -- Sebastian Krzyszkowiak dos _______________________________________________ Shr-devel mailing list [email protected] http://lists.shr-project.org/mailman/listinfo/shr-devel
