mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-06-09 04:11:16 +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"
|
HOMEPAGE = "http://www.postgresql.com"
|
||||||
LICENSE = "BSD"
|
LICENSE = "BSD"
|
||||||
DEPENDS = "zlib readline tzcode-native"
|
DEPENDS = "zlib readline tzcode-native"
|
||||||
INC_PR = "r5"
|
INC_PR = "r6"
|
||||||
|
|
||||||
ARM_INSTRUCTION_SET = "arm"
|
ARM_INSTRUCTION_SET = "arm"
|
||||||
|
|
||||||
@@ -23,6 +23,8 @@ do_compile_append() {
|
|||||||
cp /usr/sbin/zic ${S}/src/timezone/
|
cp /usr/sbin/zic ${S}/src/timezone/
|
||||||
}
|
}
|
||||||
|
|
||||||
|
SSTATE_SCAN_FILES += "Makefile.global"
|
||||||
|
|
||||||
PACKAGES =+ "${PN}-client ${PN}-server-dev ${PN}-timezone \
|
PACKAGES =+ "${PN}-client ${PN}-server-dev ${PN}-timezone \
|
||||||
libecpg-compat-dbg libecpg-compat \
|
libecpg-compat-dbg libecpg-compat \
|
||||||
libecpg-dbg libecpg libecpg-dev \
|
libecpg-dbg libecpg libecpg-dev \
|
||||||
|
|||||||
Reference in New Issue
Block a user