diff options
Diffstat (limited to 'recipes/postgresql/postgresql_8.2.4.bb')
-rw-r--r-- | recipes/postgresql/postgresql_8.2.4.bb | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/recipes/postgresql/postgresql_8.2.4.bb b/recipes/postgresql/postgresql_8.2.4.bb index 9b60b2b6a7..b4e4033ed8 100644 --- a/recipes/postgresql/postgresql_8.2.4.bb +++ b/recipes/postgresql/postgresql_8.2.4.bb @@ -1,7 +1,6 @@ require postgresql.inc -PR = "r3" +PR = "r4" DEFAULT_PREFERENCE = "-1" -SRC_URI = "http://ftp.de.postgresql.org/mirror/postgresql/source/v${PV}/${P}.tar.bz2 \ - file://no-ecpg-test.patch;patch=1" +SRC_URI += "file://no-ecpg-test.patch;patch=1" |