diff options
-rw-r--r-- | meta-oe/recipes-devtools/php/php.inc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/meta-oe/recipes-devtools/php/php.inc b/meta-oe/recipes-devtools/php/php.inc index 0e55020885..283d630f63 100644 --- a/meta-oe/recipes-devtools/php/php.inc +++ b/meta-oe/recipes-devtools/php/php.inc | |||
@@ -203,6 +203,7 @@ MODPHP_PACKAGE = "${@bb.utils.contains('PACKAGECONFIG', 'apache2', '${PN}-modphp | |||
203 | 203 | ||
204 | PACKAGES = "${PN}-dbg ${PN}-cli ${PN}-cgi ${PN}-fpm ${PN}-fpm-apache2 ${PN}-pear ${PN}-phar ${MODPHP_PACKAGE} ${PN}-dev ${PN}-staticdev ${PN}-doc ${PN}" | 204 | PACKAGES = "${PN}-dbg ${PN}-cli ${PN}-cgi ${PN}-fpm ${PN}-fpm-apache2 ${PN}-pear ${PN}-phar ${MODPHP_PACKAGE} ${PN}-dev ${PN}-staticdev ${PN}-doc ${PN}" |
205 | 205 | ||
206 | RDEPENDS_${PN} += "libgcc" | ||
206 | RDEPENDS_${PN}-pear = "${PN}" | 207 | RDEPENDS_${PN}-pear = "${PN}" |
207 | RDEPENDS_${PN}-phar = "${PN}-cli" | 208 | RDEPENDS_${PN}-phar = "${PN}-cli" |
208 | RDEPENDS_${PN}-cli = "${PN}" | 209 | RDEPENDS_${PN}-cli = "${PN}" |