summaryrefslogtreecommitdiffstats
path: root/meta-filesystems/recipes-filesystems
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
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')
-rw-r--r--meta-filesystems/recipes-filesystems/fuse-exfat/fuse-exfat_1.3.0.bb2
-rw-r--r--meta-filesystems/recipes-filesystems/httpfs2-fuse/httpfs2_0.1.5.bb2
-rw-r--r--meta-filesystems/recipes-filesystems/ntfs-3g-ntfsprogs/ntfs-3g-ntfsprogs_2017.3.23.bb14
-rw-r--r--meta-filesystems/recipes-filesystems/owfs/owfs_3.2p3.bb56
-rw-r--r--meta-filesystems/recipes-filesystems/packageconfigs/packagegroup-meta-filesystems.bb8
-rw-r--r--meta-filesystems/recipes-filesystems/smbnetfs/smbnetfs_git.bb4
-rw-r--r--meta-filesystems/recipes-filesystems/sshfs-fuse/sshfs-fuse_3.7.2.bb2
-rw-r--r--meta-filesystems/recipes-filesystems/yaffs2/yaffs2-utils_git.bb2
8 files changed, 45 insertions, 45 deletions
diff --git a/meta-filesystems/recipes-filesystems/fuse-exfat/fuse-exfat_1.3.0.bb b/meta-filesystems/recipes-filesystems/fuse-exfat/fuse-exfat_1.3.0.bb
index be2415f62..2586b7947 100644
--- a/meta-filesystems/recipes-filesystems/fuse-exfat/fuse-exfat_1.3.0.bb
+++ b/meta-filesystems/recipes-filesystems/fuse-exfat/fuse-exfat_1.3.0.bb
@@ -12,7 +12,7 @@ SRC_URI = "https://github.com/relan/exfat/releases/download/v${PV}/${BP}.tar.gz"
12UPSTREAM_CHECK_URI = "https://github.com/relan/exfat/releases" 12UPSTREAM_CHECK_URI = "https://github.com/relan/exfat/releases"
13 13
14DEPENDS = "fuse virtual/libc" 14DEPENDS = "fuse virtual/libc"
15RRECOMMENDS_${PN} = "util-linux-mount" 15RRECOMMENDS:${PN} = "util-linux-mount"
16 16
17inherit autotools pkgconfig 17inherit autotools pkgconfig
18 18
diff --git a/meta-filesystems/recipes-filesystems/httpfs2-fuse/httpfs2_0.1.5.bb b/meta-filesystems/recipes-filesystems/httpfs2-fuse/httpfs2_0.1.5.bb
index 2fa5ec1fb..0895ce5b3 100644
--- a/meta-filesystems/recipes-filesystems/httpfs2-fuse/httpfs2_0.1.5.bb
+++ b/meta-filesystems/recipes-filesystems/httpfs2-fuse/httpfs2_0.1.5.bb
@@ -6,7 +6,7 @@ LIC_FILES_CHKSUM = "file://debian/copyright;md5=83f224c5182f148ec92e0b9f84b3c6c7
6inherit pkgconfig 6inherit pkgconfig
7 7
8DEPENDS += "fuse" 8DEPENDS += "fuse"
9RDEPENDS_${PN} += "fuse" 9RDEPENDS:${PN} += "fuse"
10 10
11SRC_URI += "https://astuteinternet.dl.sourceforge.net/project/httpfs/httpfs2/httpfs2-${PV}.tar.gz" 11SRC_URI += "https://astuteinternet.dl.sourceforge.net/project/httpfs/httpfs2/httpfs2-${PV}.tar.gz"
12SRC_URI[sha256sum] = "01cb4bb38deb344f540da6f1464dc7edbdeb51213ad810b8c9c282c1e17e0fc1" 12SRC_URI[sha256sum] = "01cb4bb38deb344f540da6f1464dc7edbdeb51213ad810b8c9c282c1e17e0fc1"
diff --git a/meta-filesystems/recipes-filesystems/ntfs-3g-ntfsprogs/ntfs-3g-ntfsprogs_2017.3.23.bb b/meta-filesystems/recipes-filesystems/ntfs-3g-ntfsprogs/ntfs-3g-ntfsprogs_2017.3.23.bb
index 6f5cb6cee..36fa5efd2 100644
--- a/meta-filesystems/recipes-filesystems/ntfs-3g-ntfsprogs/ntfs-3g-ntfsprogs_2017.3.23.bb
+++ b/meta-filesystems/recipes-filesystems/ntfs-3g-ntfsprogs/ntfs-3g-ntfsprogs_2017.3.23.bb
@@ -26,14 +26,14 @@ EXTRA_OEMAKE = "LDCONFIG=echo"
26 26
27PACKAGES =+ "ntfs-3g ntfsprogs libntfs-3g" 27PACKAGES =+ "ntfs-3g ntfsprogs libntfs-3g"
28 28
29FILES_ntfs-3g = "${base_sbindir}/*.ntfs-3g ${bindir}/ntfs-3g* ${base_sbindir}/mount.ntfs" 29FILES:ntfs-3g = "${base_sbindir}/*.ntfs-3g ${bindir}/ntfs-3g* ${base_sbindir}/mount.ntfs"
30RDEPENDS_ntfs-3g += "fuse" 30RDEPENDS:ntfs-3g += "fuse"
31RRECOMMENDS_ntfs-3g = "util-linux-mount" 31RRECOMMENDS:ntfs-3g = "util-linux-mount"
32 32
33FILES_ntfsprogs = "${base_sbindir}/* ${bindir}/* ${sbindir}/*" 33FILES:ntfsprogs = "${base_sbindir}/* ${bindir}/* ${sbindir}/*"
34FILES_libntfs-3g = "${libdir}/*${SOLIBS}" 34FILES:libntfs-3g = "${libdir}/*${SOLIBS}"
35 35
36do_install_append() { 36do_install:append() {
37 # Standard mount will execute the program /sbin/mount.TYPE when called. 37 # Standard mount will execute the program /sbin/mount.TYPE when called.
38 # Add a symbolic link to let mount find ntfs. 38 # Add a symbolic link to let mount find ntfs.
39 ln -sf mount.ntfs-3g ${D}${base_sbindir}/mount.ntfs 39 ln -sf mount.ntfs-3g ${D}${base_sbindir}/mount.ntfs
@@ -49,4 +49,4 @@ do_install_append() {
49} 49}
50 50
51# Satisfy the -dev runtime dependency 51# Satisfy the -dev runtime dependency
52ALLOW_EMPTY_${PN} = "1" 52ALLOW_EMPTY:${PN} = "1"
diff --git a/meta-filesystems/recipes-filesystems/owfs/owfs_3.2p3.bb b/meta-filesystems/recipes-filesystems/owfs/owfs_3.2p3.bb
index 7f56c88fc..eb75699cc 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"
diff --git a/meta-filesystems/recipes-filesystems/packageconfigs/packagegroup-meta-filesystems.bb b/meta-filesystems/recipes-filesystems/packageconfigs/packagegroup-meta-filesystems.bb
index 8a8a8dbe2..75591c31f 100644
--- a/meta-filesystems/recipes-filesystems/packageconfigs/packagegroup-meta-filesystems.bb
+++ b/meta-filesystems/recipes-filesystems/packageconfigs/packagegroup-meta-filesystems.bb
@@ -9,13 +9,13 @@ PACKAGES = ' \
9 packagegroup-meta-filesystems-utls \ 9 packagegroup-meta-filesystems-utls \
10' 10'
11 11
12RDEPENDS_packagegroup-meta-filesystems = "\ 12RDEPENDS:packagegroup-meta-filesystems = "\
13 packagegroup-meta-filesystems \ 13 packagegroup-meta-filesystems \
14 packagegroup-meta-filesystems-support \ 14 packagegroup-meta-filesystems-support \
15 packagegroup-meta-filesystems-utls \ 15 packagegroup-meta-filesystems-utls \
16" 16"
17 17
18RDEPENDS_packagegroup-meta-filesystems = "\ 18RDEPENDS:packagegroup-meta-filesystems = "\
19 ifuse \ 19 ifuse \
20 logfsprogs \ 20 logfsprogs \
21 fuse-exfat \ 21 fuse-exfat \
@@ -29,13 +29,13 @@ RDEPENDS_packagegroup-meta-filesystems = "\
29 sshfs-fuse \ 29 sshfs-fuse \
30" 30"
31 31
32RDEPENDS_packagegroup-meta-filesystems-support = "\ 32RDEPENDS:packagegroup-meta-filesystems-support = "\
33 fuse3 \ 33 fuse3 \
34 fuse \ 34 fuse \
35 physfs \ 35 physfs \
36" 36"
37 37
38RDEPENDS_packagegroup-meta-filesystems-utils = "\ 38RDEPENDS:packagegroup-meta-filesystems-utils = "\
39 aufs-util \ 39 aufs-util \
40 exfat-utils \ 40 exfat-utils \
41 fatcat \ 41 fatcat \
diff --git a/meta-filesystems/recipes-filesystems/smbnetfs/smbnetfs_git.bb b/meta-filesystems/recipes-filesystems/smbnetfs/smbnetfs_git.bb
index d94603b40..e84bdc98e 100644
--- a/meta-filesystems/recipes-filesystems/smbnetfs/smbnetfs_git.bb
+++ b/meta-filesystems/recipes-filesystems/smbnetfs/smbnetfs_git.bb
@@ -9,7 +9,7 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=eb723b61539feef013de476e68b5c50a"
9HOMEPAGE ="http://sourceforge.net/projects/smbnetfs" 9HOMEPAGE ="http://sourceforge.net/projects/smbnetfs"
10 10
11DEPENDS = "fuse samba" 11DEPENDS = "fuse samba"
12DEPENDS_append_libc-musl = " libexecinfo" 12DEPENDS:append:libc-musl = " libexecinfo"
13 13
14inherit autotools pkgconfig features_check 14inherit autotools pkgconfig features_check
15 15
@@ -29,4 +29,4 @@ PACKAGECONFIG[libsecret] = "--with-libsecret=yes,--with-libsecret=no,libsecret"
29 29
30S = "${WORKDIR}/git" 30S = "${WORKDIR}/git"
31 31
32LDFLAGS_append_libc-musl = " -lexecinfo" 32LDFLAGS:append:libc-musl = " -lexecinfo"
diff --git a/meta-filesystems/recipes-filesystems/sshfs-fuse/sshfs-fuse_3.7.2.bb b/meta-filesystems/recipes-filesystems/sshfs-fuse/sshfs-fuse_3.7.2.bb
index 2debc6d8b..251f03b07 100644
--- a/meta-filesystems/recipes-filesystems/sshfs-fuse/sshfs-fuse_3.7.2.bb
+++ b/meta-filesystems/recipes-filesystems/sshfs-fuse/sshfs-fuse_3.7.2.bb
@@ -16,7 +16,7 @@ SRC_URI += " \
16 file://run-ptest \ 16 file://run-ptest \
17" 17"
18 18
19RDEPENDS_${PN}-ptest += " \ 19RDEPENDS:${PN}-ptest += " \
20 ${PYTHON_PN}-pytest \ 20 ${PYTHON_PN}-pytest \
21 bash \ 21 bash \
22" 22"
diff --git a/meta-filesystems/recipes-filesystems/yaffs2/yaffs2-utils_git.bb b/meta-filesystems/recipes-filesystems/yaffs2/yaffs2-utils_git.bb
index bd0886d67..0e61c9c1f 100644
--- a/meta-filesystems/recipes-filesystems/yaffs2/yaffs2-utils_git.bb
+++ b/meta-filesystems/recipes-filesystems/yaffs2/yaffs2-utils_git.bb
@@ -25,7 +25,7 @@ UPSTREAM_CHECK_COMMITS = "1"
25 25
26S = "${WORKDIR}/git" 26S = "${WORKDIR}/git"
27 27
28CFLAGS_append = " -I.. -DCONFIG_YAFFS_UTIL -DCONFIG_YAFFS_DEFINES_TYPES" 28CFLAGS:append = " -I.. -DCONFIG_YAFFS_UTIL -DCONFIG_YAFFS_DEFINES_TYPES"
29EXTRA_OEMAKE = "-e MAKEFLAGS=" 29EXTRA_OEMAKE = "-e MAKEFLAGS="
30 30
31do_compile() { 31do_compile() {