summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--meta/lib/oe/package_manager.py4
1 files changed, 4 insertions, 0 deletions
diff --git a/meta/lib/oe/package_manager.py b/meta/lib/oe/package_manager.py
index e1ec75e52b..1af5c86f58 100644
--- a/meta/lib/oe/package_manager.py
+++ b/meta/lib/oe/package_manager.py
@@ -1411,6 +1411,10 @@ class OpkgPM(PackageManager):
1411 else: 1411 else:
1412 status.write(line + "\n") 1412 status.write(line + "\n")
1413 1413
1414 # Append a blank line after each package entry to ensure that it
1415 # is separated from the following entry
1416 status.write("\n")
1417
1414 ''' 1418 '''
1415 The following function dummy installs pkgs and returns the log of output. 1419 The following function dummy installs pkgs and returns the log of output.
1416 ''' 1420 '''