mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-07-15 16:07:26 +00:00
72a0b544bd
* 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>
23 lines
703 B
BlitzBasic
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};
|
|
}
|