summaryrefslogtreecommitdiffstats
path: root/meta-openstack/recipes-support
diff options
context:
space:
mode:
authorBruce Ashfield <bruce.ashfield@windriver.com>2014-07-16 14:14:00 -0400
committerBruce Ashfield <bruce.ashfield@windriver.com>2014-07-16 14:14:00 -0400
commitfaa7e3b7caed93e046726ca80510f60c09ed6b98 (patch)
tree5940046022193e66084a6bd9c7c946e9abbce121 /meta-openstack/recipes-support
parent192908ec113779b0dd2e9d62799eba54d2e73e3f (diff)
downloadmeta-cloud-services-faa7e3b7caed93e046726ca80510f60c09ed6b98.tar.gz
postgres: fix xml configuration error
Not only must postgres depend on libxml for xml support, we need to point at the sysroot/staging area for the header files to be found. Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
Diffstat (limited to 'meta-openstack/recipes-support')
-rw-r--r--meta-openstack/recipes-support/postgresql/postgresql_9.2.4.bbappend2
1 files changed, 2 insertions, 0 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 d2dbd91..26984ca 100644
--- a/meta-openstack/recipes-support/postgresql/postgresql_9.2.4.bbappend
+++ b/meta-openstack/recipes-support/postgresql/postgresql_9.2.4.bbappend
@@ -6,6 +6,8 @@ SRC_URI += "file://postgresql \
6 6
7inherit useradd update-rc.d identity hosts autotools-brokensep 7inherit useradd update-rc.d identity hosts autotools-brokensep
8 8
9PACKAGECONFIG[libxml] = "--with-libxml CFLAGS=-I${STAGING_INCDIR}/libxml2,--without-libxml,libxml2,libxml2"
10
9# default 11# default
10DB_DATADIR ?= "/var/lib/postgres/data" 12DB_DATADIR ?= "/var/lib/postgres/data"
11 13