diff options
-rw-r--r-- | meta-oe/recipes-support/postgresql/postgresql.inc | 3 | ||||
-rw-r--r-- | meta-oe/recipes-support/postgresql/postgresql_9.4.10.bb (renamed from meta-oe/recipes-support/postgresql/postgresql_9.4.8.bb) | 7 |
2 files changed, 3 insertions, 7 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" |
diff --git a/meta-oe/recipes-support/postgresql/postgresql_9.4.8.bb b/meta-oe/recipes-support/postgresql/postgresql_9.4.10.bb index 7dba92cbf7..5498350bbe 100644 --- a/meta-oe/recipes-support/postgresql/postgresql_9.4.8.bb +++ b/meta-oe/recipes-support/postgresql/postgresql_9.4.10.bb | |||
@@ -2,13 +2,10 @@ require postgresql.inc | |||
2 | 2 | ||
3 | LIC_FILES_CHKSUM = "file://COPYRIGHT;md5=3a9c1120056a102a8c8c4013cd828dce" | 3 | LIC_FILES_CHKSUM = "file://COPYRIGHT;md5=3a9c1120056a102a8c8c4013cd828dce" |
4 | 4 | ||
5 | PR = "${INC_PR}.0" | ||
6 | |||
7 | SRC_URI += "\ | 5 | SRC_URI += "\ |
8 | file://remove.autoconf.version.check.patch \ | 6 | file://remove.autoconf.version.check.patch \ |
9 | file://not-check-libperl.patch \ | 7 | file://not-check-libperl.patch \ |
10 | " | 8 | " |
11 | 9 | ||
12 | SRC_URI[md5sum] = "a1a2e8014b2b4c49fc58fe2e2fe83681" | 10 | SRC_URI[md5sum] = "1171df0426fe4da5a29f6cdaf2e8b812" |
13 | SRC_URI[sha256sum] = "4a10640e180e0d9adb587bc25a82dcce6bf507b033637e7fb9d4eeffa33a6b4c" | 11 | SRC_URI[sha256sum] = "7061678bed1981c681ce54c76b98b6ec17743f090a9775104a45e7e1a8826ecf" |
14 | |||