summaryrefslogtreecommitdiff
path: root/meta/packages/fakeroot/files
diff options
context:
space:
mode:
authorRichard Purdie <rpurdie@linux.intel.com>2009-01-03 18:33:03 +0000
committerRichard Purdie <rpurdie@linux.intel.com>2009-01-03 18:33:03 +0000
commit66b6014139d4e4c0b0c2e21c6a08cc31c31652b0 (patch)
tree03813b44a50e84ff3998b5610cbc5350437d4ac1 /meta/packages/fakeroot/files
parent8bc4105ddff851fc0e2c716d677b52236f6c3209 (diff)
downloadopenembedded-core-66b6014139d4e4c0b0c2e21c6a08cc31c31652b0.tar.gz
openembedded-core-66b6014139d4e4c0b0c2e21c6a08cc31c31652b0.tar.bz2
openembedded-core-66b6014139d4e4c0b0c2e21c6a08cc31c31652b0.tar.xz
openembedded-core-66b6014139d4e4c0b0c2e21c6a08cc31c31652b0.zip
fakeroot: Clean up and convert to BBCLASSEXTEND
Diffstat (limited to 'meta/packages/fakeroot/files')
-rw-r--r--meta/packages/fakeroot/files/configure-libtool.patch18
-rw-r--r--meta/packages/fakeroot/files/fix-prefix.patch18
2 files changed, 0 insertions, 36 deletions
diff --git a/meta/packages/fakeroot/files/configure-libtool.patch b/meta/packages/fakeroot/files/configure-libtool.patch
deleted file mode 100644
index 8830328eb..000000000
--- a/meta/packages/fakeroot/files/configure-libtool.patch
+++ /dev/null
@@ -1,18 +0,0 @@
---- fakeroot-1.8.3/configure.ac.orig 2007-10-31 00:17:27.000000000 -0500
-+++ fakeroot-1.8.3/configure.ac 2007-10-31 00:18:12.000000000 -0500
-@@ -1,14 +1,12 @@
- dnl Process this file with autoconf to produce a configure script.
- AC_INIT([fakeroot],[FAKEROOT_VERSION],[schizo@debian.org],[fakeroot])
- AC_PREREQ(2.61)
--LT_PREREQ(2.1a)
- AC_CANONICAL_TARGET
- AM_INIT_AUTOMAKE
- AM_MAINTAINER_MODE
- AC_CONFIG_HEADERS([config.h])
- AC_PROG_MAKE_SET
--LT_INIT
--LT_LANG(C)
-+AC_PROG_LIBTOOL
-
- AC_ARG_WITH([ipc],
- AS_HELP_STRING([--with-ipc@<:@=IPCTYPE@:>@],
diff --git a/meta/packages/fakeroot/files/fix-prefix.patch b/meta/packages/fakeroot/files/fix-prefix.patch
deleted file mode 100644
index 3884aca01..000000000
--- a/meta/packages/fakeroot/files/fix-prefix.patch
+++ /dev/null
@@ -1,18 +0,0 @@
-
-#
-# Patch managed by http://www.holgerschurig.de/patcher.html
-#
-
---- fakeroot-1.2.13/scripts/fakeroot.in~fix-prefix
-+++ fakeroot-1.2.13/scripts/fakeroot.in
-@@ -15,8 +15,8 @@
- }
-
- # strip /bin/fakeroot to find install prefix
--PREFIX=@prefix@
--BINDIR=@bindir@
-+BINDIR=`dirname $0`
-+PREFIX=`dirname ${BINDIR}`
-
- LIB=lib@fakeroot_transformed@.so.0
- PATHS=@libdir@:${PREFIX}/lib64/libfakeroot:${PREFIX}/lib32/libfakeroot