mirror of
git://git.openembedded.org/meta-openembedded
synced 2026-01-01 13:58:06 +00:00
postgresql: include Makefile.global in SSTATE_SCAN_FILES
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
This commit is contained in:
parent
c81d25cd9b
commit
18c8a86c9d
|
|
@ -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 \
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user