postgresql: include Makefile.global in SSTATE_SCAN_FILES

Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
This commit is contained in:
Martin Jansa 2012-02-23 15:45:45 +01:00 committed by Koen Kooi
parent c81d25cd9b
commit 18c8a86c9d

View File

@ -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 \