diff options
Diffstat (limited to 'meta-oe/recipes-support/postgresql/postgresql.inc')
-rw-r--r-- | meta-oe/recipes-support/postgresql/postgresql.inc | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/meta-oe/recipes-support/postgresql/postgresql.inc b/meta-oe/recipes-support/postgresql/postgresql.inc index f720cbca27..7164bc0370 100644 --- a/meta-oe/recipes-support/postgresql/postgresql.inc +++ b/meta-oe/recipes-support/postgresql/postgresql.inc | |||
@@ -20,7 +20,6 @@ DESCRIPTION = "\ | |||
20 | HOMEPAGE = "http://www.postgresql.com" | 20 | HOMEPAGE = "http://www.postgresql.com" |
21 | LICENSE = "BSD" | 21 | LICENSE = "BSD" |
22 | DEPENDS = "zlib readline tzcode-native" | 22 | DEPENDS = "zlib readline tzcode-native" |
23 | INC_PR = "r0" | ||
24 | 23 | ||
25 | ARM_INSTRUCTION_SET = "arm" | 24 | ARM_INSTRUCTION_SET = "arm" |
26 | 25 | ||
@@ -40,7 +39,7 @@ export LDFLAGS_SL = "${LDFLAGS}" | |||
40 | 39 | ||
41 | inherit autotools pkgconfig perlnative pythonnative useradd update-rc.d systemd | 40 | inherit autotools pkgconfig perlnative pythonnative useradd update-rc.d systemd |
42 | 41 | ||
43 | CFLAGS += "-I${STAGING_INCDIR}/${PYTHON_DIR}" | 42 | CFLAGS += "-I${STAGING_INCDIR}/${PYTHON_DIR} -I${STAGING_INCDIR}/tcl8.6" |
44 | 43 | ||
45 | SYSTEMD_SERVICE_${PN} = "postgresql.service" | 44 | SYSTEMD_SERVICE_${PN} = "postgresql.service" |
46 | SYSTEMD_AUTO_ENABLE_${PN} = "disable" | 45 | SYSTEMD_AUTO_ENABLE_${PN} = "disable" |