From 444e1fb198076f34a0fa66e83f3eec76efba2e6c Mon Sep 17 00:00:00 2001 From: Robert Yang Date: Wed, 12 Apr 2017 20:34:45 -0700 Subject: php: remove PNBLACKLIST It has been fixed since: commit b5bb61163751d93672bdcdfb24dda21398e42657 Author: dengke.du@windriver.com Date: Tue Mar 28 04:13:36 2017 -0400 php: fix install failure Also remove it for xdebug since php works now. Signed-off-by: Robert Yang Signed-off-by: Martin Jansa --- meta-oe/recipes-devtools/php/php_7.1.0.bb | 2 -- 1 file changed, 2 deletions(-) (limited to 'meta-oe/recipes-devtools/php/php_7.1.0.bb') diff --git a/meta-oe/recipes-devtools/php/php_7.1.0.bb b/meta-oe/recipes-devtools/php/php_7.1.0.bb index 99075d04e5..210d91fd78 100644 --- a/meta-oe/recipes-devtools/php/php_7.1.0.bb +++ b/meta-oe/recipes-devtools/php/php_7.1.0.bb @@ -12,5 +12,3 @@ PACKAGECONFIG[mysql] = "--with-mysqli=${STAGING_BINDIR_CROSS}/mysql_config \ ,mysql5" FILES_${PN}-fpm += "${sysconfdir}/php-fpm.d/www.conf.default" - -PNBLACKLIST[php] ?= "Fails to build with RSS http://errors.yoctoproject.org/Errors/Details/130601/ - the recipe will be removed on 2017-09-01 unless the issue is fixed" -- cgit 1.2.3-korg