diff options
Diffstat (limited to 'meta/recipes-devtools/opkg')
-rw-r--r-- | meta/recipes-devtools/opkg/opkg/fix_installorder.patch | 2 | ||||
-rw-r--r-- | meta/recipes-devtools/opkg/opkg/track_parents.patch | 2 |
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 5e6c40d64..9dd10b28e 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 1f54256c2..ef327e3ef 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 |