Skip to content

Commit

Permalink
ose: Modify recipe author
Browse files Browse the repository at this point in the history
:Release Notes:

:Detailed Notes:

:Testing Performed:
N/A

:QA Notes:
N/A

:Issues Addressed:
[WRP-4485] Fix author of webOS component Part 2

Change-Id: Ic9a41197a4ab39186dc4951f5709adb4d46388ca
  • Loading branch information
Hyunjae Shin committed Dec 14, 2022
1 parent 4a79578 commit 7f0f93f
Show file tree
Hide file tree
Showing 18 changed files with 19 additions and 16 deletions.
2 changes: 1 addition & 1 deletion meta-webos/recipes-core/initscripts/webos-initscripts.bb
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Copyright (c) 2014-2022 LG Electronics, Inc.

SUMMARY = "Systemd service files for system services"
AUTHOR = "Sangwoo Kang <sangwoo82.kang@lge.com>"
AUTHOR = "Sukil Hong <sukil.hong@lge.com>"
SECTION = "webos/base"
LICENSE = "Apache-2.0 & MIT"
LIC_FILES_CHKSUM = " \
Expand Down
2 changes: 1 addition & 1 deletion meta-webos/recipes-webos/bootd/bootd.bb
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

SUMMARY = "Bootd single-shot launching service"
DESCRIPTION = "Bootd is a simplified upstart-like component. It provides automatic single-shot launching at boot time"
AUTHOR = "Sangwoo Kang <sangwoo82.kang@lge.com>"
AUTHOR = "Sukil Hong <sukil.hong@lge.com>"
SECTION = "webos/base"

LICENSE = "Apache-2.0"
Expand Down
2 changes: 2 additions & 0 deletions meta-webos/recipes-webos/chromium/mksnapshot-cross_94.bb
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# Copyright (c) 2022 LG Electronics, Inc.

AUTHOR = "Donghyun Kim <[email protected]>"

inherit cross
inherit pkgconfig

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
# under vendor's standard commercial license.

SUMMARY = "Mediagallery QML App"
AUTHOR = "Hyein Lee <hyein1.lee@lge.com>"
AUTHOR = "KIEN TRUNG PHAM <kien2.pham@lge.com>"
SECTION = "webos/apps"
LICENSE = "Apache-2.0"
LIC_FILES_CHKSUM = " \
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Copyright (c) 2020-2022 LG Electronics, Inc.

SUMMARY = "Memory Manager"
AUTHOR = "Sangwoo Kang <sangwoo82.kang@lge.com>"
AUTHOR = "Sukil Hong <sukil.hong@lge.com>"
SECTION = "webos/base"
LICENSE = "Apache-2.0"
LIC_FILES_CHKSUM = " \
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@

SUMMARY = "webOS Edge AI Computer Vision Library"
DESCRIPTION = "webOS Edge AI Computer Vision Library using TensorflowLite"
AUTHOR = "Ki-Joong Lee <[email protected]>"
SECTION = "libs"
LICENSE = "Apache-2.0"
LIC_FILES_CHKSUM = " \
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Copyright (c) 2013-2022 LG Electronics, Inc.

SUMMARY = "Loadable Node.js module for webOS services"
AUTHOR = "Seokhee Lee <seokhee.lee@lge.com>"
AUTHOR = "Rajesh Gopu I.V <rajeshgopu.iv@lge.com>"
SECTION = "webOS/frameworks"

LICENSE = "Apache-2.0"
Expand Down
2 changes: 1 addition & 1 deletion meta-webos/recipes-webos/mojoloader/mojoloader.bb
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Copyright (c) 2012-2022 LG Electronics, Inc.

SUMMARY = "JavaScript loader for foundation frameworks and other loadable libraries"
AUTHOR = "Seokhee Lee <seokhee.lee@lge.com>"
AUTHOR = "Rajesh Gopu I.V <rajeshgopu.iv@lge.com>"
SECTION = "webos/frameworks"

LICENSE = "Apache-2.0"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

require nodejs-module-webos.inc

AUTHOR = "Seokhee Lee <seokhee.lee@lge.com>"
AUTHOR = "Rajesh Gopu I.V <rajeshgopu.iv@lge.com>"
SUMMARY = "A module for nodejs that allows dynamic loading and execution of Javascript files"
LIC_FILES_CHKSUM += "file://oss-pkg-info.yaml;md5=d980a35955bef62f4f06ee11e344c4d0"

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

require nodejs-module-webos.inc

AUTHOR = "Seokhee Lee <seokhee.lee@lge.com>"
AUTHOR = "Rajesh Gopu I.V <rajeshgopu.iv@lge.com>"
SUMMARY = "A module for nodejs that allows Javascript access to the webOS logging system"
LIC_FILES_CHKSUM += "file://oss-pkg-info.yaml;md5=d486dd326df35bb9d577c353691f0455"

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

require nodejs-module-webos.inc

AUTHOR = "Seokhee Lee <seokhee.lee@lge.com>"
AUTHOR = "Rajesh Gopu I.V <rajeshgopu.iv@lge.com>"
SUMMARY = "A module for nodejs that allows Javascript access to the webOS system bus"
LIC_FILES_CHKSUM += "file://oss-pkg-info.yaml;md5=ab2a5dc5745e5204bf0926e2d6ccf877"

Expand Down
2 changes: 1 addition & 1 deletion meta-webos/recipes-webos/pmklogd/pmklogd.bb
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Copyright (c) 2011-2022 LG Electronics, Inc.

SUMMARY = "Kernel logging daemon"
AUTHOR = "Rajesh Gopu I.V <rajeshgopu.iv@lge.com>"
AUTHOR = "Sukil Hong <sukil.hong@lge.com>"
SECTION = "webos/base"

LICENSE = "Apache-2.0"
Expand Down
2 changes: 1 addition & 1 deletion meta-webos/recipes-webos/pmlogctl/pmlogctl.bb
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Copyright (c) 2012-2022 LG Electronics, Inc.

SUMMARY = "webOS logging control application"
AUTHOR = "Rajesh Gopu I.V <rajeshgopu.iv@lge.com>"
AUTHOR = "Sukil Hong <sukil.hong@lge.com>"
SECTION = "webos/base"

LICENSE = "Apache-2.0"
Expand Down
2 changes: 1 addition & 1 deletion meta-webos/recipes-webos/pmlogdaemon/pmlogdaemon.bb
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Copyright (c) 2012-2022 LG Electronics, Inc.

SUMMARY = "webOS logging daemon"
AUTHOR = "Rajesh Gopu I.V <rajeshgopu.iv@lge.com>"
AUTHOR = "Sukil Hong <sukil.hong@lge.com>"
SECTION = "webos/base"

LICENSE = "Apache-2.0"
Expand Down
2 changes: 1 addition & 1 deletion meta-webos/recipes-webos/pmloglib/pmloglib-private.bb
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Copyright (c) 2013-2022 LG Electronics, Inc.

SUMMARY = "webOS logging library - private interface"
AUTHOR = "Rajesh Gopu I.V <rajeshgopu.iv@lge.com>"
AUTHOR = "Sukil Hong <sukil.hong@lge.com>"
SECTION = "webos/libs"
LICENSE = "Apache-2.0"
LIC_FILES_CHKSUM = "file://${COMMON_LICENSE_DIR}/Apache-2.0;md5=89aea4e17d99a7cacdbeed46a0096b10"
Expand Down
2 changes: 1 addition & 1 deletion meta-webos/recipes-webos/pmloglib/pmloglib.bb
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Copyright (c) 2012-2022 LG Electronics, Inc.

SUMMARY = "webOS logging library"
AUTHOR = "Rajesh Gopu I.V <rajeshgopu.iv@lge.com>"
AUTHOR = "Sukil Hong <sukil.hong@lge.com>"
SECTION = "webos/libs"

LICENSE = "Apache-2.0"
Expand Down
2 changes: 1 addition & 1 deletion meta-webos/recipes-webos/pmtrace/pmtrace.bb
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Copyright (c) 2013-2022 LG Electronics, Inc.

SUMMARY = "lttng-ust tracepoints wrapper library and performance tools"
AUTHOR = "Rajesh Gopu I.V <rajeshgopu.iv@lge.com>"
AUTHOR = "Sukil Hong <sukil.hong@lge.com>"
SECTION = "webos/libs"

LICENSE = "LGPL-2.1-only & MIT & Apache-2.0"
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Copyright (c) 2021-2022 LG Electronics, Inc.

SUMMARY = "webOS QML app components"
AUTHOR = "Jongson Kim <jongson.kim@lge.com>"
AUTHOR = "KIEN TRUNG PHAM <kien2.pham@lge.com>"
SECTION = "webos/libs"

LICENSE = "Apache-2.0"
Expand Down

0 comments on commit 7f0f93f

Please sign in to comment.