carosio / meta-caros

CAROS yocto meta layer
Mozilla Public License 2.0
10 stars 14 forks source link

replace DESCRIPTION with SUMMARY in mix_class #57

Closed sschindler89 closed 8 years ago

sschindler89 commented 8 years ago

the "Description" field in the systemd service files is used to create log messages, if we plainly copy the "DESCRIPTION" from our .bb recipes, the logs won't make much sense the "SUMMARY" field usually contains a rather short description that works good with systemd's expactation of a "Description"

if this is accepted we might have to adjust our "SUMMARY"s in the .bb recipes

thz commented 8 years ago

meta-caros/classes/mix.bbclass replaces those @@-placeholders SUMMARY is not replaced, so this needs to be adapted within this change.

see sed in https://github.com/carosio/meta-caros/blob/master/classes/mix.bbclass#L212

sschindler89 commented 8 years ago

updated according to @thz commentary