summaryrefslogtreecommitdiffstats
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
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