forked from buildroot/buildroot
-
Notifications
You must be signed in to change notification settings - Fork 69
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[DELIVERY] Move from sources to a binary archive for the Amazon compo…
…nents.
- Loading branch information
Showing
4 changed files
with
31 additions
and
9 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
config BR2_PACKAGE_LIBAMAZON | ||
bool "libamazon" | ||
depends on BR2_mipsel | ||
select BR2_PACKAGE_JPEG | ||
select BR2_PACKAGE_ZLIB | ||
select BR2_PACKAGE_LIBCURL | ||
select BR2_PACKAGE_LIBPNG | ||
select BR2_PACKAGE_WPEFRAMEWORK | ||
select BR2_PACKAGE_WPEFRAMEWORK_VIRTUALINPUT | ||
|
||
help | ||
This is the binary build package for the amazon application through | ||
the injected bundle in the Thunder AppEngine WebKitBrowser |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,16 @@ | ||
################################################################################ | ||
# | ||
# libamazon | ||
# | ||
################################################################################ | ||
|
||
LIBAMAZON_VERSION = dca2d056f0e45711fe7c4555bb117cc8f338b15f | ||
LIBAMAZON_SITE_METHOD = git | ||
LIBAMAZON_SITE = [email protected]:Metrological/libamazon.git | ||
LIBAMAZON_LICENSE = PROPRIETARY | ||
LIBAMAZON_REDISTRIBUTE = NO | ||
LIBAMAZON_INSTALL_STAGING = YES | ||
|
||
LIBAMAZON_DEPENDENCIES = zlib jpeg libcurl libpng wpeframework gstreamer1 gst1-plugins-base gst1-plugins-good gst1-plugins-bad | ||
|
||
$(eval $(cmake-package)) |