summaryrefslogtreecommitdiffstats
path: root/meta/recipes-devtools/opkg
diff options
context:
space:
mode:
authorRobert P. J. Day <rpjday@crashcourse.ca>2012-03-22 06:05:59 -0400
committerRichard Purdie <richard.purdie@linuxfoundation.org>2012-03-22 16:47:06 +0000
commit9e3c79cfe84937439d0777875fdb7437b067c2b2 (patch)
treed2e6af100ac1a94f875d9f8844aeb02bce433524 /meta/recipes-devtools/opkg
parent54d61ed9f759a38f7309f4428e1853249071667c (diff)
downloadpoky-9e3c79cfe84937439d0777875fdb7437b067c2b2.tar.gz
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>
Diffstat (limited to 'meta/recipes-devtools/opkg')
-rw-r--r--meta/recipes-devtools/opkg/opkg/fix_installorder.patch2
-rw-r--r--meta/recipes-devtools/opkg/opkg/track_parents.patch2
2 files changed, 2 insertions, 2 deletions
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
55+ opkg_msg(DEBUG2,"Calling opkg_install_pkg.\n"); 55+ opkg_msg(DEBUG2,"Calling opkg_install_pkg.\n");
56+ err = opkg_install_pkg(dep, 0); 56+ err = opkg_install_pkg(dep, 0);
57+ /* mark this package as having been automatically installed to 57+ /* mark this package as having been automatically installed to
58+ * satisfy a dependancy */ 58+ * satisfy a dependency */
59+ dep->auto_installed = 1; 59+ dep->auto_installed = 1;
60+ if (err) { 60+ if (err) {
61+ pkg_vec_free(depends); 61+ 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
23+ pkg_vec_insert(dep->wanted_by, pkg); 23+ pkg_vec_insert(dep->wanted_by, pkg);
24 err = opkg_install_pkg(dep, 0); 24 err = opkg_install_pkg(dep, 0);
25 /* mark this package as having been automatically installed to 25 /* mark this package as having been automatically installed to
26 * satisfy a dependancy */ 26 * satisfy a dependency */
27@@ -115,6 +121,8 @@ 27@@ -115,6 +121,8 @@
28 /* The package was uninstalled when we started, but another 28 /* The package was uninstalled when we started, but another
29 dep earlier in this loop may have depended on it and pulled 29 dep earlier in this loop may have depended on it and pulled