Skip to content

Commit 90d4334

Browse files
widevine: rename config option
1 parent 3f2a0e9 commit 90d4334

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

package/widevine/Config.in

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ config BR2_PACKAGE_WIDEVINE_INSTALL_UT
1717
help
1818
Install a unit test binary "widevine_ce_cdm_unittest" on the target device.
1919

20-
config BR2_ENABLE_PROVISIONING_APP
20+
config BR2_PACKAGE_WIDEVINE_ENABLE_PROVISIONING_APP
2121
bool "Provioning App"
2222
select BR2_PACKAGE_LIBCURL
2323
help

package/widevine/widevine.mk

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ else
4444
WIDEVINE_BUILD_DIR=Release
4545
endif
4646

47-
ifeq ($(BR2_ENABLE_PROVISIONING_APP),y)
47+
ifeq ($(BR2_PACKAGE_WIDEVINE_ENABLE_PROVISIONING_APP),y)
4848
WIDEVINE_PROVISIONING_APP = --provisioning_app
4949
WIDEVINE_DEPENDENCIES = libcurl openssl
5050

@@ -69,7 +69,7 @@ endef
6969
define WIDEVINE_INSTALL_STAGING_CMDS
7070
$(INSTALL) -d $(STAGING_DIR)/usr/lib/widevine
7171
$(INSTALL) -D $(@D)/out/wpe/$(WIDEVINE_BUILD_DIR)/*.a $(STAGING_DIR)/usr/lib/widevine
72-
72+
7373
$(INSTALL) -d $(STAGING_DIR)/usr/include/widevine
7474
$(INSTALL) -D $(@D)/cdm/include/*.h $(STAGING_DIR)/usr/include/widevine
7575
$(INSTALL) -D $(@D)/core/include/*.h $(STAGING_DIR)/usr/include/widevine

0 commit comments

Comments
 (0)