diff options
-rw-r--r-- | meta-oe/recipes-devtools/php/php_5.6.26.bb | 2 | ||||
-rw-r--r-- | meta-oe/recipes-devtools/php/php_7.1.0.bb | 2 | ||||
-rw-r--r-- | meta-webserver/recipes-php/xdebug/xdebug_2.5.1.bb | 2 |
3 files changed, 0 insertions, 6 deletions
diff --git a/meta-oe/recipes-devtools/php/php_5.6.26.bb b/meta-oe/recipes-devtools/php/php_5.6.26.bb index 30a71f628e..ddc7ce3c3e 100644 --- a/meta-oe/recipes-devtools/php/php_5.6.26.bb +++ b/meta-oe/recipes-devtools/php/php_5.6.26.bb | |||
@@ -7,5 +7,3 @@ SRC_URI += "file://change-AC_TRY_RUN-to-AC_TRY_LINK.patch \ | |||
7 | " | 7 | " |
8 | SRC_URI[md5sum] = "cb424b705cfb715fc04f499f8a8cf52e" | 8 | SRC_URI[md5sum] = "cb424b705cfb715fc04f499f8a8cf52e" |
9 | SRC_URI[sha256sum] = "d47aab8083a4284b905777e1b45dd7735adc53be827b29f896684750ac8b6236" | 9 | SRC_URI[sha256sum] = "d47aab8083a4284b905777e1b45dd7735adc53be827b29f896684750ac8b6236" |
10 | |||
11 | PNBLACKLIST[php] ?= "Fails to build with RSS http://errors.yoctoproject.org/Errors/Details/131630/ - the recipe will be removed on 2017-09-01 unless the issue is fixed" | ||
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 \ | |||
12 | ,mysql5" | 12 | ,mysql5" |
13 | 13 | ||
14 | FILES_${PN}-fpm += "${sysconfdir}/php-fpm.d/www.conf.default" | 14 | FILES_${PN}-fpm += "${sysconfdir}/php-fpm.d/www.conf.default" |
15 | |||
16 | 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" | ||
diff --git a/meta-webserver/recipes-php/xdebug/xdebug_2.5.1.bb b/meta-webserver/recipes-php/xdebug/xdebug_2.5.1.bb index 651745fb87..077bdc8a89 100644 --- a/meta-webserver/recipes-php/xdebug/xdebug_2.5.1.bb +++ b/meta-webserver/recipes-php/xdebug/xdebug_2.5.1.bb | |||
@@ -31,5 +31,3 @@ do_install() { | |||
31 | 31 | ||
32 | FILES_${PN} += "${libdir}/php5/extensions/*/*.so" | 32 | FILES_${PN} += "${libdir}/php5/extensions/*/*.so" |
33 | FILES_${PN}-dbg += "${libdir}/php5/extensions/*/.debug" | 33 | FILES_${PN}-dbg += "${libdir}/php5/extensions/*/.debug" |
34 | |||
35 | PNBLACKLIST[xdebug] ?= "Depends on blacklisted php - the recipe will be removed on 2017-09-01 unless the issue is fixed" | ||