summaryrefslogtreecommitdiffstats
path: root/meta-filesystems/recipes-filesystems/owfs/owfs_3.2p3.bb
diff options
context:
space:
mode:
authorMartin Jansa <Martin.Jansa@gmail.com>2021-07-29 17:04:53 +0200
committerKhem Raj <raj.khem@gmail.com>2021-08-03 10:21:25 -0700
commitc61dc077bbd81260e4f167fa2251643ba0ba6974 (patch)
tree66c3243f8f64ae60f66f70a16e8128c247254a65 /meta-filesystems/recipes-filesystems/owfs/owfs_3.2p3.bb
parentc5f7cfb8db54cfa4257797db5bd87828dea43296 (diff)
downloadmeta-openembedded-c61dc077bbd81260e4f167fa2251643ba0ba6974.tar.gz
Convert to new override syntax
This is the result of automated script (0.9.1) conversion: oe-core/scripts/contrib/convert-overrides.py . converting the metadata to use ":" as the override character instead of "_". Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Diffstat (limited to 'meta-filesystems/recipes-filesystems/owfs/owfs_3.2p3.bb')
-rw-r--r--meta-filesystems/recipes-filesystems/owfs/owfs_3.2p3.bb56
1 files changed, 28 insertions, 28 deletions
diff --git a/meta-filesystems/recipes-filesystems/owfs/owfs_3.2p3.bb b/meta-filesystems/recipes-filesystems/owfs/owfs_3.2p3.bb
index 7f56c88fcc..eb75699cc6 100644
--- a/meta-filesystems/recipes-filesystems/owfs/owfs_3.2p3.bb
+++ b/meta-filesystems/recipes-filesystems/owfs/owfs_3.2p3.bb
@@ -34,7 +34,7 @@ EXTRA_OECONF = " \
34 --disable-owperl \ 34 --disable-owperl \
35" 35"
36 36
37do_install_prepend() { 37do_install:prepend() {
38 install -d ${D}${sysconfdir}/default/ 38 install -d ${D}${sysconfdir}/default/
39 install -d ${D}${sysconfdir}/init.d/ 39 install -d ${D}${sysconfdir}/init.d/
40 install -m 0755 ${WORKDIR}/owhttpd ${D}${sysconfdir}/init.d/owhttpd 40 install -m 0755 ${WORKDIR}/owhttpd ${D}${sysconfdir}/init.d/owhttpd
@@ -43,39 +43,39 @@ do_install_prepend() {
43 43
44PACKAGES =+ "owftpd owhttpd owserver owshell libowcapi libow libownet owmon owtap" 44PACKAGES =+ "owftpd owhttpd owserver owshell libowcapi libow libownet owmon owtap"
45 45
46DESCRIPTION_owftpd = "Anoymous FTP server for 1-wire access" 46DESCRIPTION:owftpd = "Anoymous FTP server for 1-wire access"
47DESCRIPTION_owhttpd = "Tiny webserver for 1-wire control" 47DESCRIPTION:owhttpd = "Tiny webserver for 1-wire control"
48DESCRIPTION_owserver = "Backend server (daemon) for 1-wire control" 48DESCRIPTION:owserver = "Backend server (daemon) for 1-wire control"
49DESCRIPTION_owshell = "owdir owread owwrite owpresent owget - lightweight owserver access" 49DESCRIPTION:owshell = "owdir owread owwrite owpresent owget - lightweight owserver access"
50DESCRIPTION_libowcapi = "easy C-language 1-wire interface " 50DESCRIPTION:libowcapi = "easy C-language 1-wire interface "
51DESCRIPTION_libow = "easy C-language 1-wire interface to the owserver protocol" 51DESCRIPTION:libow = "easy C-language 1-wire interface to the owserver protocol"
52DESCRIPTION_libownet = "easy C-language 1-wire interface to the owserver protocol" 52DESCRIPTION:libownet = "easy C-language 1-wire interface to the owserver protocol"
53DESCRIPTION_owmon = "Monitor for owserver settings and statistics" 53DESCRIPTION:owmon = "Monitor for owserver settings and statistics"
54DESCRIPTION_owtap = "Packet sniffer for the owserver protocol" 54DESCRIPTION:owtap = "Packet sniffer for the owserver protocol"
55 55
56FILES_owftpd = "${bindir}/owftpd ${systemd_system_unitdir}/owftpd.service" 56FILES:owftpd = "${bindir}/owftpd ${systemd_system_unitdir}/owftpd.service"
57FILES_owhttpd = "${bindir}/owhttpd ${sysconfdir}/init.d/owhttpd \ 57FILES:owhttpd = "${bindir}/owhttpd ${sysconfdir}/init.d/owhttpd \
58 ${systemd_system_unitdir}/owhttpd.service" 58 ${systemd_system_unitdir}/owhttpd.service"
59FILES_owserver = "${bindir}/owserver ${sysconfdir}/init.d/owserver \ 59FILES:owserver = "${bindir}/owserver ${sysconfdir}/init.d/owserver \
60 ${systemd_system_unitdir}/owserver.service \ 60 ${systemd_system_unitdir}/owserver.service \
61 ${systemd_system_unitdir}/owserver.socket" 61 ${systemd_system_unitdir}/owserver.socket"
62FILES_owshell = "${bindir}/owread ${bindir}/owwrite \ 62FILES:owshell = "${bindir}/owread ${bindir}/owwrite \
63 ${bindir}/owdir ${bindir}/owpresent \ 63 ${bindir}/owdir ${bindir}/owpresent \
64 ${bindir}/owget ${bindir}/owside" 64 ${bindir}/owget ${bindir}/owside"
65FILES_owmon = "${bindir}/owmon" 65FILES:owmon = "${bindir}/owmon"
66FILES_owtap = "${bindir}/owtap" 66FILES:owtap = "${bindir}/owtap"
67FILES_libowcapi = "${libdir}/libowcapi-*" 67FILES:libowcapi = "${libdir}/libowcapi-*"
68FILES_libow = "${libdir}/libow-*" 68FILES:libow = "${libdir}/libow-*"
69FILES_libownet = "${libdir}/libownet-*" 69FILES:libownet = "${libdir}/libownet-*"
70FILES_${PN} += "${systemd_system_unitdir}/owfs.service" 70FILES:${PN} += "${systemd_system_unitdir}/owfs.service"
71 71
72INITSCRIPT_PACKAGES = "owhttpd owserver" 72INITSCRIPT_PACKAGES = "owhttpd owserver"
73INITSCRIPT_NAME_owserver = "owserver" 73INITSCRIPT_NAME:owserver = "owserver"
74INITSCRIPT_NAME_owhttpd = "owhttpd" 74INITSCRIPT_NAME:owhttpd = "owhttpd"
75INITSCRIPT_PARAMS_owserver = "defaults 20" 75INITSCRIPT_PARAMS:owserver = "defaults 20"
76INITSCRIPT_PARAMS_owhttpd = "defaults 21" 76INITSCRIPT_PARAMS:owhttpd = "defaults 21"
77 77
78SYSTEMD_SERVICE_${PN} = "owfs.service" 78SYSTEMD_SERVICE:${PN} = "owfs.service"
79SYSTEMD_SERVICE_${PN}-owftpd = "owftpd.service" 79SYSTEMD_SERVICE:${PN}-owftpd = "owftpd.service"
80SYSTEMD_SERVICE_${PN}-owhttpd = "owhttpd.service" 80SYSTEMD_SERVICE:${PN}-owhttpd = "owhttpd.service"
81SYSTEMD_SERVICE_${PN}-owserver = "owserver.service owserver.socket" 81SYSTEMD_SERVICE:${PN}-owserver = "owserver.service owserver.socket"