summaryrefslogtreecommitdiffstats
path: root/meta/recipes-devtools/opkg/opkg-0.1.8/headerfix.patch
diff options
context:
space:
mode:
authorRobert Yang <liezhi.yang@windriver.com>2012-09-19 17:33:03 +0800
committerRichard Purdie <richard.purdie@linuxfoundation.org>2012-09-21 11:10:20 +0100
commit3e774a63e3426f07433af4955ddc0fd8c6999605 (patch)
tree94428c12264911c4c01a945cf286facfbf2ebc65 /meta/recipes-devtools/opkg/opkg-0.1.8/headerfix.patch
parent51048acb2d89b260651963ddb9b57c9bd642fc21 (diff)
downloadpoky-3e774a63e3426f07433af4955ddc0fd8c6999605.tar.gz
opkg 0.1.8: remove it since it doesn't work
Remove opkg_0.1.8.bb and the related files since it doesn't work: - It doesn't support the "--force_postinstall" option which is used by package_ipk.bbclass. - It still doesn't work after remove the "--force_postinstall" option, it can't install the packages in complementary_pkgs.txt. [YOCTO #3136] (From OE-Core rev: 526da07578de2c6261d21bc339bca0d3b94d93cf) Signed-off-by: Robert Yang <liezhi.yang@windriver.com> Signed-off-by: Saul Wold <sgw@linux.intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
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 {