From 2597d5e92de4f001a8a572d2f0e3f5c17359b166 Mon Sep 17 00:00:00 2001 From: Jackie Huang Date: Fri, 6 Jun 2014 04:28:46 -0400 Subject: [PATCH] postgresql: use BP instead of P to fix multilib build Signed-off-by: Jackie Huang Signed-off-by: Martin Jansa --- 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 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 \