diff options
author | Ross Burton <ross.burton@arm.com> | 2025-02-06 13:31:12 +0000 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2025-02-10 13:03:57 +0000 |
commit | a9f345c9aeecd09c7b68b680ca6827732820f204 (patch) | |
tree | ca5b4a20fa6c374c5276776272f6832aef574fd8 /meta/recipes-connectivity/nfs-utils | |
parent | 89ce67d8e41cc50a9b9ee225c054729f9cee7cdc (diff) | |
download | poky-a9f345c9aeecd09c7b68b680ca6827732820f204.tar.gz |
nfs-utils: remove python hashbang rewrites
These were replaced with python3 in 2.5.2 (commit d1683f).
(From OE-Core rev: 85ae456a12bccabc62cb0906b92d6705f88c932f)
Signed-off-by: Ross Burton <ross.burton@arm.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-connectivity/nfs-utils')
-rw-r--r-- | meta/recipes-connectivity/nfs-utils/nfs-utils_2.8.2.bb | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/meta/recipes-connectivity/nfs-utils/nfs-utils_2.8.2.bb b/meta/recipes-connectivity/nfs-utils/nfs-utils_2.8.2.bb index 18c4a249b3..ff02a3aea0 100644 --- a/meta/recipes-connectivity/nfs-utils/nfs-utils_2.8.2.bb +++ b/meta/recipes-connectivity/nfs-utils/nfs-utils_2.8.2.bb | |||
@@ -149,7 +149,4 @@ do_install:append () { | |||
149 | # chown the directories and files | 149 | # chown the directories and files |
150 | chown -R rpcuser:rpcuser ${D}${localstatedir}/lib/nfs/statd | 150 | chown -R rpcuser:rpcuser ${D}${localstatedir}/lib/nfs/statd |
151 | chmod 0644 ${D}${localstatedir}/lib/nfs/statd/state | 151 | chmod 0644 ${D}${localstatedir}/lib/nfs/statd/state |
152 | |||
153 | # Make python tools use python 3 | ||
154 | sed -i -e '1s,#!.*python.*,#!${bindir}/python3,' ${D}${sbindir}/mountstats ${D}${sbindir}/nfsiostat | ||
155 | } | 152 | } |