From edf8cb1713b3859074b40d15483306569b876a4f Mon Sep 17 00:00:00 2001 From: Robert Yang Date: Thu, 3 Jul 2014 14:12:12 +0800 Subject: bitbake: toaster: fix no newline at end of file Add a '\n' to the last line of the file to fix: No newline at end of file (Bitbake rev: 5eb65d92c35264087e5d82c35638f3b8805b1b3e) Signed-off-by: Robert Yang Signed-off-by: Richard Purdie --- 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 +- 8 files changed, 8 insertions(+), 8 deletions(-) (limited to 'bitbake/lib/toaster/orm') diff --git a/bitbake/lib/toaster/orm/migrations/0001_initial.py b/bitbake/lib/toaster/orm/migrations/0001_initial.py index 3b606cbf64..dedeef8bf7 100644 --- a/bitbake/lib/toaster/orm/migrations/0001_initial.py +++ b/bitbake/lib/toaster/orm/migrations/0001_initial.py @@ -397,4 +397,4 @@ class Migration(SchemaMigration): } } - complete_apps = ['orm'] \ No newline at end of file + complete_apps = ['orm'] diff --git a/bitbake/lib/toaster/orm/migrations/0002_auto__add_field_build_timespent.py b/bitbake/lib/toaster/orm/migrations/0002_auto__add_field_build_timespent.py index c01b50ae7d..61421cacd1 100644 --- a/bitbake/lib/toaster/orm/migrations/0002_auto__add_field_build_timespent.py +++ b/bitbake/lib/toaster/orm/migrations/0002_auto__add_field_build_timespent.py @@ -177,4 +177,4 @@ class Migration(SchemaMigration): } } - complete_apps = ['orm'] \ No newline at end of file + complete_apps = ['orm'] diff --git a/bitbake/lib/toaster/orm/migrations/0004_auto__add_field_package_installed_name.py b/bitbake/lib/toaster/orm/migrations/0004_auto__add_field_package_installed_name.py index fc5ff53e54..134445b56b 100644 --- a/bitbake/lib/toaster/orm/migrations/0004_auto__add_field_package_installed_name.py +++ b/bitbake/lib/toaster/orm/migrations/0004_auto__add_field_package_installed_name.py @@ -178,4 +178,4 @@ class Migration(SchemaMigration): } } - complete_apps = ['orm'] \ No newline at end of file + complete_apps = ['orm'] diff --git a/bitbake/lib/toaster/orm/migrations/0005_auto__add_target_image_file__add_target_file__add_field_variablehistor.py b/bitbake/lib/toaster/orm/migrations/0005_auto__add_target_image_file__add_target_file__add_field_variablehistor.py index fd1d153bb7..7be7ac3bec 100644 --- a/bitbake/lib/toaster/orm/migrations/0005_auto__add_target_image_file__add_target_file__add_field_variablehistor.py +++ b/bitbake/lib/toaster/orm/migrations/0005_auto__add_target_image_file__add_target_file__add_field_variablehistor.py @@ -278,4 +278,4 @@ class Migration(SchemaMigration): } } - complete_apps = ['orm'] \ No newline at end of file + complete_apps = ['orm'] diff --git a/bitbake/lib/toaster/orm/migrations/0006_auto__add_field_target_image_size__add_field_target_license_manifest_p.py b/bitbake/lib/toaster/orm/migrations/0006_auto__add_field_target_image_size__add_field_target_license_manifest_p.py index 8195d0907d..b2be30a4a9 100644 --- a/bitbake/lib/toaster/orm/migrations/0006_auto__add_field_target_image_size__add_field_target_license_manifest_p.py +++ b/bitbake/lib/toaster/orm/migrations/0006_auto__add_field_target_image_size__add_field_target_license_manifest_p.py @@ -232,4 +232,4 @@ class Migration(SchemaMigration): } } - complete_apps = ['orm'] \ No newline at end of file + complete_apps = ['orm'] diff --git a/bitbake/lib/toaster/orm/migrations/0007_auto__add_helptext.py b/bitbake/lib/toaster/orm/migrations/0007_auto__add_helptext.py index 9c73d1b8ec..1e4c5369dc 100644 --- a/bitbake/lib/toaster/orm/migrations/0007_auto__add_helptext.py +++ b/bitbake/lib/toaster/orm/migrations/0007_auto__add_helptext.py @@ -211,4 +211,4 @@ class Migration(SchemaMigration): } } - complete_apps = ['orm'] \ No newline at end of file + complete_apps = ['orm'] diff --git a/bitbake/lib/toaster/orm/migrations/0008_auto__chg_field_variablehistory_operation__chg_field_recipe_descriptio.py b/bitbake/lib/toaster/orm/migrations/0008_auto__chg_field_variablehistory_operation__chg_field_recipe_descriptio.py index f52fc2f688..ece408a3cf 100644 --- a/bitbake/lib/toaster/orm/migrations/0008_auto__chg_field_variablehistory_operation__chg_field_recipe_descriptio.py +++ b/bitbake/lib/toaster/orm/migrations/0008_auto__chg_field_variablehistory_operation__chg_field_recipe_descriptio.py @@ -222,4 +222,4 @@ class Migration(SchemaMigration): } } - complete_apps = ['orm'] \ No newline at end of file + complete_apps = ['orm'] diff --git a/bitbake/lib/toaster/orm/migrations/0009_auto__add_projectvariable__add_projectlayer__add_projecttarget__add_pr.py b/bitbake/lib/toaster/orm/migrations/0009_auto__add_projectvariable__add_projectlayer__add_projecttarget__add_pr.py index 175998dc22..7a58dc2e61 100644 --- a/bitbake/lib/toaster/orm/migrations/0009_auto__add_projectvariable__add_projectlayer__add_projecttarget__add_pr.py +++ b/bitbake/lib/toaster/orm/migrations/0009_auto__add_projectvariable__add_projectlayer__add_projecttarget__add_pr.py @@ -283,4 +283,4 @@ class Migration(SchemaMigration): } } - complete_apps = ['orm'] \ No newline at end of file + complete_apps = ['orm'] -- cgit v1.2.3-54-g00ecf