-
Notifications
You must be signed in to change notification settings - Fork 43
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
ose: com.webos.service.flowmanager=6-r3 com.webos.app.mediaviewer=6-r…
…2 bootd=12 sam=48 :Release Notes: Add oss-pkg-info.yaml file :Detailed Notes: com.webos.service.flowmanager: submissions/5..submissions/6 25ff18e Add oss-pkg-info.yaml and fix package.json bootd: submissions/11..submissions/12 76f3a6b Launch bareapp and home apps on both display sam: submissions/47..submissions/48 58828bf Null point check to avoid segfault :Testing Performed: See the CCC ticket :QA Notes: :Issues Addressed: [PLAT-118600] CCC: com.webos.service.flowmanager=6-r3 com.webos.app.mediaviewer=6-r2 bootd=12 sam=48 [PLAT-117286] [PLAT-118596] [PLAT-117931] Change-Id: I409bba460abde4239d23e108291dc663506b6fbb
- Loading branch information
Showing
5 changed files
with
15 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
9 changes: 6 additions & 3 deletions
9
meta-webos/recipes-webos/com.webos.service.flowmanager/com.webos.app.mediaviewer.bb
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 |
---|---|---|
@@ -1,16 +1,19 @@ | ||
# Copyright (c) 2019 LG Electronics, Inc. | ||
# Copyright (c) 2019-2020 LG Electronics, Inc. | ||
|
||
SUMMARY = "webOS OSE sample app for flow" | ||
AUTHOR = "Namsu Kim <[email protected]>" | ||
SECTION = "webos/apps" | ||
LICENSE = "Apache-2.0" | ||
LIC_FILES_CHKSUM = "file://../LICENSE;md5=89aea4e17d99a7cacdbeed46a0096b10" | ||
LIC_FILES_CHKSUM = " \ | ||
file://../LICENSE;md5=89aea4e17d99a7cacdbeed46a0096b10 \ | ||
file://../oss-pkg-info.yaml;md5=66c8021042d90a78e662c2cf62e2ee13 \ | ||
" | ||
|
||
inherit webos_app | ||
inherit webos_enhanced_submissions | ||
|
||
require flowmanager.inc | ||
PR = "r1" | ||
PR = "r2" | ||
|
||
WEBOS_REPO_NAME = "com.webos.service.flowmanager" | ||
S = "${WORKDIR}/git/apps" | ||
|
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 |
---|---|---|
@@ -1,10 +1,13 @@ | ||
# Copyright (c) 2019 LG Electronics, Inc. | ||
# Copyright (c) 2019-2020 LG Electronics, Inc. | ||
|
||
SUMMARY = "webOS Flow manager" | ||
AUTHOR = "Namsu Kim <[email protected]>" | ||
SECTION = "webos/extended-service" | ||
LICENSE = "Apache-2.0" | ||
LIC_FILES_CHKSUM = "file://LICENSE;md5=89aea4e17d99a7cacdbeed46a0096b10" | ||
LIC_FILES_CHKSUM = " \ | ||
file://LICENSE;md5=89aea4e17d99a7cacdbeed46a0096b10 \ | ||
file://oss-pkg-info.yaml;md5=66c8021042d90a78e662c2cf62e2ee13 \ | ||
" | ||
|
||
RDEPENDS_${PN} += "luna-service2 pmloglib nodejs nodejs-module-webos-service nodejs-module-node-red" | ||
|
||
|
@@ -14,7 +17,7 @@ inherit webos_system_bus | |
inherit webos_enhanced_submissions | ||
|
||
require flowmanager.inc | ||
PR = "r2" | ||
PR = "r3" | ||
|
||
# The same restrition as nodejs (and nodejs-module-node-red) | ||
COMPATIBLE_MACHINE_armv4 = "(!.*armv4).*" | ||
|
2 changes: 1 addition & 1 deletion
2
meta-webos/recipes-webos/com.webos.service.flowmanager/flowmanager.inc
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