Openembedded Core Discussions
 help / color / mirror / Atom feed
* [PATCH 0/1] Remove manifest creation bashism.
@ 2011-12-16 16:44 Beth Flanagan
  2011-12-16 16:44 ` [PATCH 1/1] license.bbclass: remove bashism Beth Flanagan
  0 siblings, 1 reply; 3+ messages in thread
From: Beth Flanagan @ 2011-12-16 16:44 UTC (permalink / raw)
  To: openembedded-core

Quick fix to a bashism that dumps cruft into rootfs log.

The following changes since commit cdba3979b9c59a653f9c0e6e779d11c5ff58bb17:

  readline: drop empty dir to shut up QA warning (2011-12-16 16:19:28 +0000)

are available in the git repository at:
  git://git.yoctoproject.org/poky-contrib eflanagan/license_dash
  http://git.yoctoproject.org/cgit.cgi/poky-contrib/log/?h=eflanagan/license_dash

Elizabeth Flanagan (1):
  license.bbclass: remove bashism

 meta/classes/license.bbclass |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)




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

* [PATCH 1/1] license.bbclass: remove bashism
  2011-12-16 16:44 [PATCH 0/1] Remove manifest creation bashism Beth Flanagan
@ 2011-12-16 16:44 ` Beth Flanagan
  2011-12-16 16:51   ` Richard Purdie
  0 siblings, 1 reply; 3+ messages in thread
From: Beth Flanagan @ 2011-12-16 16:44 UTC (permalink / raw)
  To: openembedded-core

From: Elizabeth Flanagan <elizabeth.flanagan@intel.com>

Removing a bashism that was dumping errors into rootfs log.

Signed-off-by: Elizabeth Flanagan <elizabeth.flanagan@intel.com>
---
 meta/classes/license.bbclass |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/meta/classes/license.bbclass b/meta/classes/license.bbclass
index dd5d1bc..6e82bd9 100644
--- a/meta/classes/license.bbclass
+++ b/meta/classes/license.bbclass
@@ -120,7 +120,7 @@ license_create_manifest() {
                     # Really don't need to copy the generics as they're 
                     # represented in the manifest and in the actual pkg licenses
                     # Doing so would make your image quite a bit larger
-                    if [ ! ${lic} == "generic_*" ]; then
+                    if [ ! ${lic} = "generic_*" ]; then
                         cp ${LICENSE_DIRECTORY}/${pkged_pn}/${lic} ${IMAGE_ROOTFS}/usr/share/common-licenses/${pkg}/${lic}
                     fi
                 done
-- 
1.7.1




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

* Re: [PATCH 1/1] license.bbclass: remove bashism
  2011-12-16 16:44 ` [PATCH 1/1] license.bbclass: remove bashism Beth Flanagan
@ 2011-12-16 16:51   ` Richard Purdie
  0 siblings, 0 replies; 3+ messages in thread
From: Richard Purdie @ 2011-12-16 16:51 UTC (permalink / raw)
  To: Patches and discussions about the oe-core layer

On Fri, 2011-12-16 at 08:44 -0800, Beth Flanagan wrote:
> From: Elizabeth Flanagan <elizabeth.flanagan@intel.com>
> 
> Removing a bashism that was dumping errors into rootfs log.
> 
> Signed-off-by: Elizabeth Flanagan <elizabeth.flanagan@intel.com>
> ---
>  meta/classes/license.bbclass |    2 +-
>  1 files changed, 1 insertions(+), 1 deletions(-)

Merged to master, thanks.

Richard




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

end of thread, other threads:[~2011-12-16 16:58 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-12-16 16:44 [PATCH 0/1] Remove manifest creation bashism Beth Flanagan
2011-12-16 16:44 ` [PATCH 1/1] license.bbclass: remove bashism Beth Flanagan
2011-12-16 16:51   ` Richard Purdie

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