Openembedded Core Discussions
 help / color / mirror / Atom feed
* [PATCH 0/1] Related to fix for YB6502
@ 2014-07-18 12:41 Roxana Ciobanu
  2014-07-18 12:41 ` [PATCH 1/1] license.bbclass: fix indentation in python function Roxana Ciobanu
  0 siblings, 1 reply; 2+ messages in thread
From: Roxana Ciobanu @ 2014-07-18 12:41 UTC (permalink / raw)
  To: openembedded-core

The following changes since commit 1f45232dc008599501e138c5327c7f8a901dbf55:

  subversion: neon support was dropped, switch to serf (2014-07-17 23:13:59 +0100)

are available in the git repository at:

  git://git.yoctoproject.org/poky-contrib roxana/license
  http://git.yoctoproject.org/cgit.cgi/poky-contrib/log/?h=roxana/license

Roxana Ciobanu (1):
  license.bbclass: fix indentation in python function

 meta/classes/license.bbclass | 12 ++++++------
 1 file changed, 6 insertions(+), 6 deletions(-)

-- 
1.9.1



^ permalink raw reply	[flat|nested] 2+ messages in thread

* [PATCH 1/1] license.bbclass: fix indentation in python function
  2014-07-18 12:41 [PATCH 0/1] Related to fix for YB6502 Roxana Ciobanu
@ 2014-07-18 12:41 ` Roxana Ciobanu
  0 siblings, 0 replies; 2+ messages in thread
From: Roxana Ciobanu @ 2014-07-18 12:41 UTC (permalink / raw)
  To: openembedded-core

If we don't fix this, the fix for bug 6502 will trigger warnings
that the write_package_manifest function contains tabs.

Related to fix for [YOCTO #6502].

Signed-off-by: Roxana Ciobanu <roxana.ciobanu@intel.com>
---
 meta/classes/license.bbclass | 12 ++++++------
 1 file changed, 6 insertions(+), 6 deletions(-)

diff --git a/meta/classes/license.bbclass b/meta/classes/license.bbclass
index 08f0665..2a6e869 100644
--- a/meta/classes/license.bbclass
+++ b/meta/classes/license.bbclass
@@ -17,12 +17,12 @@ do_populate_lic[dirs] = "${LICSSTATEDIR}/${PN}"
 do_populate_lic[cleandirs] = "${LICSSTATEDIR}"
 
 python write_package_manifest() {
-	# Get list of installed packages
-	license_image_dir = d.expand('${LICENSE_DIRECTORY}/${IMAGE_NAME}')
-	bb.utils.mkdirhier(license_image_dir)
-	from oe.rootfs import image_list_installed_packages
-	open(os.path.join(license_image_dir, 'package.manifest'),
-         'w+').write(image_list_installed_packages(d))
+    # Get list of installed packages
+    license_image_dir = d.expand('${LICENSE_DIRECTORY}/${IMAGE_NAME}')
+    bb.utils.mkdirhier(license_image_dir)
+    from oe.rootfs import image_list_installed_packages
+    open(os.path.join(license_image_dir, 'package.manifest'),
+        'w+').write(image_list_installed_packages(d))
 }
 
 license_create_manifest() {
-- 
1.9.1



^ permalink raw reply related	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2014-07-18 12:41 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-07-18 12:41 [PATCH 0/1] Related to fix for YB6502 Roxana Ciobanu
2014-07-18 12:41 ` [PATCH 1/1] license.bbclass: fix indentation in python function Roxana Ciobanu

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox