summaryrefslogtreecommitdiff
path: root/recipes/webkit/qtwebkit-e_2.2.bb
blob: 9557a183925224df09b89e8b1fd9193d20bcb284 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
inherit qt4e
require qtwebkit.inc

PR = "${INC_PR}.0"

SRC_URI = " \
        http://pkgs.fedoraproject.org/repo/pkgs/qtwebkit/qtwebkit-2.2.0-rc1.tar.xz/5c1581052ad5bb7aed07a1798a340061/qtwebkit-2.2.0-rc1.tar.xz \
        file://0001-Qt-Fix-build-with-QT_LIBINFIX.patch;patch=1 \
        file://qtwebkit_vuplus.patch;patch=1 \
"

S = "${WORKDIR}/webkit-qtwebkit"