diff options
author | Stanislav Brabec <utx@penguin.cz> | 2009-09-16 19:38:00 +0000 |
---|---|---|
committer | utx@penguin.cz <utx@penguin.cz> | 2009-09-16 19:38:00 +0000 |
commit | 70bd2a139ac0d278ed71a390c59e6e25d4848214 (patch) | |
tree | 1870df581d53324ce54b075e86d9831fd032eb93 | |
parent | 7081e345e4ff3ba1bfdca2484d6dae04a48af1a8 (diff) |
wget: Increase INC_PR to replace pre-INC_PR packages in feeds.
-rw-r--r-- | recipes/wget/wget.inc | 2 | ||||
-rw-r--r-- | recipes/wget/wget_1.11.4.bb | 2 | ||||
-rw-r--r-- | recipes/wget/wget_1.9.1.bb | 2 |
3 files changed, 3 insertions, 3 deletions
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 \ |