summaryrefslogtreecommitdiffstats
path: root/meta-openstack/recipes-support/postgresql/postgresql_9.2.4.bbappend
diff options
context:
space:
mode:
authorBruce Ashfield <bruce.ashfield@windriver.com>2014-05-21 13:22:18 -0400
committerBruce Ashfield <bruce.ashfield@windriver.com>2014-05-21 13:22:18 -0400
commitb288eb5c2e5961caf57645b246143d3e2e596c55 (patch)
tree58c5f2049d8ba8f875c09993ec62e8734106290e /meta-openstack/recipes-support/postgresql/postgresql_9.2.4.bbappend
parent05dc8bd7aef39682c7f2d8e932aaad59dccb8cae (diff)
downloadmeta-cloud-services-b288eb5c2e5961caf57645b246143d3e2e596c55.tar.gz
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 <bruce.ashfield@windriver.com>
Diffstat (limited to 'meta-openstack/recipes-support/postgresql/postgresql_9.2.4.bbappend')
-rw-r--r--meta-openstack/recipes-support/postgresql/postgresql_9.2.4.bbappend2
1 files changed, 1 insertions, 1 deletions
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}"
4SRC_URI += "file://postgresql \ 4SRC_URI += "file://postgresql \
5 file://postgresql-init" 5 file://postgresql-init"
6 6
7inherit useradd update-rc.d identity hosts 7inherit useradd update-rc.d identity hosts autotools-brokensep
8 8
9# default 9# default
10DB_DATADIR ?= "/var/lib/postgres/data" 10DB_DATADIR ?= "/var/lib/postgres/data"