diff options
author | Alexander Mohr <alexander.m.mohr@mercedes-benz.com> | 2023-06-05 09:45:13 +0200 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2023-06-05 09:45:30 -0700 |
commit | 669ff172e6fa8e89aebf8a01a6f5c992748c754f (patch) | |
tree | e7a9a9125e4d1c8faa4ffc552bc8a3d5221c251a /meta-oe/recipes-extended/dlt-daemon | |
parent | 5bbfb95eed39b705e4dd8b5bef51b3be27876fa9 (diff) | |
download | meta-openembedded-669ff172e6fa8e89aebf8a01a6f5c992748c754f.tar.gz |
dlt-daemon: apply rename of genivi to covesa
On october 5th 2021 genivi was rebranded to covesa.
This commit applies this name change to the recipe of dlt-daemon
Signed-off-by: Alexander Mohr <alexander.m.mohr@mercedes-benz.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-oe/recipes-extended/dlt-daemon')
-rw-r--r-- | meta-oe/recipes-extended/dlt-daemon/dlt-daemon_2.18.9.bb | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/meta-oe/recipes-extended/dlt-daemon/dlt-daemon_2.18.9.bb b/meta-oe/recipes-extended/dlt-daemon/dlt-daemon_2.18.9.bb index 6b049df6c..9a7b38b49 100644 --- a/meta-oe/recipes-extended/dlt-daemon/dlt-daemon_2.18.9.bb +++ b/meta-oe/recipes-extended/dlt-daemon/dlt-daemon_2.18.9.bb | |||
@@ -1,20 +1,20 @@ | |||
1 | SUMMARY = "Diagnostic Log and Trace" | 1 | SUMMARY = "Diagnostic Log and Trace" |
2 | DESCRIPTION = "This component provides a standardised log and trace interface, \ | 2 | DESCRIPTION = "This component provides a standardised log and trace interface, \ |
3 | based on the standardised protocol specified in the AUTOSAR standard 4.0 DLT. \ | 3 | based on the standardised protocol specified in the AUTOSAR standard 4.0 DLT. \ |
4 | This component can be used by GENIVI components and other applications as \ | 4 | This component can be used by COVESA components and other applications as \ |
5 | logging facility providing: \ | 5 | logging facility providing: \ |
6 | - the DLT shared library \ | 6 | - the DLT shared library \ |
7 | - the DLT daemon, including startup scripts \ | 7 | - the DLT daemon, including startup scripts \ |
8 | - the DLT daemon adaptors- the DLT client console utilities \ | 8 | - the DLT daemon adaptors- the DLT client console utilities \ |
9 | - the DLT test applications" | 9 | - the DLT test applications" |
10 | HOMEPAGE = "https://www.genivi.org/" | 10 | HOMEPAGE = "https://www.covesa.global/" |
11 | SECTION = "console/utils" | 11 | SECTION = "console/utils" |
12 | LICENSE = "MPL-2.0" | 12 | LICENSE = "MPL-2.0" |
13 | LIC_FILES_CHKSUM = "file://LICENSE;md5=8184208060df880fe3137b93eb88aeea" | 13 | LIC_FILES_CHKSUM = "file://LICENSE;md5=8184208060df880fe3137b93eb88aeea" |
14 | 14 | ||
15 | DEPENDS = "zlib gzip-native json-c" | 15 | DEPENDS = "zlib gzip-native json-c" |
16 | 16 | ||
17 | SRC_URI = "git://github.com/GENIVI/${BPN}.git;protocol=https;branch=master \ | 17 | SRC_URI = "git://github.com/COVESA/${BPN}.git;protocol=https;branch=master \ |
18 | file://0002-Don-t-execute-processes-as-a-specific-user.patch \ | 18 | file://0002-Don-t-execute-processes-as-a-specific-user.patch \ |
19 | file://0004-Modify-systemd-config-directory.patch \ | 19 | file://0004-Modify-systemd-config-directory.patch \ |
20 | file://481.patch \ | 20 | file://481.patch \ |