From: Markus Heidelberg <markus.heidelberg@web.de>
To: buildroot@busybox.net
Subject: [Buildroot] [PATCH] svn commit: trunk/buildroot/package: audio
Date: Sat, 6 Sep 2008 18:09:27 +0200 [thread overview]
Message-ID: <200809061809.27876.markus.heidelberg@web.de> (raw)
In-Reply-To: <200809061559.45793.michel@crondor.net>
Michel Wilson, 06.09.2008:
> On Friday 05 September 2008 14:06:50 laird at uclibc.org wrote:
> > Author: laird
> > Date: 2008-09-05 05:06:50 -0700 (Fri, 05 Sep 2008)
> > New Revision: 23330
> >
> > Log:
> > audio: Move all audio packages into audio subdir
> >
> > Moved all audio packages into a subdir called audio.
> > I then created a Config.in and made sure that a audio.mk
> > existed.
>
> You missed some paths in package/audio/festival, see the attached patch.
There were also some old paths in the Config.in, see patch below.
> Note: it's my first contribution to buildroot, hopefully the patch etc. are in
> the correct format.
It applied. I don't know whether inline patches are preferred over
attachments. You'd have the possibility to comment on specific lines then.
Markus
diff --git a/package/audio/festival/Config.in b/package/audio/festival/Config.in
index 209c95b..4141e7a 100644
--- a/package/audio/festival/Config.in
+++ b/package/audio/festival/Config.in
@@ -8,15 +8,15 @@ help
if BR2_PACKAGE_FESTIVAL
menu "speech tools"
- source "package/festival/speech-tools/Config.in"
+ source "package/audio/festival/speech-tools/Config.in"
endmenu
menu "festival lexicons"
- source "package/festival/lexicons/Config.in"
+ source "package/audio/festival/lexicons/Config.in"
endmenu
menu "festival voices"
- source "package/festival/voices/Config.in"
+ source "package/audio/festival/voices/Config.in"
endmenu
endif
next prev parent reply other threads:[~2008-09-06 16:09 UTC|newest]
Thread overview: 8+ messages / expand[flat|nested] mbox.gz Atom feed top
2008-09-05 12:06 [Buildroot] svn commit: trunk/buildroot/package: audio laird at uclibc.org
2008-09-06 13:59 ` Michel Wilson
2008-09-06 16:09 ` Markus Heidelberg [this message]
2008-09-06 20:51 ` [Buildroot] [PATCH] " Peter Korsgaard
2008-09-06 20:49 ` [Buildroot] " Peter Korsgaard
2008-09-06 20:52 ` Peter Korsgaard
2008-09-06 21:44 ` [Buildroot] [PATCH] " Markus Heidelberg
2008-09-06 22:40 ` Peter Korsgaard
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=200809061809.27876.markus.heidelberg@web.de \
--to=markus.heidelberg@web.de \
--cc=buildroot@busybox.net \
/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.