Integrate meta-seconorth-distro/fix_weston_rotation
requested to merge integrate/meta-seconorth-distro/fix_weston_rotation/into/kirkstone into kirkstone
Commit: seco-ne/yocto/layers/meta-seconorth-distro@907e838a
recipes:weston-rotation: change FILES to include awk script
Currently the FILES variable accidentaly includes set_transform.sh instead of set_transform.awk
The .sh script does not exist, fix the recipe so the awk is in FILES instead.
--
Commit: seco-ne/yocto/layers/meta-seconorth-distro@3426294c
graphics:weston-rotation: fix awk script
The original awk script replace the transform line and everyline afterward with the desired transform. Fix so that it only affect the transform line. Also add function so it will add the transform line to the block if missing.