All of lore.kernel.org
 help / color / mirror / Atom feed
From: Matthieu Poullet <matthieu.poullet@gmail.com>
To: openembedded-devel@lists.openembedded.org
Cc: Matthieu Poullet <matthieu.poullet@gmail.com>
Subject: [PATCH] Alsa-state: Wildcard removed and all *.state put back in the recipes
Date: Sun, 22 Mar 2009 15:12:22 +0100	[thread overview]
Message-ID: <1237731142-8136-1-git-send-email-matthieu.poullet@gmail.com> (raw)

The wildcard doesn't work properly.
So either the wildcard support must be fixed or all the *.state files must be added in the SRC_URI.

---
 recipes/alsa/alsa-state.bb |   10 +++++++++-
 1 files changed, 9 insertions(+), 1 deletions(-)

diff --git a/recipes/alsa/alsa-state.bb b/recipes/alsa/alsa-state.bb
index 3ebc0d5..a878c57 100644
--- a/recipes/alsa/alsa-state.bb
+++ b/recipes/alsa/alsa-state.bb
@@ -13,7 +13,15 @@ SRC_URI = "\
   file://asound.conf \
   file://asound.state \
   file://alsa-state \
-  file://*.state \
+  file://asound.state \
+  file://at91sam9263ek/asound.state \
+  file://spitz/asound.state \
+  file://tosa/asound.state \
+  file://c7x0/asound.state \
+  file://magician/asound.state \
+  file://hx4700/asound.state \
+  file://nokia800/asound.state \
+  file://akita/asound.state \
 "
 
 inherit update-rc.d
-- 
1.5.6.3




             reply	other threads:[~2009-03-22 14:13 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2009-03-22 14:12 Matthieu Poullet [this message]
2009-03-22 14:49 ` [PATCH] Alsa-state: Wildcard removed and all *.state put back in the recipes Philip Balister
2009-03-22 16:39   ` Andrea Adami
2009-03-22 18:29 ` Marcin Juszkiewicz
2009-03-22 19:15   ` Marcin Juszkiewicz
2009-03-22 19:26     ` Marcin Juszkiewicz
2009-03-22 19:26   ` Marcin Juszkiewicz

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=1237731142-8136-1-git-send-email-matthieu.poullet@gmail.com \
    --to=matthieu.poullet@gmail.com \
    --cc=openembedded-devel@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.