mirror of
https://git.yoctoproject.org/poky
synced 2026-09-14 03:49:32 +02:00
Fix common typoes "existant", "dependant" and variations
Fix a couple common typoes, all contained within comments so there should be no effect on functionality. (From OE-Core rev: dc52c3cbf3a7b7242d53019f7643495eb40c0566) Signed-off-by: Robert P. J. Day <rpjday@crashcourse.ca> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
committed by
Richard Purdie
parent
54d61ed9f7
commit
9e3c79cfe8
@@ -7,7 +7,7 @@
|
||||
#egrep -r "use|require" perl-module-* | grep ";" | egrep "\.pm:require | \.pm:use" | sed "s-/.*\.pm: *- += -g" | sed "s/[\"\']//g" | sed "s/;.*/\"/g" | sed "s/require */\"perl-module-/g" | sed "s/CPANPLUS::.*/cpanplus/g" | sed "s/CPAN::.*/cpan/g" | tr [:upper:] [:lower:] | sed "s/::/-/g" | grep -v perl-module-5 | sed "s/ [^+\"].*//g" | grep -v "\\$" | sed "s/_/-/g" | sed "s/\.pl\"$/\"/" | grep -v "\-vms\-" | sort -u > /tmp/1
|
||||
#find . -type f | sed "s-\./--" | sed "s-/.*--" | sort -u > /tmp/2
|
||||
#cat /tmp/1 | cut -f3 -d" " | sed "s/[\"\']//g" | sort -u > /tmp/3
|
||||
## these dependancies do not exist
|
||||
## these dependencies do not exist
|
||||
#diff -u /tmp/2 /tmp/3 | grep ^+perl-module
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user