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