Files
Martin Jansa 72a0b544bd webkit-efl: upgrade to new snapshot r164189
* update webkit-efl_svn to point to the same source and old isn't
  compatible with new efl
  http://sourceforge.net/p/enlightenment/mailman/message/32002633/
* restrict for armv7a, because upstream dropped support

Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2014-04-20 10:43:30 +02:00

23 lines
703 B
BlitzBasic

require ${BPN}.inc
SRCREV = "164189"
PV = "2.3.4+svnr${SRCPV}"
SRCREV_FORMAT = "source"
SRC_URI = "\
svn://svn.webkit.org/repository/webkit/trunk;module=Source;name=source;protocol=http;subdir=src \
svn://svn.webkit.org/repository/webkit/trunk/;module=WebKitLibraries;protocol=http;subdir=src \
svn://svn.webkit.org/repository/webkit/trunk/;module=Tools;protocol=http;subdir=src \
file://CMakeLists.txt \
file://0001-WebKitHelpers.cmake-Add-Wno-error-cast-align.patch \
file://0002-ARMAssembler.h-Don-t-generate-BKPT-and-BLX-for-armv4.patch \
file://0003-Fix-linking-issue.patch \
"
S = "${WORKDIR}/src"
do_configure_prepend() {
cp ${WORKDIR}/CMakeLists.txt ${S};
}