diff options
Diffstat (limited to 'recipes')
-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 \ |