From 38c4474d8477d7408e97e64d2429f9330aee3c67 Mon Sep 17 00:00:00 2001 From: Naoto Yamaguchi Date: Sun, 2 Jun 2024 17:08:35 +0900 Subject: Remove package for built in plugin The lighttpd-module-alias and the lighttpd-module-access plugin changed to builtin plugin from dynamic loading plugin. This patch remove package dependency for the lighttpd-module-alias and the lighttpd-module-access from the momiweb. Bug-AGL: SPEC-5158 Change-Id: I718a480f697d3cc7ff790ba371174a57131746a1 Signed-off-by: Naoto Yamaguchi --- meta-agl-ic-container/recipes-demo/momiweb/momiweb_git.bb | 2 -- 1 file changed, 2 deletions(-) (limited to 'meta-agl-ic-container') diff --git a/meta-agl-ic-container/recipes-demo/momiweb/momiweb_git.bb b/meta-agl-ic-container/recipes-demo/momiweb/momiweb_git.bb index afdbfc33..0de33dd9 100644 --- a/meta-agl-ic-container/recipes-demo/momiweb/momiweb_git.bb +++ b/meta-agl-ic-container/recipes-demo/momiweb/momiweb_git.bb @@ -33,7 +33,5 @@ FILES:${PN} += " \ RDEPENDS:${PN} = " \ lighttpd \ lighttpd-module-cgi \ - lighttpd-module-alias \ - lighttpd-module-access \ lighttpd-module-accesslog \ " -- cgit 1.2.3-korg