On 3/8/21 3:22 AM, Robert P. J. Day wrote:
collecting some examples of inheritance of class functions using
EXPORT_FUNCTIONS, and ran across this routine in cmake.bbclass:
... snip ...
cmake_runcmake_build() {
bbnote ...
eval ...
}
cmake_do_compile() {
cmake_runcmake_build --target ${OECMAKE_TARGET_COMPILE}
}
... snip ...
what puzzles me is that the routine cmake_runcmake_build(), despite
having a "cmake_" prefix, is not being exported with EXPORT_FUNCTIONS,
so while that's a perfectly respectable function, it's not clear why
it would have a "cmake_" prefix. is there some value to that prefix,
or is it just arbitrary?
it does not intend to provide a default function like do_compile
do_install exporting it is not necessary
rday
-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.
View/Reply Online (#149117):
https://lists.openembedded.org/g/openembedded-core/message/149117
Mute This Topic: https://lists.openembedded.org/mt/81171462/21656
Group Owner: [email protected]
Unsubscribe: https://lists.openembedded.org/g/openembedded-core/unsub
[[email protected]]
-=-=-=-=-=-=-=-=-=-=-=-