[Buildroot] [PATCH] svn commit: trunk/buildroot/package: audio

Markus Heidelberg markus.heidelberg at web.de
Sat Sep 6 16:09:27 UTC 2008


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




More information about the buildroot mailing list