summaryrefslogtreecommitdiff
path: root/meta-openvuplus/recipes-devtools/opkg/opkg/0012-opkg-dont-handle-recommends-as-depends.patch
diff options
context:
space:
mode:
Diffstat (limited to 'meta-openvuplus/recipes-devtools/opkg/opkg/0012-opkg-dont-handle-recommends-as-depends.patch')
-rw-r--r--meta-openvuplus/recipes-devtools/opkg/opkg/0012-opkg-dont-handle-recommends-as-depends.patch15
1 files changed, 0 insertions, 15 deletions
diff --git a/meta-openvuplus/recipes-devtools/opkg/opkg/0012-opkg-dont-handle-recommends-as-depends.patch b/meta-openvuplus/recipes-devtools/opkg/opkg/0012-opkg-dont-handle-recommends-as-depends.patch
deleted file mode 100644
index 9d7ddc3..0000000
--- a/meta-openvuplus/recipes-devtools/opkg/opkg/0012-opkg-dont-handle-recommends-as-depends.patch
+++ /dev/null
@@ -1,15 +0,0 @@
-diff -Naur trunk.orig/libopkg/pkg_depends.c trunk/libopkg/pkg_depends.c
---- trunk.orig/libopkg/pkg_depends.c 2013-02-17 16:47:33.000000000 +0100
-+++ trunk/libopkg/pkg_depends.c 2013-02-17 16:07:11.000000000 +0100
-@@ -236,6 +236,11 @@
- /* just mention it politely */
- opkg_msg(NOTICE, "package %s suggests installing %s\n",
- pkg->name, satisfier_entry_pkg->name);
-+ }
-+ else if (compound_depend->type == RECOMMEND) {
-+ /* just mention it politely */
-+ opkg_msg(NOTICE, "package %s recommend installing %s\n",
-+ pkg->name, satisfier_entry_pkg->name);
- } else {
- char ** newstuff = NULL;
-