diff options
| author | Martin Jansa <Martin.Jansa@gmail.com> | 2021-07-29 17:04:53 +0200 |
|---|---|---|
| committer | Khem Raj <raj.khem@gmail.com> | 2021-08-03 10:21:25 -0700 |
| commit | c61dc077bbd81260e4f167fa2251643ba0ba6974 (patch) | |
| tree | 66c3243f8f64ae60f66f70a16e8128c247254a65 /meta-filesystems/recipes-filesystems/owfs/owfs_3.2p3.bb | |
| parent | c5f7cfb8db54cfa4257797db5bd87828dea43296 (diff) | |
| download | meta-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.bb | 56 |
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 | ||
| 37 | do_install_prepend() { | 37 | do_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 | ||
| 44 | PACKAGES =+ "owftpd owhttpd owserver owshell libowcapi libow libownet owmon owtap" | 44 | PACKAGES =+ "owftpd owhttpd owserver owshell libowcapi libow libownet owmon owtap" |
| 45 | 45 | ||
| 46 | DESCRIPTION_owftpd = "Anoymous FTP server for 1-wire access" | 46 | DESCRIPTION:owftpd = "Anoymous FTP server for 1-wire access" |
| 47 | DESCRIPTION_owhttpd = "Tiny webserver for 1-wire control" | 47 | DESCRIPTION:owhttpd = "Tiny webserver for 1-wire control" |
| 48 | DESCRIPTION_owserver = "Backend server (daemon) for 1-wire control" | 48 | DESCRIPTION:owserver = "Backend server (daemon) for 1-wire control" |
| 49 | DESCRIPTION_owshell = "owdir owread owwrite owpresent owget - lightweight owserver access" | 49 | DESCRIPTION:owshell = "owdir owread owwrite owpresent owget - lightweight owserver access" |
| 50 | DESCRIPTION_libowcapi = "easy C-language 1-wire interface " | 50 | DESCRIPTION:libowcapi = "easy C-language 1-wire interface " |
| 51 | DESCRIPTION_libow = "easy C-language 1-wire interface to the owserver protocol" | 51 | DESCRIPTION:libow = "easy C-language 1-wire interface to the owserver protocol" |
| 52 | DESCRIPTION_libownet = "easy C-language 1-wire interface to the owserver protocol" | 52 | DESCRIPTION:libownet = "easy C-language 1-wire interface to the owserver protocol" |
| 53 | DESCRIPTION_owmon = "Monitor for owserver settings and statistics" | 53 | DESCRIPTION:owmon = "Monitor for owserver settings and statistics" |
| 54 | DESCRIPTION_owtap = "Packet sniffer for the owserver protocol" | 54 | DESCRIPTION:owtap = "Packet sniffer for the owserver protocol" |
| 55 | 55 | ||
| 56 | FILES_owftpd = "${bindir}/owftpd ${systemd_system_unitdir}/owftpd.service" | 56 | FILES:owftpd = "${bindir}/owftpd ${systemd_system_unitdir}/owftpd.service" |
| 57 | FILES_owhttpd = "${bindir}/owhttpd ${sysconfdir}/init.d/owhttpd \ | 57 | FILES:owhttpd = "${bindir}/owhttpd ${sysconfdir}/init.d/owhttpd \ |
| 58 | ${systemd_system_unitdir}/owhttpd.service" | 58 | ${systemd_system_unitdir}/owhttpd.service" |
| 59 | FILES_owserver = "${bindir}/owserver ${sysconfdir}/init.d/owserver \ | 59 | FILES: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" |
| 62 | FILES_owshell = "${bindir}/owread ${bindir}/owwrite \ | 62 | FILES: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" |
| 65 | FILES_owmon = "${bindir}/owmon" | 65 | FILES:owmon = "${bindir}/owmon" |
| 66 | FILES_owtap = "${bindir}/owtap" | 66 | FILES:owtap = "${bindir}/owtap" |
| 67 | FILES_libowcapi = "${libdir}/libowcapi-*" | 67 | FILES:libowcapi = "${libdir}/libowcapi-*" |
| 68 | FILES_libow = "${libdir}/libow-*" | 68 | FILES:libow = "${libdir}/libow-*" |
| 69 | FILES_libownet = "${libdir}/libownet-*" | 69 | FILES:libownet = "${libdir}/libownet-*" |
| 70 | FILES_${PN} += "${systemd_system_unitdir}/owfs.service" | 70 | FILES:${PN} += "${systemd_system_unitdir}/owfs.service" |
| 71 | 71 | ||
| 72 | INITSCRIPT_PACKAGES = "owhttpd owserver" | 72 | INITSCRIPT_PACKAGES = "owhttpd owserver" |
| 73 | INITSCRIPT_NAME_owserver = "owserver" | 73 | INITSCRIPT_NAME:owserver = "owserver" |
| 74 | INITSCRIPT_NAME_owhttpd = "owhttpd" | 74 | INITSCRIPT_NAME:owhttpd = "owhttpd" |
| 75 | INITSCRIPT_PARAMS_owserver = "defaults 20" | 75 | INITSCRIPT_PARAMS:owserver = "defaults 20" |
| 76 | INITSCRIPT_PARAMS_owhttpd = "defaults 21" | 76 | INITSCRIPT_PARAMS:owhttpd = "defaults 21" |
| 77 | 77 | ||
| 78 | SYSTEMD_SERVICE_${PN} = "owfs.service" | 78 | SYSTEMD_SERVICE:${PN} = "owfs.service" |
| 79 | SYSTEMD_SERVICE_${PN}-owftpd = "owftpd.service" | 79 | SYSTEMD_SERVICE:${PN}-owftpd = "owftpd.service" |
| 80 | SYSTEMD_SERVICE_${PN}-owhttpd = "owhttpd.service" | 80 | SYSTEMD_SERVICE:${PN}-owhttpd = "owhttpd.service" |
| 81 | SYSTEMD_SERVICE_${PN}-owserver = "owserver.service owserver.socket" | 81 | SYSTEMD_SERVICE:${PN}-owserver = "owserver.service owserver.socket" |
