Skip to content

Commit

Permalink
R4.4.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
Divya-563 committed Aug 24, 2023
1 parent 84e6929 commit c5a6e75
Show file tree
Hide file tree
Showing 21 changed files with 24 additions and 21 deletions.
2 changes: 1 addition & 1 deletion package/amazon-backend/amazon-backend.mk
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
#
################################################################################

AMAZON_BACKEND_VERSION = 4d898b95ed5adb7b3d459d891de577a32c72a586
AMAZON_BACKEND_VERSION = fb5980008bc820db8930460bc63021d205f5d8a0
AMAZON_BACKEND_SITE = git@github.com:Metrological/amazon-backend.git
AMAZON_BACKEND_SITE_METHOD = git
AMAZON_BACKEND_DEPENDENCIES = wpeframework wpeframework-clientlibraries
Expand Down
2 changes: 1 addition & 1 deletion package/amazon-ignition/amazon-ignition.mk
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
#
################################################################################

AMAZON_IGNITION_VERSION = 1c01901fc15bdb46c7861b5324939b78466e1fd6
AMAZON_IGNITION_VERSION = 2aeb30425093a23e3dad1ca875b0ade569b20557
AMAZON_IGNITION_SITE_METHOD = git
AMAZON_IGNITION_SITE = git@github.com:Metrological/amazon.git
AMAZON_IGNITION_DEPENDENCIES = jpeg libpng wpeframework amazon-backend libcurl
Expand Down
2 changes: 1 addition & 1 deletion package/cobalt/cobalt.mk
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
#
################################################################################

COBALT_VERSION = a772cccf1da68623f3312bb8466860e2d1964f24
COBALT_VERSION = e8de452e20f69557c4f6c80ca9abcf2689be3832
COBALT_SITE_METHOD = git
COBALT_SITE = git@github.com:Metrological/cobalt
COBALT_INSTALL_STAGING = YES
Expand Down
2 changes: 1 addition & 1 deletion package/netflix52/netflix52.mk
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
#
################################################################################

NETFLIX52_VERSION = a314bda4d1c59efac53815a7cc053314ae2c2947
NETFLIX52_VERSION = 624591a01354567363b049f7634b5da6b478b257
NETFLIX52_SITE = git@github.com:Metrological/netflix.git
NETFLIX52_SITE_METHOD = git
NETFLIX52_LICENSE = PROPRIETARY
Expand Down
2 changes: 1 addition & 1 deletion package/wpe/wpebackend-rdk/wpebackend-rdk.mk
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
#
################################################################################

WPEBACKEND_RDK_VERSION = R4.2.1
WPEBACKEND_RDK_VERSION = R4.4.0
WPEBACKEND_RDK_SITE = $(call github,WebPlatformForEmbedded,WPEBackend-rdk,$(WPEBACKEND_RDK_VERSION))
WPEBACKEND_RDK_INSTALL_STAGING = YES
WPEBACKEND_RDK_DEPENDENCIES = wpebackend libglib2
Expand Down
2 changes: 1 addition & 1 deletion package/wpe/wpeframework-amazon/wpeframework-amazon.mk
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
#
################################################################################

WPEFRAMEWORK_AMAZON_VERSION = R4.3
WPEFRAMEWORK_AMAZON_VERSION = R4.4.0
WPEFRAMEWORK_AMAZON_SITE_METHOD = git
WPEFRAMEWORK_AMAZON_SITE = git@github.com:Metrological/WPEPluginAmazon.git
WPEFRAMEWORK_AMAZON_INSTALL_STAGING = YES
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
# wpeframework-cdmi-clearkey
#
################################################################################
WPEFRAMEWORK_CDMI_CLEARKEY_VERSION = R4.3
WPEFRAMEWORK_CDMI_CLEARKEY_VERSION = R4.4.0
WPEFRAMEWORK_CDMI_CLEARKEY_SITE_METHOD = git
WPEFRAMEWORK_CDMI_CLEARKEY_SITE = git@github.com:rdkcentral/OCDM-Clearkey.git
WPEFRAMEWORK_CDMI_CLEARKEY_INSTALL_STAGING = YES
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
################################################################################

ifeq ($(BR2_PACKAGE_PLAYREADY4),y)
WPEFRAMEWORK_CDMI_PLAYREADY_VERSION = R4.3
WPEFRAMEWORK_CDMI_PLAYREADY_VERSION = R4.4.0
else
WPEFRAMEWORK_CDMI_PLAYREADY_VERSION = 59b3deba0710b9f372fd333fcc7aca2ebed483a6
endif
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
# wpeframework-cdmi-widevine
#
################################################################################
WPEFRAMEWORK_CDMI_WIDEVINE_VERSION = R4.3
WPEFRAMEWORK_CDMI_WIDEVINE_VERSION = R4.4.0
WPEFRAMEWORK_CDMI_WIDEVINE_SITE_METHOD = git
WPEFRAMEWORK_CDMI_WIDEVINE_SITE = git@github.com:rdkcentral/OCDM-Widevine.git
WPEFRAMEWORK_CDMI_WIDEVINE_INSTALL_STAGING = NO
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
# wpeframework-clientlibraries
#
################################################################################
WPEFRAMEWORK_CLIENTLIBRARIES_VERSION = R4.3
WPEFRAMEWORK_CLIENTLIBRARIES_VERSION = R4.4.0
WPEFRAMEWORK_CLIENTLIBRARIES_SITE = $(call github,rdkcentral,ThunderClientLibraries,$(WPEFRAMEWORK_CLIENTLIBRARIES_VERSION))
WPEFRAMEWORK_CLIENTLIBRARIES_INSTALL_STAGING = YES
WPEFRAMEWORK_CLIENTLIBRARIES_DEPENDENCIES = wpeframework wpeframework-interfaces
Expand Down Expand Up @@ -112,6 +112,9 @@ WPEFRAMEWORK_CLIENTLIBRARIES_CONF_OPTS += -DUSE_BROADCOM_SAGE_DRM_API=ON
endif
else ifeq ($(BR2_PACKAGE_WPEFRAMEWORK_CRYPTOGRAPHY_IMPLEMENTATION_OPENSSL),y)
WPEFRAMEWORK_CLIENTLIBRARIES_CONF_OPTS += -DCRYPTOGRAPHY_IMPLEMENTATION=OpenSSL
ifeq ($(BR2_PACKAGE_WPEFRAMEWORK_PROVISIONPROXY),y)
WPEFRAMEWORK_CLIENTLIBRARIES_CONF_OPTS += -DUSE_PROVISIONING=ON
endif
else ifeq ($(BR2_PACKAGE_WPEFRAMEWORK_CRYPTOGRAPHY_IMPLEMENTATION_THUNDER),y)
WPEFRAMEWORK_CLIENTLIBRARIES_CONF_OPTS += -DCRYPTOGRAPHY_IMPLEMENTATION=Thunder
else
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
# wpeframework-interfaces
#
################################################################################
WPEFRAMEWORK_INTERFACES_VERSION = R4.3
WPEFRAMEWORK_INTERFACES_VERSION = R4.4.0
WPEFRAMEWORK_INTERFACES_SITE = $(call github,rdkcentral,ThunderInterfaces,$(WPEFRAMEWORK_INTERFACES_VERSION))
WPEFRAMEWORK_INTERFACES_INSTALL_STAGING = YES
WPEFRAMEWORK_INTERFACES_DEPENDENCIES = wpeframework
Expand Down
2 changes: 1 addition & 1 deletion package/wpe/wpeframework-launcher/wpeframework-launcher.mk
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
WPEFRAMEWORK_LAUNCHER_VERSION = R4.3
WPEFRAMEWORK_LAUNCHER_VERSION = R4.4.0
WPEFRAMEWORK_LAUNCHER_SITE = $(call github,WebPlatformForEmbedded,WPEPluginLauncher,$(WPEFRAMEWORK_LAUNCHER_VERSION))
WPEFRAMEWORK_LAUNCHER_INSTALL_STAGING = YES
WPEFRAMEWORK_LAUNCHER_DEPENDENCIES = wpeframework wpeframework-interfaces
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
# wpeframework-libraries
#
################################################################################
WPEFRAMEWORK_LIBRARIES_VERSION = R4.3
WPEFRAMEWORK_LIBRARIES_VERSION = R4.4.0
WPEFRAMEWORK_LIBRARIES_SITE_METHOD = git
WPEFRAMEWORK_LIBRARIES_SITE = git@github.com:WebPlatformForEmbedded/ThunderLibraries.git
WPEFRAMEWORK_LIBRARIES_INSTALL_STAGING = YES
Expand Down
2 changes: 1 addition & 1 deletion package/wpe/wpeframework-netflix/wpeframework-netflix.mk
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
#
################################################################################

WPEFRAMEWORK_NETFLIX_VERSION = R4.3
WPEFRAMEWORK_NETFLIX_VERSION = R4.4.0
ifeq ($(BR2_PACKAGE_NETFLIX50),y)
WPEFRAMEWORK_NETFLIX_CONF_OPTS += -DNETFLIX_VERSION_5=true
WPEFRAMEWORK_NETFLIX_CONF_OPTS += -DNETFLIX_VERSION_5_0=true
Expand Down
2 changes: 1 addition & 1 deletion package/wpe/wpeframework-plugins/wpeframework-plugins.mk
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
# wpeframework-plugins
#
################################################################################
WPEFRAMEWORK_PLUGINS_VERSION = R4.3
WPEFRAMEWORK_PLUGINS_VERSION = R4.4.0
WPEFRAMEWORK_PLUGINS_SITE = $(call github,rdkcentral,ThunderNanoServices,$(WPEFRAMEWORK_PLUGINS_VERSION))
WPEFRAMEWORK_PLUGINS_INSTALL_STAGING = YES
WPEFRAMEWORK_PLUGINS_DEPENDENCIES = wpeframework wpeframework-interfaces wpeframework-clientlibraries libpng
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
# wpeframework-provisioning
#
################################################################################
WPEFRAMEWORK_PROVISIONING_VERSION = R4.3
WPEFRAMEWORK_PROVISIONING_VERSION = R4.4.0
WPEFRAMEWORK_PROVISIONING_SITE_METHOD = git
WPEFRAMEWORK_PROVISIONING_SITE = git@github.com:WebPlatformForEmbedded/WPEPluginProvisioning.git
WPEFRAMEWORK_PROVISIONING_INSTALL_STAGING = YES
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
# wpeframework-rdkservices
#
################################################################################
WPEFRAMEWORK_RDKSERVICES_VERSION = R4.3
WPEFRAMEWORK_RDKSERVICES_VERSION = R4.4.0
WPEFRAMEWORK_RDKSERVICES_SITE_METHOD = git
WPEFRAMEWORK_RDKSERVICES_SITE = git@github.com:WebPlatformForEmbedded/ThunderNanoServicesRDK.git
WPEFRAMEWORK_RDKSERVICES_INSTALL_STAGING = YES
Expand Down
2 changes: 1 addition & 1 deletion package/wpe/wpeframework-tools/wpeframework-tools.mk
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
# wpeframework-tools
#
################################################################################
HOST_WPEFRAMEWORK_TOOLS_VERSION = R4.3
HOST_WPEFRAMEWORK_TOOLS_VERSION = R4.4.0
HOST_WPEFRAMEWORK_TOOLS_SITE = $(call github,rdkcentral,ThunderTools,$(HOST_WPEFRAMEWORK_TOOLS_VERSION))
HOST_WPEFRAMEWORK_TOOLS_INSTALL_STAGING = YES
HOST_WPEFRAMEWORK_TOOLS_INSTALL_TARGET = NO
Expand Down
2 changes: 1 addition & 1 deletion package/wpe/wpeframework-ui/wpeframework-ui.mk
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
# WPEFramework UI
#
################################################################################
WPEFRAMEWORK_UI_VERSION = R4.3
WPEFRAMEWORK_UI_VERSION = R4.4.0
WPEFRAMEWORK_UI_SITE = $(call github,rdkcentral,ThunderUI,$(WPEFRAMEWORK_UI_VERSION))
WPEFRAMEWORK_UI_DEPENDENCIES = wpeframework wpeframework-plugins

Expand Down
2 changes: 1 addition & 1 deletion package/wpe/wpeframework/wpeframework.mk
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
# wpeframework
#
################################################################################
WPEFRAMEWORK_VERSION = R4.3
WPEFRAMEWORK_VERSION = R4.4.0
WPEFRAMEWORK_SITE = $(call github,rdkcentral,Thunder,$(WPEFRAMEWORK_VERSION))
WPEFRAMEWORK_INSTALL_STAGING = YES
WPEFRAMEWORK_DEPENDENCIES = zlib $(call qstrip,$(BR2_PACKAGE_SDK_INSTALL)) host-wpeframework-tools
Expand Down
2 changes: 1 addition & 1 deletion package/wpe/wpewebkit/wpewebkit.mk
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ endif

ifeq ($(BR2_PACKAGE_WPEWEBKIT2_28),y)
WPEWEBKIT_VERSION_VALUE = 2.28
WPEWEBKIT_VERSION = 48a6673fa6897be5d1feff94efc3c3598765d491
WPEWEBKIT_VERSION = a8cb57195b377b58b8f5ef13d8c60f9b36ed2c7e
endif

ifeq ($(BR2_PACKAGE_WPEWEBKIT2_38),y)
Expand Down

0 comments on commit c5a6e75

Please sign in to comment.