summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--meta-oe/recipes-support/postgresql/postgresql.inc4
1 files changed, 3 insertions, 1 deletions
diff --git a/meta-oe/recipes-support/postgresql/postgresql.inc b/meta-oe/recipes-support/postgresql/postgresql.inc
index 53c38df0d..ab6aea457 100644
--- a/meta-oe/recipes-support/postgresql/postgresql.inc
+++ b/meta-oe/recipes-support/postgresql/postgresql.inc
@@ -2,7 +2,7 @@ DESCRIPTION = "PostgreSQL is a powerful, open source relational database system.
2HOMEPAGE = "http://www.postgresql.com" 2HOMEPAGE = "http://www.postgresql.com"
3LICENSE = "BSD" 3LICENSE = "BSD"
4DEPENDS = "zlib readline tzcode-native" 4DEPENDS = "zlib readline tzcode-native"
5INC_PR = "r5" 5INC_PR = "r6"
6 6
7ARM_INSTRUCTION_SET = "arm" 7ARM_INSTRUCTION_SET = "arm"
8 8
@@ -23,6 +23,8 @@ do_compile_append() {
23 cp /usr/sbin/zic ${S}/src/timezone/ 23 cp /usr/sbin/zic ${S}/src/timezone/
24} 24}
25 25
26SSTATE_SCAN_FILES += "Makefile.global"
27
26PACKAGES =+ "${PN}-client ${PN}-server-dev ${PN}-timezone \ 28PACKAGES =+ "${PN}-client ${PN}-server-dev ${PN}-timezone \
27 libecpg-compat-dbg libecpg-compat \ 29 libecpg-compat-dbg libecpg-compat \
28 libecpg-dbg libecpg libecpg-dev \ 30 libecpg-dbg libecpg libecpg-dev \