diff options
author | Peter Korsgaard <peter@korsgaard.com> | 2017-02-07 09:49:58 +0100 |
---|---|---|
committer | Peter Korsgaard <peter@korsgaard.com> | 2017-02-07 09:49:58 +0100 |
commit | 040f58ae309432542d3a8532b59ad3800fb85ffe (patch) | |
tree | 38b45c036b4097a60038bb618c646761bda76de0 | |
parent | 0e71b2381463e98785cf69abec8e563333f3e9f8 (diff) | |
download | buildroot-040f58ae309432542d3a8532b59ad3800fb85ffe.tar.gz buildroot-040f58ae309432542d3a8532b59ad3800fb85ffe.zip |
gst1-plugins-ugly: fix typo in variable name
As pointed out during the check-package discussion, there is a typo in a
variable name:
http://lists.busybox.net/pipermail/buildroot/2016-December/180765.html
Reported-by: Ricardo Martincoski <ricardo.martincoski@gmail.com>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
-rw-r--r-- | package/gstreamer1/gst1-plugins-ugly/gst1-plugins-ugly.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package/gstreamer1/gst1-plugins-ugly/gst1-plugins-ugly.mk b/package/gstreamer1/gst1-plugins-ugly/gst1-plugins-ugly.mk index 2f68919b18..2f68145ca6 100644 --- a/package/gstreamer1/gst1-plugins-ugly/gst1-plugins-ugly.mk +++ b/package/gstreamer1/gst1-plugins-ugly/gst1-plugins-ugly.mk @@ -95,7 +95,7 @@ endif ifeq ($(BR2_PACKAGE_GST1_PLUGINS_UGLY_PLUGIN_MPEG2DEC),y) GST1_PLUGINS_UGLY_CONF_OPTS += --enable-mpeg2dec GST1_PLUGINS_UGLY_DEPENDENCIES += libmpeg2 -GST1_PLUGINS_ULGY_HAS_GPL_LICENSE = y +GST1_PLUGINS_UGLY_HAS_GPL_LICENSE = y else GST1_PLUGINS_UGLY_CONF_OPTS += --disable-mpeg2dec endif |