mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-06-05 02:50:46 +00:00
postgresql: include Makefile.global in SSTATE_SCAN_FILES
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
This commit is contained in:
@@ -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 \
|
||||
|
||||
Reference in New Issue
Block a user