diff options
Diffstat (limited to 'recipes/postgresql/postgresql_8.2.4.bb')
-rw-r--r-- | recipes/postgresql/postgresql_8.2.4.bb | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/recipes/postgresql/postgresql_8.2.4.bb b/recipes/postgresql/postgresql_8.2.4.bb index 7e2c370471..b4e4033ed8 100644 --- a/recipes/postgresql/postgresql_8.2.4.bb +++ b/recipes/postgresql/postgresql_8.2.4.bb @@ -3,5 +3,4 @@ require postgresql.inc 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" |