diff options
author | Jackie Huang <jackie.huang@windriver.com> | 2014-06-06 04:28:46 -0400 |
---|---|---|
committer | Martin Jansa <Martin.Jansa@gmail.com> | 2014-06-13 13:38:11 +0200 |
commit | 2597d5e92de4f001a8a572d2f0e3f5c17359b166 (patch) | |
tree | 4ecc543fd4035e9f3ff6dfd67822fb26bef212cb /meta-oe | |
parent | c9927977c39ba7b3ef3bbc4855641c39abbce5ef (diff) | |
download | meta-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')
-rw-r--r-- | meta-oe/recipes-support/postgresql/postgresql.inc | 2 |
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 | ||
25 | ARM_INSTRUCTION_SET = "arm" | 25 | ARM_INSTRUCTION_SET = "arm" |
26 | 26 | ||
27 | SRC_URI = "http://ftp.postgresql.org/pub/source/v${PV}/${P}.tar.bz2 \ | 27 | SRC_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 \ |