summaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-support/postgresql/postgresql.inc
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/postgresql.inc
parentc9927977c39ba7b3ef3bbc4855641c39abbce5ef (diff)
downloadmeta-openembedded-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/postgresql.inc')
-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 2858a844e..4e5ec026c 100644
--- a/meta-oe/recipes-support/postgresql/postgresql.inc
+++ b/meta-oe/recipes-support/postgresql/postgresql.inc
@@ -24,7 +24,7 @@ INC_PR = "r0"
24 24
25ARM_INSTRUCTION_SET = "arm" 25ARM_INSTRUCTION_SET = "arm"
26 26
27SRC_URI = "http://ftp.postgresql.org/pub/source/v${PV}/${P}.tar.bz2 \ 27SRC_URI = "http://ftp.postgresql.org/pub/source/v${PV}/${BP}.tar.bz2 \
28 file://postgresql.init \ 28 file://postgresql.init \
29 file://postgresql-bashprofile \ 29 file://postgresql-bashprofile \
30 file://postgresql.pam \ 30 file://postgresql.pam \