summaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-support/postgresql/postgresql.inc
diff options
context:
space:
mode:
authorMartin Jansa <Martin.Jansa@gmail.com>2012-02-23 15:45:45 +0100
committerKoen Kooi <koen@dominion.thruhere.net>2012-02-23 16:46:32 +0100
commit18c8a86c9d5115452f74ecda41d694d9593c074a (patch)
tree34ece03891ed2ac4e053db875ed67db111464ffa /meta-oe/recipes-support/postgresql/postgresql.inc
parentc81d25cd9b9ec6a20e19ef92c8e6dabc93e3feba (diff)
downloadmeta-openembedded-18c8a86c9d5115452f74ecda41d694d9593c074a.tar.gz
postgresql: include Makefile.global in SSTATE_SCAN_FILES
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Diffstat (limited to 'meta-oe/recipes-support/postgresql/postgresql.inc')
-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 \