diff options
author | Naoto Yamaguchi <naoto.yamaguchi@aisin.co.jp> | 2024-06-02 17:08:35 +0900 |
---|---|---|
committer | Naoto Yamaguchi <naoto.yamaguchi@aisin.co.jp> | 2024-06-02 17:39:17 +0900 |
commit | 38c4474d8477d7408e97e64d2429f9330aee3c67 (patch) | |
tree | 338bf4f9bc5886b7168e9cabf718fbeb330624e7 | |
parent | 150c77a0fb6d36c1aba4e7ec9b7fd784328ec933 (diff) |
Remove package for built in pluginricefish_17.91.0ricefish/17.91.017.91.0
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 <naoto.yamaguchi@aisin.co.jp>
-rw-r--r-- | meta-agl-ic-container/recipes-demo/momiweb/momiweb_git.bb | 2 |
1 files changed, 0 insertions, 2 deletions
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 \ " |