All of lore.kernel.org
 help / color / mirror / Atom feed
From: Saul Wold <sgw@linux.intel.com>
To: openembedded-core@lists.openembedded.org
Subject: [PATCH 9/9] pulse: fix Bashism in string test
Date: Tue, 13 Nov 2012 21:32:51 -0800	[thread overview]
Message-ID: <aae304403f4618c5bb3dbe8dcd69db4578312aab.1352871028.git.sgw@linux.intel.com> (raw)
In-Reply-To: <cover.1352871028.git.sgw@linux.intel.com>
In-Reply-To: <cover.1352871028.git.sgw@linux.intel.com>

Signed-off-by: Saul Wold <sgw@linux.intel.com>
---
 meta/recipes-multimedia/pulseaudio/pulseaudio.inc  |    2 +-
 .../pulseaudio/pulseaudio_2.1.bb                   |    2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/meta/recipes-multimedia/pulseaudio/pulseaudio.inc b/meta/recipes-multimedia/pulseaudio/pulseaudio.inc
index 1708db7..cf4c83b 100644
--- a/meta/recipes-multimedia/pulseaudio/pulseaudio.inc
+++ b/meta/recipes-multimedia/pulseaudio/pulseaudio.inc
@@ -53,7 +53,7 @@ do_install_append() {
 	install -d ${D}${sysconfdir}/default/volatiles
 	install -m 0644 ${WORKDIR}/volatiles.04_pulse  ${D}${sysconfdir}/default/volatiles/volatiles.04_pulse
 	
-	if [ "x${TARGET_PFPU}" == "xsoft" ] ; then 
+	if [ "x${TARGET_PFPU}" = "xsoft" ] ; then 
 	     sed -i -e s:\;\ resample-method\ =\ sinc-fastest:resample-method\ =\ trivial: ${D}${sysconfdir}/pulse/daemon.conf
 	fi
 }
diff --git a/meta/recipes-multimedia/pulseaudio/pulseaudio_2.1.bb b/meta/recipes-multimedia/pulseaudio/pulseaudio_2.1.bb
index 546a80f..2468495 100644
--- a/meta/recipes-multimedia/pulseaudio/pulseaudio_2.1.bb
+++ b/meta/recipes-multimedia/pulseaudio/pulseaudio_2.1.bb
@@ -1,6 +1,6 @@
 require pulseaudio.inc
 
-PR = "r11"
+PR = "r12"
 
 DEPENDS += "libjson gdbm speex libxml-parser-perl-native"
 
-- 
1.7.7.6




      parent reply	other threads:[~2012-11-14  5:47 UTC|newest]

Thread overview: 19+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2012-11-14  5:32 [PATCH 0/9] Fixes and Updates Saul Wold
2012-11-14  5:32 ` [PATCH 1/9] packagegroup-self-hosted: add sftp server Saul Wold
2012-11-14  5:32 ` [PATCH 2/9] builder: Add password for user Saul Wold
2012-11-14 11:21   ` Otavio Salvador
2012-11-14 14:09   ` Mark Hatle
2012-11-14 16:05     ` Saul Wold
2012-11-14  5:32 ` [PATCH 3/9] less: Update to 451 Saul Wold
2012-11-14 11:26   ` Otavio Salvador
2012-11-14 11:33     ` Paul Eggleton
2012-11-14 11:36       ` Otavio Salvador
2012-11-14 14:54         ` Richard Purdie
2012-11-14  5:32 ` [PATCH 4/9] psmisc: Update to 22.20 Saul Wold
2012-11-14  5:32 ` [PATCH 5/9] kconfig-frontends: Update to 3.6 Saul Wold
2012-11-14  5:32 ` [PATCH 6/9] sysstat: Update to 10.1.2 Saul Wold
2012-11-14 11:24   ` Otavio Salvador
2012-11-14  5:32 ` [PATCH 7/9] mx: Update to 1.4.7 Saul Wold
2012-11-14  5:32 ` [PATCH 8/9] sqlite3: Update to 3.7.14.1 Saul Wold
2012-11-14  8:30   ` Martin Jansa
2012-11-14  5:32 ` 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=aae304403f4618c5bb3dbe8dcd69db4578312aab.1352871028.git.sgw@linux.intel.com \
    --to=sgw@linux.intel.com \
    --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 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.