On Sat, 21 Nov 2020, Chuck Wolber wrote: > > > On Sat, Nov 21, 2020 at 12:21 AM Chuck Wolber <[email protected]> wrote: > > %< SNIP %< > > And finally, I have adjusted to using the following pattern, and found > that it > has improved maintainability a great deal. It applies to DEPENDS and > RDEPENDS > as well. Yes, it is a bit tedious, but the benefits far outweigh the > cost > (IMHO). > > FILES_fooz += " lib/foozlib.so" > FILES_fooz += " /usr/lib/foozlib-2.so" > FILES_fooz += " /usr/bin/fooz" > FILES_fooz += " /bin/fooz" > FILES_fooz += " /usr/share/fooz"
pedantically speaking, since you're using "+=", you don't need those leading spaces. rday
-=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#51517): https://lists.yoctoproject.org/g/yocto/message/51517 Mute This Topic: https://lists.yoctoproject.org/mt/78404917/21656 Group Owner: [email protected] Unsubscribe: https://lists.yoctoproject.org/g/yocto/unsub [[email protected]] -=-=-=-=-=-=-=-=-=-=-=-
