Skip to content

Commit 88b2645

Browse files
committed
[wpeframework] bump and cleanup
1 parent a9ac8df commit 88b2645

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

package/wpe/wpeframework/S80WPEFramework

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ start() {
1414
mount -a
1515

1616
# make sure netflix has proper mapping
17-
if [ ! -d /root/Netflix/dpi ]; then
17+
if [ -f /etc/WPEFramework/plugins/Netflix.json ] && [ ! -d /root/Netflix/dpi ]; then
1818
mkdir -p /root/Netflix/dpi
1919
ln -sfn /etc/playready /root/Netflix/dpi/playready
2020
fi

package/wpe/wpeframework/wpeframework.mk

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
#
55
################################################################################
66

7-
WPEFRAMEWORK_VERSION = 56ca8055d45ff5a9ea07b0173341dea6d2e9fdb1
7+
WPEFRAMEWORK_VERSION = 6445a0eaf10c20e39236633cba75a4131c4b0a7f
88
WPEFRAMEWORK_SITE = $(call github,WebPlatformForEmbedded,WPEFramework,$(WPEFRAMEWORK_VERSION))
99
WPEFRAMEWORK_INSTALL_STAGING = YES
1010
WPEFRAMEWORK_DEPENDENCIES = zlib $(call qstrip,$(BR2_PACKAGE_SDK_INSTALL))

0 commit comments

Comments
 (0)