reason behind ask this question is.. in earlier tisdk all the modules were there in "/usr/lib" as when we start lightpd service(which was there in (/etc/init.d) it will check modules in "/usr/lib". in the latest tisdk also if I run "systemctl start lighttpd" looks like it is searching "/usr/lib"
-----Original Message----- From: Kumar, Manu (FT D IN PAMC MI EMB FW) Sent: Tuesday, January 7, 2025 2:37 PM To: Gyorgy Sarvari <skandigr...@gmail.com>; yocto@lists.yoctoproject.org Subject: RE: [yocto] Query: Regarding lighttpd/librarries in /usr/lib not copying Ok , I will try and let you know !! But how can I make all the modules to be present inside "/usr/lib" instead of "/usr/lib/lighttpd" ? Regards Manu -----Original Message----- From: Gyorgy Sarvari <skandigr...@gmail.com> Sent: Tuesday, January 7, 2025 12:02 PM To: Kumar, Manu (FT D IN PAMC MI EMB FW) <kumar.m...@siemens.com>; yocto@lists.yoctoproject.org Subject: Re: [yocto] Query: Regarding lighttpd/librarries in /usr/lib not copying On 07.01.25 06:41, Kumar, Manu wrote: > RDEPENDS_${PN} += " lighttpd-module-cgi \ > lighttpd-module-openssl \ > lighttpd-module-redirect \ > lighttpd-module-setenv \ > lighttpd-module-auth \ > lighttpd-module-authn-file \ > lighttpd-module-secdownload" Right - the issue lies here (at least one of them). Change the underscore to a colon: RDEPENDS:${PN} += "..." This syntax has changed in Honister release, and the old underscore syntax isn't valid in Kirkstone anymore. When doing migration between releases, it is recommended to read through the migration guides of all the skipped releases: https://docs.yoctoproject.org/dev/migration-guides/
-=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#64508): https://lists.yoctoproject.org/g/yocto/message/64508 Mute This Topic: https://lists.yoctoproject.org/mt/110454032/21656 Group Owner: yocto+ow...@lists.yoctoproject.org Unsubscribe: https://lists.yoctoproject.org/g/yocto/unsub [arch...@mail-archive.com] -=-=-=-=-=-=-=-=-=-=-=-