>>  -   create_wrapper ${D}${bindir}/xmllint 
>> XML_CATALOG_FILES=${sysconfdir}/xml/catalog
>> +    create_wrapper ${D}${bindir}/xmllint 
>> 'XML_CATALOG_FILES=${XML_CATALOG_FILES:-${sysconfdir}/xml/catalog}'
> 
> That ...:-${sysconfdir}/... looks odd. Is that hyphen intentional ?

Yes:

     ${parameter:-word}    Use Default Values.  If parameter is unset or null, 
the expansion of word is substituted; otherwise, the value of
                           parameter is substituted.

Ross
-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.
View/Reply Online (#170502): 
https://lists.openembedded.org/g/openembedded-core/message/170502
Mute This Topic: https://lists.openembedded.org/mt/93577134/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