aboutsummaryrefslogtreecommitdiffstats
path: root/meta-oe
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
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')
-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 53c38df0de..ab6aea4579 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.
HOMEPAGE = "http://www.postgresql.com"
LICENSE = "BSD"
DEPENDS = "zlib readline tzcode-native"
-INC_PR = "r5"
+INC_PR = "r6"
ARM_INSTRUCTION_SET = "arm"
@@ -23,6 +23,8 @@ do_compile_append() {
cp /usr/sbin/zic ${S}/src/timezone/
}
+SSTATE_SCAN_FILES += "Makefile.global"
+
PACKAGES =+ "${PN}-client ${PN}-server-dev ${PN}-timezone \
libecpg-compat-dbg libecpg-compat \
libecpg-dbg libecpg libecpg-dev \