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/ntfs-3g-ntfsprogs | |
| 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/ntfs-3g-ntfsprogs')
| -rw-r--r-- | meta-filesystems/recipes-filesystems/ntfs-3g-ntfsprogs/ntfs-3g-ntfsprogs_2017.3.23.bb | 14 |
1 files changed, 7 insertions, 7 deletions
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 6f5cb6cee9..36fa5efd21 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 | ||
| 27 | PACKAGES =+ "ntfs-3g ntfsprogs libntfs-3g" | 27 | PACKAGES =+ "ntfs-3g ntfsprogs libntfs-3g" |
| 28 | 28 | ||
| 29 | FILES_ntfs-3g = "${base_sbindir}/*.ntfs-3g ${bindir}/ntfs-3g* ${base_sbindir}/mount.ntfs" | 29 | FILES:ntfs-3g = "${base_sbindir}/*.ntfs-3g ${bindir}/ntfs-3g* ${base_sbindir}/mount.ntfs" |
| 30 | RDEPENDS_ntfs-3g += "fuse" | 30 | RDEPENDS:ntfs-3g += "fuse" |
| 31 | RRECOMMENDS_ntfs-3g = "util-linux-mount" | 31 | RRECOMMENDS:ntfs-3g = "util-linux-mount" |
| 32 | 32 | ||
| 33 | FILES_ntfsprogs = "${base_sbindir}/* ${bindir}/* ${sbindir}/*" | 33 | FILES:ntfsprogs = "${base_sbindir}/* ${bindir}/* ${sbindir}/*" |
| 34 | FILES_libntfs-3g = "${libdir}/*${SOLIBS}" | 34 | FILES:libntfs-3g = "${libdir}/*${SOLIBS}" |
| 35 | 35 | ||
| 36 | do_install_append() { | 36 | do_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 |
| 52 | ALLOW_EMPTY_${PN} = "1" | 52 | ALLOW_EMPTY:${PN} = "1" |
