[oe-commits] Stanislav Brabec : wget: Increase INC_PR to replace pre-INC_PR packages in feeds.

git version control git at git.openembedded.org
Wed Sep 16 19:38:38 UTC 2009


Module: openembedded.git
Branch: org.openembedded.dev
Commit: 70bd2a139ac0d278ed71a390c59e6e25d4848214
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=70bd2a139ac0d278ed71a390c59e6e25d4848214

Author: Stanislav Brabec <utx at penguin.cz>
Date:   Wed Sep 16 19:38:00 2009 +0000

wget: Increase INC_PR to replace pre-INC_PR packages in feeds.

---

 recipes/wget/wget.inc       |    2 +-
 recipes/wget/wget_1.11.4.bb |    2 +-
 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 21814c8..21aa936 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 4a20bab..870e2a4 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 50974ed..516cbef 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 \





More information about the Openembedded-commits mailing list