diff options
Diffstat (limited to 'meta-oe/recipes-support/postgresql')
-rw-r--r-- | meta-oe/recipes-support/postgresql/postgresql.inc | 4 |
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. | |||
2 | HOMEPAGE = "http://www.postgresql.com" | 2 | HOMEPAGE = "http://www.postgresql.com" |
3 | LICENSE = "BSD" | 3 | LICENSE = "BSD" |
4 | DEPENDS = "zlib readline tzcode-native" | 4 | DEPENDS = "zlib readline tzcode-native" |
5 | INC_PR = "r5" | 5 | INC_PR = "r6" |
6 | 6 | ||
7 | ARM_INSTRUCTION_SET = "arm" | 7 | ARM_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 | ||
26 | SSTATE_SCAN_FILES += "Makefile.global" | ||
27 | |||
26 | PACKAGES =+ "${PN}-client ${PN}-server-dev ${PN}-timezone \ | 28 | PACKAGES =+ "${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 \ |