[Buildroot] [git commit] gst1-plugins-bad: fix sndfile comment

Peter Korsgaard peter at korsgaard.com
Tue Sep 16 21:05:12 UTC 2014


commit: http://git.buildroot.net/buildroot/commit/?id=0112fcfa8c804a0ba596462cb9b6d6b3e84b7d20
branch: http://git.buildroot.net/buildroot/commit/?id=refs/heads/master

The package is not called gst-plugins-bad, and the other comments in the
file are of the "foo plugin needs a toolchain w/.." form, so use that for
sndfile as well.

Signed-off-by: Peter Korsgaard <peter at korsgaard.com>
---
 package/gstreamer1/gst1-plugins-bad/Config.in |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/package/gstreamer1/gst1-plugins-bad/Config.in b/package/gstreamer1/gst1-plugins-bad/Config.in
index fd37dc7..9cb275d 100644
--- a/package/gstreamer1/gst1-plugins-bad/Config.in
+++ b/package/gstreamer1/gst1-plugins-bad/Config.in
@@ -479,7 +479,7 @@ config BR2_PACKAGE_GST1_PLUGINS_BAD_PLUGIN_SNDFILE
 	select BR2_PACKAGE_LIBSNDFILE
 	depends on BR2_LARGEFILE
 
-comment "gst-plugins-bad-plugin-sndfile needs a toolchain w/ largefile"
+comment "sndfile plugin needs a toolchain w/ largefile"
 	depends on !BR2_LARGEFILE
 
 config BR2_PACKAGE_GST1_PLUGINS_BAD_PLUGIN_DVB


More information about the buildroot mailing list