mirror of
git://git.openembedded.org/meta-openembedded
synced 2026-01-01 13:58:06 +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:
parent
ac05388b62
commit
9be6b4f5a2
|
|
@ -214,6 +214,8 @@ RDEPENDS_${PN}-cli = "${PN}"
|
|||
RDEPENDS_${PN}-modphp = "${PN} apache2"
|
||||
RDEPENDS_${PN}-opcache = "${PN}"
|
||||
|
||||
ALLOW_EMPTY_${PN} = "1"
|
||||
|
||||
INITSCRIPT_PACKAGES = "${PN}-fpm"
|
||||
inherit update-rc.d
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user