mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-05-07 05:10:20 +00:00
postgresql: use gettext bbclass and unblacklist
Although I reomeve gettext related packages from my build machine, I could not reproduce error mentioned. Let's hope my asumption is good enough. Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
This commit is contained in:
committed by
Martin Jansa
parent
936654143a
commit
18b373d142
@@ -19,7 +19,7 @@ DESCRIPTION = "\
|
|||||||
"
|
"
|
||||||
HOMEPAGE = "http://www.postgresql.com"
|
HOMEPAGE = "http://www.postgresql.com"
|
||||||
LICENSE = "BSD"
|
LICENSE = "BSD"
|
||||||
DEPENDS = "zlib readline tzcode-native gettext-native"
|
DEPENDS = "zlib readline tzcode-native"
|
||||||
|
|
||||||
ARM_INSTRUCTION_SET = "arm"
|
ARM_INSTRUCTION_SET = "arm"
|
||||||
|
|
||||||
@@ -37,7 +37,7 @@ LEAD_SONAME = "libpq.so"
|
|||||||
# LDFLAGS for shared libraries
|
# LDFLAGS for shared libraries
|
||||||
export LDFLAGS_SL = "${LDFLAGS}"
|
export LDFLAGS_SL = "${LDFLAGS}"
|
||||||
|
|
||||||
inherit autotools pkgconfig perlnative pythonnative useradd update-rc.d systemd
|
inherit autotools pkgconfig perlnative pythonnative useradd update-rc.d systemd gettext
|
||||||
|
|
||||||
CFLAGS += "-I${STAGING_INCDIR}/${PYTHON_DIR} -I${STAGING_INCDIR}/tcl8.6"
|
CFLAGS += "-I${STAGING_INCDIR}/${PYTHON_DIR} -I${STAGING_INCDIR}/tcl8.6"
|
||||||
|
|
||||||
|
|||||||
@@ -9,5 +9,3 @@ SRC_URI += "\
|
|||||||
|
|
||||||
SRC_URI[md5sum] = "1171df0426fe4da5a29f6cdaf2e8b812"
|
SRC_URI[md5sum] = "1171df0426fe4da5a29f6cdaf2e8b812"
|
||||||
SRC_URI[sha256sum] = "7061678bed1981c681ce54c76b98b6ec17743f090a9775104a45e7e1a8826ecf"
|
SRC_URI[sha256sum] = "7061678bed1981c681ce54c76b98b6ec17743f090a9775104a45e7e1a8826ecf"
|
||||||
|
|
||||||
PNBLACKLIST[postgresql] ?= "Fails to build with RSS http://errors.yoctoproject.org/Errors/Details/131632/"
|
|
||||||
|
|||||||
Reference in New Issue
Block a user