summaryrefslogtreecommitdiff
path: root/packages/ipkg/files
diff options
context:
space:
mode:
authorKoen Kooi <koen@openembedded.org>2005-06-30 08:19:37 +0000
committerOpenEmbedded Project <openembedded-devel@lists.openembedded.org>2005-06-30 08:19:37 +0000
commitc8e5702127e507e82e6f68a4b8c546803accea9d (patch)
tree00583491f40ecc640f2b28452af995e3a63a09d7 /packages/ipkg/files
parent87ec8ca4d2e2eb4d1c1e1e1a6b46a395d56805b9 (diff)
import clean BK tree at cset 1.3670
Diffstat (limited to 'packages/ipkg/files')
-rw-r--r--packages/ipkg/files/.mtn2git_empty0
-rw-r--r--packages/ipkg/files/uclibc.patch13
-rw-r--r--packages/ipkg/files/uninclude-replace.patch10
3 files changed, 23 insertions, 0 deletions
diff --git a/packages/ipkg/files/.mtn2git_empty b/packages/ipkg/files/.mtn2git_empty
new file mode 100644
index 0000000000..e69de29bb2
--- /dev/null
+++ b/packages/ipkg/files/.mtn2git_empty
diff --git a/packages/ipkg/files/uclibc.patch b/packages/ipkg/files/uclibc.patch
index e69de29bb2..d0d3a3ff7c 100644
--- a/packages/ipkg/files/uclibc.patch
+++ b/packages/ipkg/files/uclibc.patch
@@ -0,0 +1,13 @@
+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/packages/ipkg/files/uninclude-replace.patch b/packages/ipkg/files/uninclude-replace.patch
index e69de29bb2..a3ed2201fd 100644
--- a/packages/ipkg/files/uninclude-replace.patch
+++ b/packages/ipkg/files/uninclude-replace.patch
@@ -0,0 +1,10 @@
+--- 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