From: Jackie Huang <[email protected]> This reverts commit 44ea80d3a3652741cefbbe02b29ed7be4696d914.
The tcl issue is fixed by: "69dfc58 tcl: fix sed command in do_install" Signed-off-by: Jackie Huang <[email protected]> --- meta-oe/recipes-support/postgresql/postgresql_9.4.5.bb | 2 -- 1 file changed, 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 4a0296d..54b660e 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 += "\ SRC_URI[md5sum] = "8b2e3472a8dc786649b4d02d02e039a0" SRC_URI[sha256sum] = "b87c50c66b6ea42a9712b5f6284794fabad0616e6ae420cf0f10523be6d94a39" -# http://lists.openembedded.org/pipermail/openembedded-core/2016-May/122095.html -PNBLACKLIST[postgresql] ?= "Depends on broken tcl" -- 2.8.1 -- _______________________________________________ Openembedded-devel mailing list [email protected] http://lists.openembedded.org/mailman/listinfo/openembedded-devel
