diff options
author | Jackie Huang <jackie.huang@windriver.com> | 2016-07-26 05:10:16 -0400 |
---|---|---|
committer | Martin Jansa <Martin.Jansa@gmail.com> | 2016-07-29 11:01:00 +0200 |
commit | 292d8f1082e343037cc91faacfe721fd9c5707f5 (patch) | |
tree | fcc85086738296012754b3c145bc7b8ecfc35c81 | |
parent | b142ab5a0b4d5f88c658aeac1ee1c2752d72891f (diff) | |
download | meta-openembedded-292d8f1082e343037cc91faacfe721fd9c5707f5.tar.gz |
Revert "postgresql: blacklist because tcl in oe-core is broken for last month"
This reverts commit 44ea80d3a3652741cefbbe02b29ed7be4696d914.
The tcl issue is fixed by:
"69dfc58 tcl: fix sed command in do_install"
Signed-off-by: Jackie Huang <jackie.huang@windriver.com>
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
-rw-r--r-- | meta-oe/recipes-support/postgresql/postgresql_9.4.5.bb | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/meta-oe/recipes-support/postgresql/postgresql_9.4.5.bb b/meta-oe/recipes-support/postgresql/postgresql_9.4.5.bb index 4a0296d67..54b660e12 100644 --- a/meta-oe/recipes-support/postgresql/postgresql_9.4.5.bb +++ b/meta-oe/recipes-support/postgresql/postgresql_9.4.5.bb | |||
@@ -12,5 +12,3 @@ SRC_URI += "\ | |||
12 | SRC_URI[md5sum] = "8b2e3472a8dc786649b4d02d02e039a0" | 12 | SRC_URI[md5sum] = "8b2e3472a8dc786649b4d02d02e039a0" |
13 | SRC_URI[sha256sum] = "b87c50c66b6ea42a9712b5f6284794fabad0616e6ae420cf0f10523be6d94a39" | 13 | SRC_URI[sha256sum] = "b87c50c66b6ea42a9712b5f6284794fabad0616e6ae420cf0f10523be6d94a39" |
14 | 14 | ||
15 | # http://lists.openembedded.org/pipermail/openembedded-core/2016-May/122095.html | ||
16 | PNBLACKLIST[postgresql] ?= "Depends on broken tcl" | ||