[oe-commits] Jackie Huang : postgresql: use BP instead of P to fix multilib build

git at git.openembedded.org git at git.openembedded.org
Fri Jun 13 11:37:59 UTC 2014


Module: meta-openembedded.git
Branch: master
Commit: 2597d5e92de4f001a8a572d2f0e3f5c17359b166
URL:    http://git.openembedded.org/?p=meta-openembedded.git&a=commit;h=2597d5e92de4f001a8a572d2f0e3f5c17359b166

Author: Jackie Huang <jackie.huang at windriver.com>
Date:   Fri Jun  6 04:28:46 2014 -0400

postgresql: use BP instead of P to fix multilib build

Signed-off-by: Jackie Huang <jackie.huang at windriver.com>
Signed-off-by: Martin Jansa <Martin.Jansa at gmail.com>

---

 meta-oe/recipes-support/postgresql/postgresql.inc | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/meta-oe/recipes-support/postgresql/postgresql.inc b/meta-oe/recipes-support/postgresql/postgresql.inc
index 2858a84..4e5ec02 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 \



More information about the Openembedded-commits mailing list