From: Stanislav Brabec Date: Wed, 16 Sep 2009 19:38:00 +0000 (+0000) Subject: wget: Increase INC_PR to replace pre-INC_PR packages in feeds. X-Git-Tag: Release-2010-05/1~2441 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=70bd2a139ac0d278ed71a390c59e6e25d4848214;p=openembedded.git wget: Increase INC_PR to replace pre-INC_PR packages in feeds. --- diff --git a/recipes/wget/wget.inc b/recipes/wget/wget.inc index 21814c8d66..21aa9369b8 100644 --- a/recipes/wget/wget.inc +++ b/recipes/wget/wget.inc @@ -1,7 +1,7 @@ DESCRIPTION = "A console URL download utility featuring HTTP, FTP, and more." SECTION = "console/network" DEPENDS = "" -INC_PR = "r7" +INC_PR = "r8" LICENSE = "GPL" S = "${WORKDIR}/wget-${PV}" diff --git a/recipes/wget/wget_1.11.4.bb b/recipes/wget/wget_1.11.4.bb index 4a20bab4e8..870e2a424a 100644 --- a/recipes/wget/wget_1.11.4.bb +++ b/recipes/wget/wget_1.11.4.bb @@ -1,4 +1,4 @@ -PR="${INC_PR}.1" +PR="${INC_PR}.0" DEFAULT_PREFERENCE="-1" SRC_URI = " \ diff --git a/recipes/wget/wget_1.9.1.bb b/recipes/wget/wget_1.9.1.bb index 50974ed87b..516cbef160 100644 --- a/recipes/wget/wget_1.9.1.bb +++ b/recipes/wget/wget_1.9.1.bb @@ -1,4 +1,4 @@ -PR = "${INC_PR}.1" +PR = "${INC_PR}.0" SRC_URI = " \ ${GNU_MIRROR}/wget/wget-${PV}.tar.gz \