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 1c33b0fb64..8e871a59f9 100644
--- a/meta/lib/oe/package_manager.py
+++ b/meta/lib/oe/package_manager.py
@@ -1381,6 +1381,10 @@ class OpkgPM(PackageManager):
1381 else: 1381 else:
1382 status.write(line + "\n") 1382 status.write(line + "\n")
1383 1383
1384 # Append a blank line after each package entry to ensure that it
1385 # is separated from the following entry
1386 status.write("\n")
1387
1384 ''' 1388 '''
1385 The following function dummy installs pkgs and returns the log of output. 1389 The following function dummy installs pkgs and returns the log of output.
1386 ''' 1390 '''