From: Denys Dmytriyenko <[email protected]> New version of lighttpd no longer packages setenv and expire as separate modules, as those are now built-in[0], remove corresponding references.
[0] https://www.lighttpd.net/2023/5/10/1.4.70/ Signed-off-by: Denys Dmytriyenko <[email protected]> --- meta-arago-demos/recipes-core/matrix/matrix-gui_2.0.bb | 2 +- meta-arago-demos/recipes-core/matrix/matrix-lighttpd-config.bb | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/meta-arago-demos/recipes-core/matrix/matrix-gui_2.0.bb b/meta-arago-demos/recipes-core/matrix/matrix-gui_2.0.bb index 9299a929..d983bfaf 100644 --- a/meta-arago-demos/recipes-core/matrix/matrix-gui_2.0.bb +++ b/meta-arago-demos/recipes-core/matrix/matrix-gui_2.0.bb @@ -61,6 +61,6 @@ do_install(){ GUIDEPS = "${@bb.utils.contains('DISTRO_FEATURES','opengl',"matrix-gui-browser refresh-screen",'',d)}" GUIDEPS:omapl138 = "" -RDEPENDS:${PN} += "matrix-lighttpd-config lighttpd lighttpd-module-cgi lighttpd-module-deflate lighttpd-module-expire php php-cgi php-cli ${GUIDEPS}" +RDEPENDS:${PN} += "matrix-lighttpd-config lighttpd lighttpd-module-cgi lighttpd-module-deflate php php-cgi php-cli ${GUIDEPS}" FILES:${PN} += "${MATRIX_BASE_DIR}/*" diff --git a/meta-arago-demos/recipes-core/matrix/matrix-lighttpd-config.bb b/meta-arago-demos/recipes-core/matrix/matrix-lighttpd-config.bb index 16d08d1e..c932e67f 100644 --- a/meta-arago-demos/recipes-core/matrix/matrix-lighttpd-config.bb +++ b/meta-arago-demos/recipes-core/matrix/matrix-lighttpd-config.bb @@ -20,7 +20,7 @@ do_install() { } FILES:${PN} = "${sysconfdir}/lighttpd/lighttpd.conf.matrix" -RDEPENDS:${PN} = "lighttpd lighttpd-module-setenv" +RDEPENDS:${PN} = "lighttpd" pkg_postinst_ontarget:${PN} () { if [ -f ${sysconfdir}/lighttpd/lighttpd.conf ] ; then -- 2.25.1 -=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#14634): https://lists.yoctoproject.org/g/meta-arago/message/14634 Mute This Topic: https://lists.yoctoproject.org/mt/99538509/21656 Group Owner: [email protected] Unsubscribe: https://lists.yoctoproject.org/g/meta-arago/leave/10763299/21656/89520264/xyzzy [[email protected]] -=-=-=-=-=-=-=-=-=-=-=-
