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 /recipes/wget/wget.inc | |
parent | 7081e345e4ff3ba1bfdca2484d6dae04a48af1a8 (diff) |
wget: Increase INC_PR to replace pre-INC_PR packages in feeds.
Diffstat (limited to 'recipes/wget/wget.inc')
-rw-r--r-- | recipes/wget/wget.inc | 2 |
1 files changed, 1 insertions, 1 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}" |