meta-arago.lists.yoctoproject.org archive mirror
 help / color / mirror / Atom feed
* [master/scarthgap][PATCH] php: cleanup more places where php-fpm is creeping in
@ 2024-04-17 19:07 Denys Dmytriyenko
  0 siblings, 0 replies; only message in thread
From: Denys Dmytriyenko @ 2024-04-17 19:07 UTC (permalink / raw)
  To: meta-arago; +Cc: Denys Dmytriyenko

From: Denys Dmytriyenko <denys@konsulko.com>

As php has started giving an error now:

ERROR: php-8.2.16-r0.arago1 do_package: php-fpm does not appear in package list, please add it

Signed-off-by: Denys Dmytriyenko <denys@konsulko.com>
---
 meta-arago-distro/recipes-devtools/php/php_%.bbappend | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/meta-arago-distro/recipes-devtools/php/php_%.bbappend b/meta-arago-distro/recipes-devtools/php/php_%.bbappend
index 7db1f1cb..c2cca255 100644
--- a/meta-arago-distro/recipes-devtools/php/php_%.bbappend
+++ b/meta-arago-distro/recipes-devtools/php/php_%.bbappend
@@ -11,10 +11,14 @@ SRC_URI:append:virtclass-native = " file://0001-php-native-Fix-host-contaminatio
 # Issue mentioned here: https://bugs.php.net/bug.php?id=60144
 
 EXTRA_OECONF:remove = "--enable-fpm"
+EXTRA_OECONF:append = " --disable-fpm"
 
 PACKAGES:remove = "${PN}-fpm"
 PACKAGES:remove = "${PN}-fpm-apache2"
 
+SYSTEMD_PACKAGES:remove = "${PN}-fpm"
+INITSCRIPT_PACKAGES:remove = "${PN}-fpm"
+
 do_install:prepend:pn-php() {
     # Add the below file even though we aren't going to use it.
     # do_install will complain and fail if this file isn't found.
-- 
2.25.1



^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2024-04-17 19:07 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2024-04-17 19:07 [master/scarthgap][PATCH] php: cleanup more places where php-fpm is creeping in Denys Dmytriyenko

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).