Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

afm-widget-examples: build demos from sources. #33

Open
wants to merge 1 commit into
base: flounder.chromium68
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
afm-widget-examples: build demos from sources.
Create wgt packages from application sources downloaded from:
https://github.com/jaragunde/wam-demo-applications

This repository includes the previous demos and some new ones:
* aquarium (WebGL)
* blob (WebGL)
* solar-system (CSS3)

[SPEC-1987] Build WAM demo applications from sources
https://jira.automotivelinux.org/browse/SPEC-1987

Signed-off-by: Jacobo Aragunde Pérez <jaragunde@igalia.com>
jaragunde committed Dec 18, 2018
commit fa5a74b9d629ff019e3c093484395fc7d8e5d202
27 changes: 7 additions & 20 deletions recipes-apps/afm-widget-examples/afm-widget-examples.bb
Original file line number Diff line number Diff line change
@@ -1,30 +1,17 @@
DESCRIPTION = "AGL Application Framework - Example widgets"
DESCRIPTION = "WAM demo applications for AGL"
LICENSE = "Apache-2.0"
LIC_FILES_CHKSUM = "\
file://${COMMON_LICENSE_DIR}/Apache-2.0;md5=89aea4e17d99a7cacdbeed46a0096b10 \
file://LICENSE;md5=3b83ef96387f14655fc854ddc3c6bd57 \
"

PR = "r0"
inherit aglwgt

SRC_URI += "git://github.com/iotbzh/afm-widget-examples.git;branch=master"
SRC_URI[md5sum] = "73b5290664d82b97d800fc1d24dd70fc"
DEPENDS = "zip-native"
RDEPENDS_${PN} = "virtual/webruntime"

SRC_URI += " \
file://hvac-enact.wgt \
file://youtube-agl.wgt \
"
PR = "r0"

SRC_URI = "git://github.com/jaragunde/wam-demo-applications.git;branch=master"

S = "${WORKDIR}/git"
SRCREV = "${AUTOREV}"

inherit aglwgt

do_aglwgt_package() {
install -d ${B}/package
cp ${S}/memory-match.wgt ${B}/package/memory-match.wgt
cp ${S}/annex.wgt ${B}/package/annex.wgt
cp ${WORKDIR}/hvac-enact.wgt ${B}/package/hvac-enact.wgt
cp ${WORKDIR}/youtube-agl.wgt ${B}/package/youtube-agl.wgt
}

Binary file not shown.
Binary file not shown.