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 e36d6abee3..05a1a357de 100644
--- a/meta/lib/oe/package_manager.py
+++ b/meta/lib/oe/package_manager.py
@@ -1410,6 +1410,10 @@ class OpkgPM(PackageManager):
1410 else: 1410 else:
1411 status.write(line + "\n") 1411 status.write(line + "\n")
1412 1412
1413 # Append a blank line after each package entry to ensure that it
1414 # is separated from the following entry
1415 status.write("\n")
1416
1413 ''' 1417 '''
1414 The following function dummy installs pkgs and returns the log of output. 1418 The following function dummy installs pkgs and returns the log of output.
1415 ''' 1419 '''