[bitbake-devel] [PATCH 1/3] toaster: fix no newline at end of file

Robert Yang liezhi.yang at windriver.com
Thu Jul 3 06:34:35 UTC 2014


This is the [PATCH 1/3] which is too big and blocked by the mailing
list, I just send the header here, you can get the patch from the
PULL.

// Robert

Add a '\n' to the last line of the file to fix:

No newline at end of file

Signed-off-by: Robert Yang <liezhi.yang at windriver.com>
---
  bitbake/lib/toaster/bldcontrol/migrations/0001_initial.py               | 2 +-
  bitbake/lib/toaster/bldviewer/static/css/bootstrap.css                  | 2 +-
  bitbake/lib/toaster/orm/migrations/0001_initial.py                      | 2 +-
  .../lib/toaster/orm/migrations/0002_auto__add_field_build_timespent.py  | 2 +-
  .../orm/migrations/0004_auto__add_field_package_installed_name.py       | 2 +-
  ..._add_target_image_file__add_target_file__add_field_variablehistor.py | 2 +-
  ..._add_field_target_image_size__add_field_target_license_manifest_p.py | 2 +-
  bitbake/lib/toaster/orm/migrations/0007_auto__add_helptext.py           | 2 +-
  ..._chg_field_variablehistory_operation__chg_field_recipe_descriptio.py | 2 +-
  ..._add_projectvariable__add_projectlayer__add_projecttarget__add_pr.py | 2 +-
  bitbake/lib/toaster/toastergui/static/css/prettify.css                  | 2 +-
  bitbake/lib/toaster/toastergui/static/js/bootstrap.min.js               | 2 +-
  bitbake/lib/toaster/toastergui/static/js/jquery-2.0.3.min.map           | 2 +-
  13 files changed, 13 insertions(+), 13 deletions(-)




More information about the bitbake-devel mailing list