All of lore.kernel.org
 help / color / mirror / Atom feed
From: Saul Wold <sgw@linux.intel.com>
To: Ross Burton <ross.burton@intel.com>
Cc: openembedded-core@lists.openembedded.org
Subject: Re: [PATCH] gsettings.bbclass: fix whitespace
Date: Thu, 06 Sep 2012 11:17:47 -0700	[thread overview]
Message-ID: <5048E8CB.4070409@linux.intel.com> (raw)
In-Reply-To: <1346844999-9420-1-git-send-email-ross.burton@intel.com>

On 09/05/2012 04:36 AM, Ross Burton wrote:
> As nothing in oe-core uses gsettings, it wasn't noticed that the whitespace is
> wrong.
>
> Signed-off-by: Ross Burton <ross.burton@intel.com>
> ---
>   meta/classes/gsettings.bbclass |   32 ++++++++++++++++----------------
>   1 file changed, 16 insertions(+), 16 deletions(-)
>
> diff --git a/meta/classes/gsettings.bbclass b/meta/classes/gsettings.bbclass
> index 1e3f7a1..dec5abc 100644
> --- a/meta/classes/gsettings.bbclass
> +++ b/meta/classes/gsettings.bbclass
> @@ -18,20 +18,20 @@ gsettings_postinstrm () {
>   }
>
>   python populate_packages_append () {
> -	pkg = d.getVar('PN', True)
> -	bb.note("adding gsettings postinst scripts to %s" % pkg)
> -
> -	postinst = d.getVar('pkg_postinst_%s' % pkg, True) or d.getVar('pkg_postinst', True)
> -	if not postinst:
> -		postinst = '#!/bin/sh\n'
> -	postinst += d.getVar('gsettings_postinstrm', True)
> -	d.setVar('pkg_postinst_%s' % pkg, postinst)
> -
> -	bb.note("adding gsettings postrm scripts to %s" % pkg)
> -
> -	postrm = d.getVar('pkg_postrm_%s' % pkg, True) or d.getVar('pkg_postrm', True)
> -	if not postrm:
> -		postrm = '#!/bin/sh\n'
> -	postrm += d.getVar('gsettings_postinstrm', True)
> -	d.setVar('pkg_postrm_%s' % pkg, postrm)
> +    pkg = d.getVar('PN', True)
> +    bb.note("adding gsettings postinst scripts to %s" % pkg)
> +
> +    postinst = d.getVar('pkg_postinst_%s' % pkg, True) or d.getVar('pkg_postinst', True)
> +    if not postinst:
> +        postinst = '#!/bin/sh\n'
> +    postinst += d.getVar('gsettings_postinstrm', True)
> +    d.setVar('pkg_postinst_%s' % pkg, postinst)
> +
> +    bb.note("adding gsettings postrm scripts to %s" % pkg)
> +
> +    postrm = d.getVar('pkg_postrm_%s' % pkg, True) or d.getVar('pkg_postrm', True)
> +    if not postrm:
> +        postrm = '#!/bin/sh\n'
> +    postrm += d.getVar('gsettings_postinstrm', True)
> +    d.setVar('pkg_postrm_%s' % pkg, postrm)
>   }
>
Merged into OE-Core

Thanks
	Sau!




      reply	other threads:[~2012-09-06 18:30 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2012-09-05 11:36 [PATCH] gsettings.bbclass: fix whitespace Ross Burton
2012-09-06 18:17 ` Saul Wold [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=5048E8CB.4070409@linux.intel.com \
    --to=sgw@linux.intel.com \
    --cc=openembedded-core@lists.openembedded.org \
    --cc=ross.burton@intel.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.