From: Phil Blundell <philb@gnu.org>
To: Patches and discussions about the oe-core layer
<openembedded-core@lists.openembedded.org>
Subject: Re: [PATCH 11/32] sysvinit-inittab_2.88dsf.bb: Allow multiple serial port consoles to be defined
Date: Tue, 11 Sep 2012 12:49:15 +0100 [thread overview]
Message-ID: <1347364156.6856.18.camel@phil-desktop> (raw)
In-Reply-To: <2e7dddfce4a40a56f671116a2001b13c57667c70.1344892361.git.scott.a.garman@intel.com>
On Mon, 2012-08-13 at 14:14 -0700, Scott Garman wrote:
> +pkg_postinst_${PN} () {
> +# run this on the target
> +if [ "x$D" == "x" ]; then
By the way, "==" is a bashism; that should just be "=" for portability.
Or you can use '-z "$D"' which is also portable.
p.
next prev parent reply other threads:[~2012-09-11 12:01 UTC|newest]
Thread overview: 39+ messages / expand[flat|nested] mbox.gz Atom feed top
2012-08-13 21:14 [PATCH 00/32] denzil pull request1 Scott Garman
2012-08-13 21:14 ` [PATCH 01/32] xinetd: Update to 2.3.15 Scott Garman
2012-08-13 21:14 ` [PATCH 02/32] linux-dtb: add multi-dtb build support Scott Garman
2012-08-13 21:14 ` [PATCH 03/32] libxml-parser-perl_2.41.bb: fix MakeMaker issues with using wrong CC/LD/etc Scott Garman
2012-08-13 21:14 ` [PATCH 04/32] qemu-0.15.1: add patch to fix compilatation problems on powerpc Scott Garman
2012-08-13 21:14 ` [PATCH 05/32] packagedata.py: Fix get_subpkgedata_fn for multilib Scott Garman
2012-08-13 21:14 ` [PATCH 06/32] dtc.inc: fix for libdir == /usr/lib64 Scott Garman
2012-08-13 21:14 ` [PATCH 07/32] openjade-native_1.3.2.bb: fix typo and change the deps exclusion to correct var Scott Garman
2012-08-13 21:14 ` [PATCH 08/32] gcc-configure-common.inc: use --with-long-double-128 on powerpc to comply with ABI Scott Garman
2012-08-13 21:14 ` [PATCH 09/32] gcc: gcc-cross-canadian: use correct location for libraries for powerpc64 Scott Garman
2012-08-13 21:14 ` [PATCH 10/32] libgomp: add libgomp (openmp) library, and build for powerpc targets by default Scott Garman
2012-08-13 21:14 ` [PATCH 11/32] sysvinit-inittab_2.88dsf.bb: Allow multiple serial port consoles to be defined Scott Garman
2012-09-08 21:21 ` Phil Blundell
2012-09-10 16:56 ` McClintock Matthew-B29882
2012-09-10 16:59 ` Phil Blundell
2012-09-11 11:49 ` Phil Blundell [this message]
2012-09-11 16:24 ` McClintock Matthew-B29882
2012-08-13 21:14 ` [PATCH 12/32] lsof: define linux C library type when using eglibc Scott Garman
2012-08-13 21:14 ` [PATCH 13/32] task-core-sdk.bb: add libgomp and libgomp-dev by RECOMMENDS Scott Garman
2012-08-13 21:14 ` [PATCH 14/32] augeas: Add libxml2 dependency Scott Garman
2012-08-13 21:14 ` [PATCH 15/32] curl: enable ssl support Scott Garman
2012-08-13 21:14 ` [PATCH 16/32] curl: Use gnutls for target and openssl for native Scott Garman
2012-08-13 21:14 ` [PATCH 17/32] xserver-xorg: Fix build on powerpc Scott Garman
2012-08-13 21:14 ` [PATCH 18/32] kernel.bbclass: Copy bounds.h only if it exists, needed for 2.6.x Scott Garman
2012-08-13 21:15 ` [PATCH 19/32] gcc-package-runtime.inc: Fix QA warning Scott Garman
2012-08-13 21:15 ` [PATCH 20/32] task-core-tools-testapps.bb: kexec-tools does not work on e5500-64b parts Scott Garman
2012-08-13 21:15 ` [PATCH 21/32] image_types.bbclass: redefine EXTRA_IMAGECMD_jffs2 to leverage siteinfo Scott Garman
2012-08-13 21:15 ` [PATCH 22/32] libtool: fixed parallel build related race Scott Garman
2012-08-13 21:15 ` [PATCH 23/32] utils.bbclass: add helper function to add all multilib variants of a specific package Scott Garman
2012-08-13 21:15 ` [PATCH 24/32] tcl: fix target recipe build issue on older distros Scott Garman
2012-08-13 21:15 ` [PATCH 25/32] u-boot.inc: update linker arguments to pass --sysroot arg Scott Garman
2012-08-13 21:15 ` [PATCH 26/32] shadow-native: use 'users' group by default Scott Garman
2012-08-13 21:15 ` [PATCH 27/32] shadow: " Scott Garman
2012-08-13 21:15 ` [PATCH 28/32] foomatic: fix perl path for target Scott Garman
2012-08-13 21:15 ` [PATCH 29/32] classes/rootfs_*: fix splitting package dependency strings Scott Garman
2012-08-13 21:15 ` [PATCH 30/32] buildhistory_analysis: fix error when version specifier missing Scott Garman
2012-08-13 21:15 ` [PATCH 31/32] scripts/buildhistory-diff: add GitPython version check Scott Garman
2012-08-13 21:15 ` [PATCH 32/32] classes/license: fix manifest to work with deb Scott Garman
2012-08-21 10:38 ` [PATCH 00/32] denzil pull request1 Richard Purdie
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=1347364156.6856.18.camel@phil-desktop \
--to=philb@gnu.org \
--cc=openembedded-core@lists.openembedded.org \
/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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox