i've seen a number of recipes bounce around between these variations
of adding an entire directory to a package's files:

  FILES_${PN} = "dir"
  FILES_${PN} = "dir/"
  FILES_${PN} = "dir/*"

first, i'm assuming all of the above mean exactly the same thing, yes?
that the entire directory, recursively, is being added. i ask since
even the stock OE bitbake.conf seems to jump around in the space of a
few lines:

  FILES_${PN} = "${bindir}/* ${sbindir}/* ${libexecdir}/* 
${libdir}/lib*${SOLIBS} \
            ${sysconfdir} ${sharedstatedir} ${localstatedir} \
            ${base_bindir}/* ${base_sbindir}/* \
            ... etc etc ...

hang on, what about hidden objects in the immediate subdirectory?
based on normal wildcarding, would the first two variants include
hidden files, while the third would not?

rday
-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.
View/Reply Online (#150255): 
https://lists.openembedded.org/g/openembedded-core/message/150255
Mute This Topic: https://lists.openembedded.org/mt/81894143/21656
Group Owner: openembedded-core+ow...@lists.openembedded.org
Unsubscribe: https://lists.openembedded.org/g/openembedded-core/unsub 
[arch...@mail-archive.com]
-=-=-=-=-=-=-=-=-=-=-=-

Reply via email to