update proxy drivers and utils
[vuplus_openvuplus_3.0] / meta-openvuplus / recipes-devtools / opkg / opkg / 0012-opkg-dont-handle-recommends-as-depends.patch
1 diff -Naur trunk.orig/libopkg/pkg_depends.c trunk/libopkg/pkg_depends.c
2 --- trunk.orig/libopkg/pkg_depends.c    2013-02-17 16:47:33.000000000 +0100
3 +++ trunk/libopkg/pkg_depends.c 2013-02-17 16:07:11.000000000 +0100
4 @@ -236,6 +236,11 @@
5                          /* just mention it politely */
6                          opkg_msg(NOTICE, "package %s suggests installing %s\n",
7                                 pkg->name, satisfier_entry_pkg->name);
8 +                   }
9 +                   else if (compound_depend->type == RECOMMEND) {
10 +                        /* just mention it politely */
11 +                        opkg_msg(NOTICE, "package %s recommend installing %s\n",
12 +                               pkg->name, satisfier_entry_pkg->name);
13                     } else {
14                          char ** newstuff = NULL;
15