summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorThomas Petazzoni <thomas.petazzoni@bootlin.com>2019-01-17 09:27:11 +0100
committerThomas Petazzoni <thomas.petazzoni@bootlin.com>2019-01-17 09:27:11 +0100
commit96d90ae4e782559c78ae48de5230a9e3a8a08964 (patch)
tree66169a4f46ee0b2df5c7a3c997c956fac11539d8
parent71a31b23570f343432ad042979e1a20f42d562a0 (diff)
downloadbuildroot-96d90ae4e782559c78ae48de5230a9e3a8a08964.tar.gz
buildroot-96d90ae4e782559c78ae48de5230a9e3a8a08964.zip
package/libva-utils: drop _SOURCE variable which has the default value
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>
-rw-r--r--package/libva-utils/libva-utils.mk1
1 files changed, 0 insertions, 1 deletions
diff --git a/package/libva-utils/libva-utils.mk b/package/libva-utils/libva-utils.mk
index f08ffebb23..ac341cd428 100644
--- a/package/libva-utils/libva-utils.mk
+++ b/package/libva-utils/libva-utils.mk
@@ -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
OpenPOWER on IntegriCloud