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)
commit96d90ae4e782559c78ae48de5230a9e3a8a08964
tree66169a4f46ee0b2df5c7a3c997c956fac11539d8
parent71a31b23570f343432ad042979e1a20f42d562a0
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>
package/libva-utils/libva-utils.mk