From: Luiz Angelo Daros de Luca Date: Wed, 22 Apr 2020 04:45:05 +0000 (-0300) Subject: libvpx: remove PKG_SOURCE to use default tar.xz X-Git-Url: http://git.99rst.org/?a=commitdiff_plain;h=348d3aad2a1bd455e38d1bce689d2d49ae835592;p=openwrt-packages.git libvpx: remove PKG_SOURCE to use default tar.xz Signed-off-by: Luiz Angelo Daros de Luca --- diff --git a/libs/libvpx/Makefile b/libs/libvpx/Makefile index 10b964bae..7c0d70171 100644 --- a/libs/libvpx/Makefile +++ b/libs/libvpx/Makefile @@ -16,7 +16,6 @@ PKG_SOURCE_PROTO:=git PKG_SOURCE_URL:=https://chromium.googlesource.com/webm/libvpx PKG_MIRROR_HASH:=51e871a928fe98f14fd08285cb9b64c0d540b36b630ee7d47bc464e909366db7 PKG_SOURCE_VERSION:=v$(PKG_VERSION) -PKG_SOURCE:=$(PKG_NAME)-$(PKG_SOURCE_VERSION).tar.gz PKG_MAINTAINER:=Luiz Angelo Daros de Luca PKG_LICENSE:=BSD-3-Clause