mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-06-02 01:50:18 +00:00
php: allow php as empty
Since commit c4ffcaa2[php: split out phpdbg into a separate package], package php is empty, we might met error: nothing provides php needed by php-cli-7.4.9-r0.corei7_64 Signed-off-by: Changqing Li <changqing.li@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
This commit is contained in:
@@ -214,6 +214,8 @@ RDEPENDS_${PN}-cli = "${PN}"
|
|||||||
RDEPENDS_${PN}-modphp = "${PN} apache2"
|
RDEPENDS_${PN}-modphp = "${PN} apache2"
|
||||||
RDEPENDS_${PN}-opcache = "${PN}"
|
RDEPENDS_${PN}-opcache = "${PN}"
|
||||||
|
|
||||||
|
ALLOW_EMPTY_${PN} = "1"
|
||||||
|
|
||||||
INITSCRIPT_PACKAGES = "${PN}-fpm"
|
INITSCRIPT_PACKAGES = "${PN}-fpm"
|
||||||
inherit update-rc.d
|
inherit update-rc.d
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user