File tree Expand file tree Collapse file tree 2 files changed +36
-0
lines changed
Expand file tree Collapse file tree 2 files changed +36
-0
lines changed Original file line number Diff line number Diff line change 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+
Original file line number Diff line number Diff line change 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))
You can’t perform that action at this time.
0 commit comments