aboutsummaryrefslogtreecommitdiffstats
path: root/meta/recipes-devtools/opkg/opkg
diff options
context:
space:
mode:
authorKhem Raj <raj.khem@gmail.com>2011-05-19 16:45:03 -0700
committerRichard Purdie <richard.purdie@linuxfoundation.org>2011-05-23 15:33:25 +0100
commita0edaaa805fa2576092ca9d1248d8cef7b27d827 (patch)
treeba07df09f6c856b4174289960c859a0f85fcbf11 /meta/recipes-devtools/opkg/opkg
parent90f8672535f058826cdd2563fac4522bde06198e (diff)
downloadopenembedded-core-contrib-a0edaaa805fa2576092ca9d1248d8cef7b27d827.tar.gz
opkg_svn.bb: Install rcS.d into $D instead of $IMAGE_ROOTFS
Remove headerfix.patch, its already applied upstream Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta/recipes-devtools/opkg/opkg')
-rw-r--r--meta/recipes-devtools/opkg/opkg/headerfix.patch19
1 files changed, 0 insertions, 19 deletions
diff --git a/meta/recipes-devtools/opkg/opkg/headerfix.patch b/meta/recipes-devtools/opkg/opkg/headerfix.patch
deleted file mode 100644
index b3515a0f8e..0000000000
--- a/meta/recipes-devtools/opkg/opkg/headerfix.patch
+++ /dev/null
@@ -1,19 +0,0 @@
-Without this, the FILE reference in this header can cause compile issues.
-
-RP - 29/1/10
-
-Upstream-Status: Pending
-
-Index: trunk/libopkg/pkg_dest.h
-===================================================================
---- trunk.orig/libopkg/pkg_dest.h 2010-01-29 09:37:22.000000000 +0000
-+++ trunk/libopkg/pkg_dest.h 2010-01-29 09:37:33.000000000 +0000
-@@ -18,6 +18,8 @@
- #ifndef PKG_DEST_H
- #define PKG_DEST_H
-
-+#include <stdio.h>
-+
- typedef struct pkg_dest pkg_dest_t;
- struct pkg_dest
- {