mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-07-25 19:27:14 +00:00
postgres: partially fix dependency on host zic
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
This commit is contained in:
@@ -1,7 +1,7 @@
|
|||||||
DESCRIPTION = "PostgreSQL is a powerful, open source relational database system."
|
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"
|
DEPENDS = "zlib readline tzcode-native"
|
||||||
|
|
||||||
ARM_INSTRUCTION_SET = "arm"
|
ARM_INSTRUCTION_SET = "arm"
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user