aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/ipkg
diff options
context:
space:
mode:
authorFrans Meulenbroeks <fransmeulenbroeks@gmail.com>2010-09-19 16:12:40 +0200
committerFrans Meulenbroeks <fransmeulenbroeks@gmail.com>2010-09-19 16:12:40 +0200
commit7e2256ab7046c0941ddd4f9e2628a27f7e05d2d8 (patch)
tree17920e1b3f9f6933173ca585a0572869460b62c2 /recipes/ipkg
parent4dd3873a2a6e7305a35ca6c50811937e693d3a97 (diff)
downloadopenembedded-7e2256ab7046c0941ddd4f9e2628a27f7e05d2d8.tar.gz
ipkg : moved unused files to obsolete dir
Signed-off-by: Frans Meulenbroeks <fransmeulenbroeks@gmail.com>
Diffstat (limited to 'recipes/ipkg')
-rw-r--r--recipes/ipkg/files/libdir.patch11
-rw-r--r--recipes/ipkg/files/uclibc.patch13
-rw-r--r--recipes/ipkg/files/uninclude-replace.patch10
3 files changed, 0 insertions, 34 deletions
diff --git a/recipes/ipkg/files/libdir.patch b/recipes/ipkg/files/libdir.patch
deleted file mode 100644
index 38f0b4d286..0000000000
--- a/recipes/ipkg/files/libdir.patch
+++ /dev/null
@@ -1,11 +0,0 @@
---- C/ipkg.h.in.old 2005-04-02 17:11:02.762413624 +0100
-+++ C/ipkg.h.in 2005-04-02 17:11:06.314873568 +0100
-@@ -36,7 +36,7 @@
- #define IPKG_LEGAL_PKG_NAME_CHARS "abcdefghijklmnopqrstuvwxyz0123456789.+-"
- #define IPKG_PKG_VERSION_SEP_CHAR '_'
-
--#define IPKG_STATE_DIR_PREFIX LIBDIR"/ipkg"
-+#define IPKG_STATE_DIR_PREFIX "/usr/lib/ipkg"
- #define IPKG_LISTS_DIR_SUFFIX "lists"
- #define IPKG_INFO_DIR_SUFFIX "info"
- #define IPKG_STATUS_FILE_SUFFIX "status"
diff --git a/recipes/ipkg/files/uclibc.patch b/recipes/ipkg/files/uclibc.patch
deleted file mode 100644
index d0d3a3ff7c..0000000000
--- a/recipes/ipkg/files/uclibc.patch
+++ /dev/null
@@ -1,13 +0,0 @@
-Index: C/libbb/libbb.h
-===================================================================
---- C.orig/libbb/libbb.h 2003-02-24 10:31:52.000000000 -0500
-+++ C/libbb/libbb.h 2005-01-20 03:07:10.031420944 -0500
-@@ -340,7 +340,7 @@
- #define CONSOLE_DEV "/dev/console"
-
- /* Cope with mmu-less systems somewhat gracefully */
--#if defined(__UCLIBC__) && !defined(__UCLIBC_HAS_MMU__)
-+#if defined(__UCLIBC__) && !defined(__ARCH_HAS_MMU__)
- #define fork vfork
- #endif
-
diff --git a/recipes/ipkg/files/uninclude-replace.patch b/recipes/ipkg/files/uninclude-replace.patch
deleted file mode 100644
index a3ed2201fd..0000000000
--- a/recipes/ipkg/files/uninclude-replace.patch
+++ /dev/null
@@ -1,10 +0,0 @@
---- C/includes.h 2003-03-28 19:36:22.000000000 +0000
-+++ C/includes.h 2004-07-28 03:41:11.000000000 +0100
-@@ -48,6 +48,6 @@
- # include <unistd.h>
- #endif
-
--#include "replace/replace.h"
-+//#include "replace/replace.h"
-
- #endif