summaryrefslogtreecommitdiffstats
path: root/meta/recipes-devtools/opkg/opkg-0.1.8/headerfix.patch
diff options
context:
space:
mode:
Diffstat (limited to 'meta/recipes-devtools/opkg/opkg-0.1.8/headerfix.patch')
-rw-r--r--meta/recipes-devtools/opkg/opkg-0.1.8/headerfix.patch19
1 files changed, 0 insertions, 19 deletions
diff --git a/meta/recipes-devtools/opkg/opkg-0.1.8/headerfix.patch b/meta/recipes-devtools/opkg/opkg-0.1.8/headerfix.patch
deleted file mode 100644
index f68524bb01..0000000000
--- a/meta/recipes-devtools/opkg/opkg-0.1.8/headerfix.patch
+++ /dev/null
@@ -1,19 +0,0 @@
1Without this, the FILE reference in this header can cause compile issues.
2
3RP - 29/1/10
4
5Upstream-Status: Accepted
6
7Index: trunk/libopkg/pkg_dest.h
8===================================================================
9--- trunk.orig/libopkg/pkg_dest.h 2010-01-29 09:37:22.000000000 +0000
10+++ trunk/libopkg/pkg_dest.h 2010-01-29 09:37:33.000000000 +0000
11@@ -18,6 +18,8 @@
12 #ifndef PKG_DEST_H
13 #define PKG_DEST_H
14
15+#include <stdio.h>
16+
17 typedef struct pkg_dest pkg_dest_t;
18 struct pkg_dest
19 {