aboutsummaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-support/postgresql
diff options
context:
space:
mode:
authorJackie Huang <jackie.huang@windriver.com>2014-06-06 04:28:46 -0400
committerMartin Jansa <Martin.Jansa@gmail.com>2014-06-13 13:38:11 +0200
commit2597d5e92de4f001a8a572d2f0e3f5c17359b166 (patch)
tree4ecc543fd4035e9f3ff6dfd67822fb26bef212cb /meta-oe/recipes-support/postgresql
parentc9927977c39ba7b3ef3bbc4855641c39abbce5ef (diff)
downloadmeta-openembedded-contrib-2597d5e92de4f001a8a572d2f0e3f5c17359b166.tar.gz
postgresql: use BP instead of P to fix multilib build
Signed-off-by: Jackie Huang <jackie.huang@windriver.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Diffstat (limited to 'meta-oe/recipes-support/postgresql')
-rw-r--r--meta-oe/recipes-support/postgresql/postgresql.inc2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-oe/recipes-support/postgresql/postgresql.inc b/meta-oe/recipes-support/postgresql/postgresql.inc
index 2858a844e3..4e5ec026cc 100644
--- a/meta-oe/recipes-support/postgresql/postgresql.inc
+++ b/meta-oe/recipes-support/postgresql/postgresql.inc
@@ -24,7 +24,7 @@ INC_PR = "r0"
ARM_INSTRUCTION_SET = "arm"
-SRC_URI = "http://ftp.postgresql.org/pub/source/v${PV}/${P}.tar.bz2 \
+SRC_URI = "http://ftp.postgresql.org/pub/source/v${PV}/${BP}.tar.bz2 \
file://postgresql.init \
file://postgresql-bashprofile \
file://postgresql.pam \