File tree Expand file tree Collapse file tree 10 files changed +32
-30
lines changed
native-apps/built-in/build-config
native-services/built-in/build-config Expand file tree Collapse file tree 10 files changed +32
-30
lines changed Original file line number Diff line number Diff line change 1
- # Copyright (c) 2020 LG Electronics, Inc.
1
+ # Copyright (c) 2020-2022 LG Electronics, Inc.
2
2
3
3
SUMMARY = "JS Service Sample"
4
4
AUTHOR = "Author's name <Author's e-mail>"
@@ -13,4 +13,4 @@ inherit webos_submissions
13
13
inherit webos_cmake
14
14
inherit webos_system_bus
15
15
16
- FILES_ ${PN} += "${webos_servicesdir} /${PN} /*"
16
+ FILES : ${PN} += "${webos_servicesdir} /${PN} /*"
Original file line number Diff line number Diff line change 1
- # Copyright (c) 2020 LG Electronics, Inc.
1
+ # Copyright (c) 2020-2022 LG Electronics, Inc.
2
2
#
3
3
# Licensed under the Apache License, Version 2.0 (the "License");
4
4
# you may not use this file except in compliance with the License.
15
15
# SPDX-License-Identifier: Apache-2.0
16
16
17
17
INHERIT += "externalsrc"
18
- EXTERNALSRC_pn -com.example.service.js = "/home/username/project/com.example.service.js/"
19
- EXTERNALSRC_BUILD_pn -com.example.service.js = "/home/username/project/com.example.service.js/build/"
20
- PR_append_pn -com.example.service.js =".local0"
18
+ EXTERNALSRC:pn -com.example.service.js = "/home/username/project/com.example.service.js/"
19
+ EXTERNALSRC_BUILD:pn -com.example.service.js = "/home/username/project/com.example.service.js/build/"
20
+ PR:append:pn -com.example.service.js =".local0"
Original file line number Diff line number Diff line change 1
- # Copyright (c) 2020 LG Electronics, Inc.
1
+ # Copyright (c) 2020-2022 LG Electronics, Inc.
2
2
3
3
SUMMARY = "Native Qt App"
4
4
SECTION = "webos/apps"
@@ -13,7 +13,8 @@ DEPENDS = "qtbase luna-service2 glib-2.0 libpbnjson"
13
13
inherit webos_submissions
14
14
inherit webos_qmake6
15
15
inherit webos_app
16
+ inherit webos_pkgconfig
16
17
17
18
OE_QMAKE_PATH_HEADERS = "${OE_QMAKE_PATH_QT_HEADERS} "
18
19
19
- FILES_ ${PN} += "${webos_applicationsdir} "
20
+ FILES : ${PN} += "${webos_applicationsdir} "
Original file line number Diff line number Diff line change 1
- # Copyright (c) 2020 LG Electronics, Inc.
1
+ # Copyright (c) 2020-2022 LG Electronics, Inc.
2
2
#
3
3
# Licensed under the Apache License, Version 2.0 (the "License");
4
4
# you may not use this file except in compliance with the License.
15
15
# SPDX-License-Identifier: Apache-2.0
16
16
17
17
INHERIT += "externalsrc"
18
- EXTERNALSRC_pn -com.example.app.nativeqt = "/home/username/project/com.example.app.nativeqt/"
19
- EXTERNALSRC_BUILD_pn -com.example.app.nativeqt = "/home/username/project/com.example.app.nativeqt/build/"
20
- PR_append_pn -com.example.app.nativeqt =".local0"
18
+ EXTERNALSRC:pn -com.example.app.nativeqt = "/home/username/project/com.example.app.nativeqt/"
19
+ EXTERNALSRC_BUILD:pn -com.example.app.nativeqt = "/home/username/project/com.example.app.nativeqt/build/"
20
+ PR:append:pn -com.example.app.nativeqt =".local0"
Original file line number Diff line number Diff line change 1
- # Copyright (c) 2020 LG Electronics, Inc.
1
+ # Copyright (c) 2020-2022 LG Electronics, Inc.
2
2
3
3
SUMMARY = "Native service sample"
4
4
AUTHOR = "Author's name <Author's e-mail>"
@@ -12,6 +12,7 @@ PR = "r0"
12
12
13
13
inherit webos_component
14
14
inherit webos_submissions
15
+ inherit webos_daemon
15
16
inherit webos_cmake
16
17
inherit webos_system_bus
17
18
Original file line number Diff line number Diff line change 1
- # Copyright (c) 2020 LG Electronics, Inc.
1
+ # Copyright (c) 2020-2022 LG Electronics, Inc.
2
2
#
3
3
# Licensed under the Apache License, Version 2.0 (the "License");
4
4
# you may not use this file except in compliance with the License.
15
15
# SPDX-License-Identifier: Apache-2.0
16
16
17
17
INHERIT += "externalsrc"
18
- EXTERNALSRC_pn -com.example.service.native = "/home/username/project/com.example.service.native/"
19
- EXTERNALSRC_BUILD_pn -com.example.service.native = "/home/username/project/com.example.service.native/build/"
20
- PR_append_pn -com.example.service.native =".local0"
18
+ EXTERNALSRC:pn -com.example.service.native = "/home/username/project/com.example.service.native/"
19
+ EXTERNALSRC_BUILD:pn -com.example.service.native = "/home/username/project/com.example.service.native/build/"
20
+ PR:append:pn -com.example.service.native =".local0"
21
21
Original file line number Diff line number Diff line change 1
- # Copyright (c) 2020 LG Electronics, Inc.
1
+ # Copyright (c) 2020-2022 LG Electronics, Inc.
2
2
3
3
SUMMARY = "QML App"
4
4
SECTION = "webos/apps"
5
5
LICENSE = "Apache-2.0"
6
6
LIC_FILES_CHKSUM = "file://${COMMON_LICENSE_DIR} /Apache-2.0;md5=89aea4e17d99a7cacdbeed46a0096b10"
7
7
8
8
DEPENDS = "qtbase qt-features-webos qtdeclarative pmloglib"
9
- RDEPENDS_ ${PN} += "qml-webos-framework qml-webos-bridge"
9
+ RDEPENDS : ${PN} += "qml-webos-framework qml-webos-bridge"
10
10
11
11
WEBOS_VERSION = "1.0.0"
12
12
PR = "r0"
@@ -15,4 +15,4 @@ inherit webos_qmake6
15
15
inherit webos_submissions
16
16
inherit webos_app
17
17
18
- FILES_ ${PN} += "${webos_applicationsdir} "
18
+ FILES : ${PN} += "${webos_applicationsdir} "
Original file line number Diff line number Diff line change 1
- # Copyright (c) 2020 LG Electronics, Inc.
1
+ # Copyright (c) 2020-2022 LG Electronics, Inc.
2
2
#
3
3
# Licensed under the Apache License, Version 2.0 (the "License");
4
4
# you may not use this file except in compliance with the License.
15
15
# SPDX-License-Identifier: Apache-2.0
16
16
17
17
INHERIT += "externalsrc"
18
- EXTERNALSRC_pn -com.example.app.qml = "/home/username/project/com.example.app.qml/"
19
- EXTERNALSRC_BUILD_pn -com.example.app.qml = "/home/username/project/com.example.app.qml/build/"
20
- PR_append_pn -com.example.app.qml =".local0"
18
+ EXTERNALSRC:pn -com.example.app.qml = "/home/username/project/com.example.app.qml/"
19
+ EXTERNALSRC_BUILD:pn -com.example.app.qml = "/home/username/project/com.example.app.qml/build/"
20
+ PR:append:pn -com.example.app.qml =".local0"
Original file line number Diff line number Diff line change 1
- # Copyright (c) 2020 LG Electronics, Inc.
1
+ # Copyright (c) 2020-2022 LG Electronics, Inc.
2
2
3
3
SECTION = "webos/apps"
4
4
LICENSE = "Apache-2.0"
@@ -13,4 +13,4 @@ inherit webos_cmake
13
13
inherit webos_app
14
14
inherit webos_arch_indep
15
15
16
- FILES_ ${PN} += "${webos_applicationsdir} "
16
+ FILES : ${PN} += "${webos_applicationsdir} "
Original file line number Diff line number Diff line change 1
- # Copyright (c) 2020 LG Electronics, Inc.
1
+ # Copyright (c) 2020-2022 LG Electronics, Inc.
2
2
#
3
3
# Licensed under the Apache License, Version 2.0 (the "License");
4
4
# you may not use this file except in compliance with the License.
15
15
# SPDX-License-Identifier: Apache-2.0
16
16
17
17
INHERIT += "externalsrc"
18
- EXTERNALSRC_pn -com.example.app.web = "/home/username/project/com.example.app.web/"
19
- EXTERNALSRC_BUILD_pn -com.example.app.web = "/home/username/project/com.example.app.web/build/"
20
- PR_append_pn -com.example.app.web =".local0"
18
+ EXTERNALSRC:pn -com.example.app.web = "/home/username/project/com.example.app.web/"
19
+ EXTERNALSRC_BUILD:pn -com.example.app.web = "/home/username/project/com.example.app.web/build/"
20
+ PR:append:pn -com.example.app.web =".local0"
You can’t perform that action at this time.
0 commit comments