gst1-plugins-ugly: fix typo in variable name
authorPeter Korsgaard <peter@korsgaard.com>
Tue, 7 Feb 2017 08:49:58 +0000 (09:49 +0100)
committerPeter Korsgaard <peter@korsgaard.com>
Tue, 7 Feb 2017 08:49:58 +0000 (09:49 +0100)
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>
package/gstreamer1/gst1-plugins-ugly/gst1-plugins-ugly.mk

index 2f68919b18a5e5e6fb06134f48f0d90b4cc54d84..2f68145ca6d14f2ab95f17e9ba796750fc6435ac 100644 (file)
@@ -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