File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff 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
Original file line number Diff line number Diff line change 4444 WIDEVINE_BUILD_DIR =Release
4545endif
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
6969define 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
You can’t perform that action at this time.
0 commit comments