mirror of
https://git.yoctoproject.org/poky
synced 2026-04-22 15:32:14 +02:00
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>
This commit is contained in:
committed by
Richard Purdie
parent
89ce67d8e4
commit
a9f345c9ae
@@ -149,7 +149,4 @@ do_install:append () {
|
||||
# chown the directories and files
|
||||
chown -R rpcuser:rpcuser ${D}${localstatedir}/lib/nfs/statd
|
||||
chmod 0644 ${D}${localstatedir}/lib/nfs/statd/state
|
||||
|
||||
# Make python tools use python 3
|
||||
sed -i -e '1s,#!.*python.*,#!${bindir}/python3,' ${D}${sbindir}/mountstats ${D}${sbindir}/nfsiostat
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user