babeld: fix typo in variable name
authorPeter Korsgaard <peter@korsgaard.com>
Tue, 7 Feb 2017 08:41:58 +0000 (09:41 +0100)
committerPeter Korsgaard <peter@korsgaard.com>
Tue, 7 Feb 2017 08:43:41 +0000 (09:43 +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

Fixing that also shows that the license file was misspelled, so fix that as
well (LICENSE/LICENCE).

Reported-by: Ricardo Martincoski <ricardo.martincoski@gmail.com>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
package/babeld/babeld.mk

index ca39c7143baace1437ba95faa4ca4179cff77fda..d718237d98d5cba9fda520580d0db5e51adeac9f 100644 (file)
@@ -6,8 +6,8 @@
 
 BABELD_VERSION = 1.7.1
 BABELD_SITE = http://www.pps.univ-paris-diderot.fr/~jch/software/files
-BALELD_LICENSE = MIT
-BALELD_LICENSE_FILES = LICENSE
+BABELD_LICENSE = MIT
+BABELD_LICENSE_FILES = LICENCE
 
 define BABELD_BUILD_CMDS
        $(MAKE) -C $(@D) $(TARGET_CONFIGURE_OPTS)