From c0b6dd9b41279ff00c5a90e49108945a0fee9cdd Mon Sep 17 00:00:00 2001 From: Holger Hans Peter Freyther Date: Wed, 15 Oct 2008 10:56:42 +0200 Subject: bb files: Revert the introduction of FILE_PR This is a partial revert of aa03004ace2fabb135a6208ef8c2d2b312aa7b0b. The approach that was taken leads to disagreement and the change was pushed too early. DISTRO_PR is going to say and will be used inside the package creation. There will be more disucssion on the list about where to continue from here. --- packages/webkit/webkit-gtk_svn.bb | 2 +- packages/webkit/webkit-qt.inc | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'packages/webkit') diff --git a/packages/webkit/webkit-gtk_svn.bb b/packages/webkit/webkit-gtk_svn.bb index 2371d019e7..b78844fc53 100644 --- a/packages/webkit/webkit-gtk_svn.bb +++ b/packages/webkit/webkit-gtk_svn.bb @@ -5,7 +5,7 @@ SRCREV_FORMAT = "webcore-rwebkit" # Yes, this is wrong... PV = "0.1+svnr${SRCREV}" -FILE_PR = "r5" +PR = "r5" SRC_URI = "\ svn://svn.webkit.org/repository/webkit/trunk/;module=JavaScriptCore;proto=http \ diff --git a/packages/webkit/webkit-qt.inc b/packages/webkit/webkit-qt.inc index ab4c071f08..5522a7cf53 100644 --- a/packages/webkit/webkit-qt.inc +++ b/packages/webkit/webkit-qt.inc @@ -8,7 +8,7 @@ RDEPENDS += "openssl" require webkit.inc -FILE_PR = "r6" +PR = "r6" SRC_URI += " file://qt-api-changes.diff;patch=0;pnum=0 \ file://qtwebkit-use-image-decoders.patch;patch=0 " -- cgit v1.2.3