aboutsummaryrefslogtreecommitdiffstats
path: root/meta/recipes-devtools/opkg/opkg/track_parents.patch
diff options
context:
space:
mode:
Diffstat (limited to 'meta/recipes-devtools/opkg/opkg/track_parents.patch')
-rw-r--r--meta/recipes-devtools/opkg/opkg/track_parents.patch2
1 files changed, 1 insertions, 1 deletions
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