From b288eb5c2e5961caf57645b246143d3e2e596c55 Mon Sep 17 00:00:00 2001 From: Bruce Ashfield Date: Wed, 21 May 2014 13:22:18 -0400 Subject: autotools: B != S build fixes Since oe-core introduced the autotools separated build and source directory changes, some package builds broke. With this change, we can build against the latest oe-core master. It should be noted that this masks the build issues, and the bbappends should be removed as dependency layers update or "real" fixes are generated. Signed-off-by: Bruce Ashfield --- meta-openstack/recipes-support/postgresql/postgresql_9.2.4.bbappend | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'meta-openstack/recipes-support/postgresql') diff --git a/meta-openstack/recipes-support/postgresql/postgresql_9.2.4.bbappend b/meta-openstack/recipes-support/postgresql/postgresql_9.2.4.bbappend index 66a12fa..d2dbd91 100644 --- a/meta-openstack/recipes-support/postgresql/postgresql_9.2.4.bbappend +++ b/meta-openstack/recipes-support/postgresql/postgresql_9.2.4.bbappend @@ -4,7 +4,7 @@ PRINC := "${@int(PRINC) + 1}" SRC_URI += "file://postgresql \ file://postgresql-init" -inherit useradd update-rc.d identity hosts +inherit useradd update-rc.d identity hosts autotools-brokensep # default DB_DATADIR ?= "/var/lib/postgres/data" -- cgit v1.2.3-54-g00ecf