libdvbcsa: add BUILD_PATENTED
This was missing in the initial commit. Add AUTORELEASE as well for simplicity. Signed-off-by: Rosen Penev <rosenp@gmail.com>
This commit is contained in:
parent
9a6c2339b0
commit
ec6a3a1ef4
1 changed files with 2 additions and 1 deletions
|
@ -8,7 +8,7 @@
|
||||||
include $(TOPDIR)/rules.mk
|
include $(TOPDIR)/rules.mk
|
||||||
|
|
||||||
PKG_NAME:=libdvbcsa
|
PKG_NAME:=libdvbcsa
|
||||||
PKG_RELEASE:=1
|
PKG_RELEASE:=$(AUTORELEASE)
|
||||||
|
|
||||||
PKG_SOURCE_VERSION:=bc6c0b164a87ce05e9925785cc6fb3f54c02b026
|
PKG_SOURCE_VERSION:=bc6c0b164a87ce05e9925785cc6fb3f54c02b026
|
||||||
PKG_HASH:=2d761c9e094642f2c9aa7e66534c6147a59d0d0bc709ec0f2fdbb34bf020d8ec
|
PKG_HASH:=2d761c9e094642f2c9aa7e66534c6147a59d0d0bc709ec0f2fdbb34bf020d8ec
|
||||||
|
@ -31,6 +31,7 @@ define Package/libdvbcsa
|
||||||
CATEGORY:=Libraries
|
CATEGORY:=Libraries
|
||||||
TITLE:=DVB Common Scrambling Algorithm Library
|
TITLE:=DVB Common Scrambling Algorithm Library
|
||||||
URL:=https://www.videolan.org/developers/libdvbcsa.html
|
URL:=https://www.videolan.org/developers/libdvbcsa.html
|
||||||
|
DEPENDS:=@BUILD_PATENTED
|
||||||
endef
|
endef
|
||||||
|
|
||||||
define Package/libdvbcsa/description
|
define Package/libdvbcsa/description
|
||||||
|
|
Loading…
Reference in a new issue