On 15 Jan 2024, at 10:15, Alper Ak via lists.openembedded.org 
<alperyasinak1=gmail....@lists.openembedded.org> wrote:
> 
> +do_install:append() {
> +    install -d ${D}/root/.config/
> +}
> +
> +FILES:${PN} += "/root/.config/“

I know it was there before, but remove this because it’s nonsense.

> +EXTRA_OECMAKE = "-DWITH_JS=FALSE -DWITH_MAGIC=FALSE”


Again I know this was there before, but libmagic is part of ‘file’ so add this 
as a PACKAGECONFIG.  Also the JS implementation is duktape which we have a 
package of, so that can be a PACKAGECONFIG too.

It’s useful to at least consider the defaults in a package when writing the 
PACKAGECONFIGs, so according to 
https://github.com/gerbera/gerbera/blob/master/CMakeLists.txt#L28 we should 
enable the magic PACKAGECONFIG by default.

Ross

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

Reply via email to