package/libva-utils: drop _SOURCE variable which has the default value
authorThomas Petazzoni <thomas.petazzoni@bootlin.com>
Thu, 17 Jan 2019 08:27:11 +0000 (09:27 +0100)
committerThomas Petazzoni <thomas.petazzoni@bootlin.com>
Thu, 17 Jan 2019 08:27:11 +0000 (09:27 +0100)
Since commit b0907949261ef5e8179c027c086903f30417dd66
("package/libva-utils: bump to version 2.3.0"), the LIBVA_UTILS_SOURCE
variable has the default value of the <pkg>_SOURCE variable, so
check-package complains:

package/libva-utils/libva-utils.mk:8: remove default value of _SOURCE variable (http://nightly.buildroot.org/#generic-package-reference)

Let's fix this by dropping the now unneeded variable assignment.

Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
package/libva-utils/libva-utils.mk

index f08ffebb2344fdd662639f54bafd430e4017d611..ac341cd428e90ff0e81104dab47a12c492e2787e 100644 (file)
@@ -5,7 +5,6 @@
 ################################################################################
 
 LIBVA_UTILS_VERSION = 2.3.0
-LIBVA_UTILS_SOURCE = libva-utils-$(LIBVA_UTILS_VERSION).tar.gz
 LIBVA_UTILS_SITE = https://github.com/intel/libva-utils/archive/$(LIBVA_UTILS_VERSION)
 LIBVA_UTILS_LICENSE = MIT
 LIBVA_UTILS_LICENSE_FILES = COPYING