From 9e3c79cfe84937439d0777875fdb7437b067c2b2 Mon Sep 17 00:00:00 2001 From: "Robert P. J. Day" Date: Thu, 22 Mar 2012 06:05:59 -0400 Subject: 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 Signed-off-by: Richard Purdie --- meta/recipes-devtools/distcc/files/distcc-avahi.patch | 2 +- meta/recipes-devtools/opkg/opkg/fix_installorder.patch | 2 +- meta/recipes-devtools/opkg/opkg/track_parents.patch | 2 +- meta/recipes-devtools/perl/perl-rdepends_5.14.2.inc | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) (limited to 'meta/recipes-devtools') diff --git a/meta/recipes-devtools/distcc/files/distcc-avahi.patch b/meta/recipes-devtools/distcc/files/distcc-avahi.patch index 30b4c91866..1f15d4b82a 100644 --- a/meta/recipes-devtools/distcc/files/distcc-avahi.patch +++ b/meta/recipes-devtools/distcc/files/distcc-avahi.patch @@ -899,7 +899,7 @@ Upstream-Status: Pending + AvahiServiceResolver *resolver; +}; + -+/* A generic, system independant lock routine, similar to sys_lock, ++/* A generic, system-independent lock routine, similar to sys_lock, + * but more powerful: + * rw: if non-zero: r/w lock instead of r/o lock + * enable: lock or unlock diff --git a/meta/recipes-devtools/opkg/opkg/fix_installorder.patch b/meta/recipes-devtools/opkg/opkg/fix_installorder.patch index 5e6c40d649..9dd10b28e1 100644 --- a/meta/recipes-devtools/opkg/opkg/fix_installorder.patch +++ b/meta/recipes-devtools/opkg/opkg/fix_installorder.patch @@ -55,7 +55,7 @@ Index: trunk/libopkg/opkg_install.c + opkg_msg(DEBUG2,"Calling opkg_install_pkg.\n"); + err = opkg_install_pkg(dep, 0); + /* mark this package as having been automatically installed to -+ * satisfy a dependancy */ ++ * satisfy a dependency */ + dep->auto_installed = 1; + if (err) { + pkg_vec_free(depends); diff --git a/meta/recipes-devtools/opkg/opkg/track_parents.patch b/meta/recipes-devtools/opkg/opkg/track_parents.patch index 1f54256c2d..ef327e3ef0 100644 --- a/meta/recipes-devtools/opkg/opkg/track_parents.patch +++ b/meta/recipes-devtools/opkg/opkg/track_parents.patch @@ -23,7 +23,7 @@ Index: trunk/libopkg/opkg_install.c + pkg_vec_insert(dep->wanted_by, pkg); err = opkg_install_pkg(dep, 0); /* mark this package as having been automatically installed to - * satisfy a dependancy */ + * satisfy a dependency */ @@ -115,6 +121,8 @@ /* The package was uninstalled when we started, but another dep earlier in this loop may have depended on it and pulled diff --git a/meta/recipes-devtools/perl/perl-rdepends_5.14.2.inc b/meta/recipes-devtools/perl/perl-rdepends_5.14.2.inc index 26239d2d52..ae695c400a 100644 --- a/meta/recipes-devtools/perl/perl-rdepends_5.14.2.inc +++ b/meta/recipes-devtools/perl/perl-rdepends_5.14.2.inc @@ -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 -- cgit v1.2.3-54-g00ecf