Skip to content

Commit fe3d652

Browse files
bramoosterhuisSanthosh Ramani
authored andcommitted
amazon-backend: Bump version
1 parent 860434d commit fe3d652

File tree

2 files changed

+36
-0
lines changed

2 files changed

+36
-0
lines changed

package/amazon-backend/Config.in

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
config BR2_PACKAGE_AMAZON_BACKEND
2+
bool "amazon backend"
3+
select BR2_PACKAGE_WPEFRAMEWORK_CLIENTLIBRARIES
4+
help
5+
amazon backend for bme player
6+
Lines changed: 30 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,30 @@
1+
################################################################################
2+
#
3+
# amazon-backend
4+
#
5+
################################################################################
6+
7+
AMAZON_BACKEND_VERSION = 4babcc88d96b10f6944b3f36f9417b342b25a788
8+
AMAZON_BACKEND_SITE = [email protected]:Metrological/amazon-backend.git
9+
AMAZON_BACKEND_SITE_METHOD = git
10+
AMAZON_BACKEND_DEPENDENCIES = wpeframework wpeframework-clientlibraries
11+
AMAZON_BACKEND_LICENSE = PROPRIETARY
12+
AMAZON_BACKEND_INSTALL_STAGING = YES
13+
14+
ifeq ($(BR2_PACKAGE_GSTREAMER1),y)
15+
AMAZON_BACKEND_DEPENDENCIES += gstreamer1 gst1-plugins-base gst1-plugins-good gst1-plugins-bad
16+
endif
17+
18+
ifeq ($(BR2_PACKAGE_BCM_REFSW),y)
19+
AMAZON_BACKEND_DEPENDENCIES += bcm-refsw
20+
endif
21+
22+
ifeq ($(BR2_PACKAGE_AMAZON_BUILD_TYPE_TESTING),y)
23+
AMAZON_BACKEND_CONF_OPTS += -DAMAZON_BUILD_TYPE="testing"
24+
endif
25+
26+
ifeq ($(BR2_PACKAGE_VSS_SDK),y)
27+
AMAZON_BACKEND_CONF_OPTS += -DAMAZON_GST_LIBRARY_PREFIX="wpe"
28+
endif
29+
30+
$(eval $(cmake-package))

0 commit comments

Comments
 (0)