mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-07-25 19:27:14 +00:00
postgresql: upgrade to 9.2.4
Signed-off-by: Mihai Prica <mihai.prica@intel.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
This commit is contained in:
committed by
Martin Jansa
parent
2b33380048
commit
cef9aaa744
@@ -2,13 +2,13 @@ DESCRIPTION = "PostgreSQL is a powerful, open source relational database system.
|
||||
HOMEPAGE = "http://www.postgresql.com"
|
||||
LICENSE = "BSD"
|
||||
DEPENDS = "zlib readline tzcode-native"
|
||||
INC_PR = "r8"
|
||||
INC_PR = "r0"
|
||||
|
||||
ARM_INSTRUCTION_SET = "arm"
|
||||
|
||||
#WARNING: this recipe assumes you have the timezone compiler present in /usr/sbin/zic
|
||||
|
||||
SRC_URI = "ftp://ftp.postgresql.org/pub/source/v${PV}/${P}.tar.bz2"
|
||||
SRC_URI = "http://ftp.postgresql.org/pub/source/v${PV}/${P}.tar.bz2"
|
||||
|
||||
LEAD_SONAME = "libpq.so"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user